##// END OF EJS Templates
trivial tweak to merge3
mpm@selenic.com -
r171:75dddd69 default
parent child Browse files
Show More
@@ -808,7 +808,7 b' class localrepository:'
808 os.unlink(b)
808 os.unlink(b)
809 os.unlink(c)
809 os.unlink(c)
810
810
811 return fl.addrevision(text, transaction, link, my, other)
811 return fl.add(text, transaction, link, my, other)
812
812
813 class remoterepository:
813 class remoterepository:
814 def __init__(self, ui, path):
814 def __init__(self, ui, path):
General Comments 0
You need to be logged in to leave comments. Login now