hgext/convert/common.py
changeset 20378 9616b03113ce
parent 20373 e8203629371b
child 20397 d7e78e6d97bd
equal deleted inserted replaced
20377:5842d63cfe56 20378:9616b03113ce
   206         """Path to a file that will contain lines
   206         """Path to a file that will contain lines
   207         srcauthor=dstauthor
   207         srcauthor=dstauthor
   208         mapping equivalent authors identifiers for each system."""
   208         mapping equivalent authors identifiers for each system."""
   209         return None
   209         return None
   210 
   210 
   211     def putcommit(self, files, copies, parents, commit, source, revmap):
   211     def putcommit(self, files, copies, parents, commit, source,
       
   212                   revmap, tagmap):
   212         """Create a revision with all changed files listed in 'files'
   213         """Create a revision with all changed files listed in 'files'
   213         and having listed parents. 'commit' is a commit object
   214         and having listed parents. 'commit' is a commit object
   214         containing at a minimum the author, date, and message for this
   215         containing at a minimum the author, date, and message for this
   215         changeset.  'files' is a list of (path, version) tuples,
   216         changeset.  'files' is a list of (path, version) tuples,
   216         'copies' is a dictionary mapping destinations to sources,
   217         'copies' is a dictionary mapping destinations to sources,