trivial tweak to merge3
authormpm@selenic.com
Thu, 26 May 2005 18:20:24 -0800
changeset 171 75dddd697ed4
parent 170 e6c621a825f2
child 172 e9b1147db448
trivial tweak to merge3
mercurial/hg.py
--- 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):