mercurial/hg.py
changeset 171 75dddd697ed4
parent 163 f38c90953c2c
child 176 1d8e9637a0a4
--- a/mercurial/hg.py
+++ b/mercurial/hg.py
@@ -808,7 +808,7 @@ class localrepository:
             os.unlink(b)
             os.unlink(c)
             
-        return fl.addrevision(text, transaction, link, my, other)
+        return fl.add(text, transaction, link, my, other)
 
 class remoterepository:
     def __init__(self, ui, path):