hgext/convert/common.py
changeset 5172 6b4c332f241b
parent 5117 d4fa6bafc43a
child 5287 c6f932d3e0f6
equal deleted inserted replaced
5171:f53d97d651f4 5172:6b4c332f241b
   132     def puttags(self, tags):
   132     def puttags(self, tags):
   133         """Put tags into sink.
   133         """Put tags into sink.
   134         tags: {tagname: sink_rev_id, ...}"""
   134         tags: {tagname: sink_rev_id, ...}"""
   135         raise NotImplementedError()
   135         raise NotImplementedError()
   136 
   136 
       
   137     def setbranch(self, branch, pbranch, parents):
       
   138         """Set the current branch name. Called before the first putfile
       
   139         on the branch.
       
   140         branch: branch name for subsequent commits
       
   141         pbranch: branch name of parent commit
       
   142         parents: destination revisions of parent"""
       
   143         pass