equal
deleted
inserted
replaced
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, |