hgext/convert/common.py
changeset 5959 0162c6cc045e
parent 5832 2192ed187319
parent 5934 e495f3f35b2d
child 5996 3f9ce63da18c
--- a/hgext/convert/common.py	Sat Jan 26 14:45:04 2008 +0100
+++ b/hgext/convert/common.py	Sat Jan 26 20:04:31 2008 +0100
@@ -177,12 +177,11 @@
         tags: {tagname: sink_rev_id, ...}"""
         raise NotImplementedError()
 
-    def setbranch(self, branch, pbranch, parents):
+    def setbranch(self, branch, pbranches):
         """Set the current branch name. Called before the first putfile
         on the branch.
         branch: branch name for subsequent commits
-        pbranch: branch name of parent commit
-        parents: destination revisions of parent"""
+        pbranches: (converted parent revision, parent branch) tuples"""
         pass
 
     def setfilemapmode(self, active):