Show More
@@ -282,6 +282,15 b' def convert(ui, src, dest=None, revmapfi' | |||||
282 | :convert.svn.startrev: specify start Subversion revision number. |
|
282 | :convert.svn.startrev: specify start Subversion revision number. | |
283 | The default is 0. |
|
283 | The default is 0. | |
284 |
|
284 | |||
|
285 | Git Source | |||
|
286 | ########## | |||
|
287 | ||||
|
288 | The Git importer converts commits from all reachable branches (refs | |||
|
289 | in refs/heads) and remotes (refs in refs/remotes) to Mercurial. | |||
|
290 | Branches are converted to bookmarks with the same name, with the | |||
|
291 | leading 'refs/heads' stripped. Git submodules are converted to Git | |||
|
292 | subrepos in Mercurial. | |||
|
293 | ||||
285 | Perforce Source |
|
294 | Perforce Source | |
286 | ############### |
|
295 | ############### | |
287 |
|
296 |
@@ -236,6 +236,14 b'' | |||||
236 | convert.svn.startrev |
|
236 | convert.svn.startrev | |
237 | specify start Subversion revision number. The default is 0. |
|
237 | specify start Subversion revision number. The default is 0. | |
238 |
|
238 | |||
|
239 | Git Source | |||
|
240 | ########## | |||
|
241 | ||||
|
242 | The Git importer converts commits from all reachable branches (refs in | |||
|
243 | refs/heads) and remotes (refs in refs/remotes) to Mercurial. Branches are | |||
|
244 | converted to bookmarks with the same name, with the leading 'refs/heads' | |||
|
245 | stripped. Git submodules are converted to Git subrepos in Mercurial. | |||
|
246 | ||||
239 | Perforce Source |
|
247 | Perforce Source | |
240 | ############### |
|
248 | ############### | |
241 |
|
249 |
General Comments 0
You need to be logged in to leave comments.
Login now