##// END OF EJS Templates
convert: document parent order in splicemap help (issue1764)
Martin Geisler -
r9634:fbde6695 default
parent child Browse files
Show More
@@ -103,7 +103,10 b' def convert(ui, src, dest=None, revmapfi'
103 revision control system whose parents should be modified (same
103 revision control system whose parents should be modified (same
104 format as a key in .hg/shamap). The values are the revision IDs
104 format as a key in .hg/shamap). The values are the revision IDs
105 (in either the source or destination revision control system) that
105 (in either the source or destination revision control system) that
106 should be used as the new parents for that node.
106 should be used as the new parents for that node. For example, if
107 you have merged "release-1.0" into "trunk", then you should
108 specify the revision on "trunk" as the first parent and the one on
109 the "release-1.0" branch as the second.
107
110
108 The branchmap is a file that allows you to rename a branch when it is
111 The branchmap is a file that allows you to rename a branch when it is
109 being brought in from whatever external repository. When used in
112 being brought in from whatever external repository. When used in
@@ -81,7 +81,10 b' convert a foreign SCM repository to a Me'
81 revision ID in the source revision control system whose parents should be
81 revision ID in the source revision control system whose parents should be
82 modified (same format as a key in .hg/shamap). The values are the revision
82 modified (same format as a key in .hg/shamap). The values are the revision
83 IDs (in either the source or destination revision control system) that
83 IDs (in either the source or destination revision control system) that
84 should be used as the new parents for that node.
84 should be used as the new parents for that node. For example, if you have
85 merged "release-1.0" into "trunk", then you should specify the revision on
86 "trunk" as the first parent and the one on the "release-1.0" branch as the
87 second.
85
88
86 The branchmap is a file that allows you to rename a branch when it is
89 The branchmap is a file that allows you to rename a branch when it is
87 being brought in from whatever external repository. When used in
90 being brought in from whatever external repository. When used in
General Comments 0
You need to be logged in to leave comments. Login now