equal
deleted
inserted
replaced
165 on the branch. |
165 on the branch. |
166 branch: branch name for subsequent commits |
166 branch: branch name for subsequent commits |
167 pbranch: branch name of parent commit |
167 pbranch: branch name of parent commit |
168 parents: destination revisions of parent""" |
168 parents: destination revisions of parent""" |
169 pass |
169 pass |
|
170 |
|
171 def setfilemapmode(self, active): |
|
172 """Tell the destination that we're using a filemap |
|
173 |
|
174 Some converter_sources (svn in particular) can claim that a file |
|
175 was changed in a revision, even if there was no change. This method |
|
176 tells the destination that we're using a filemap and that it should |
|
177 filter empty revisions. |
|
178 """ |
|
179 pass |