mercurial/merge.py
changeset 23319 3177d710630d
parent 22966 ff93aa006e6a
child 23320 296b09dcef63
--- a/mercurial/merge.py	Wed Nov 12 14:47:48 2014 +0000
+++ b/mercurial/merge.py	Thu Nov 13 23:12:15 2014 -0800
@@ -304,7 +304,7 @@
         and repo.dirstate.normalize(f) not in repo.dirstate
         and mctx[f].cmp(wctx[f]))
 
-def _checkunknown(repo, wctx, mctx):
+def checkunknown(repo, wctx, mctx):
     "check for collisions between unknown files and files in mctx"
 
     error = False