##// END OF EJS Templates
issue1582: improve description of splicemap syntax in help.
Greg Ward -
r7931:026bcd12 default
parent child Browse files
Show More
@@ -79,7 +79,7 b' def convert(ui, src, dest=None, revmapfi'
79 useful if you want to e.g. give a Subversion merge two parents, or
79 useful if you want to e.g. give a Subversion merge two parents, or
80 graft two disconnected series of history together. Each entry
80 graft two disconnected series of history together. Each entry
81 contains a key, followed by a space, followed by one or two
81 contains a key, followed by a space, followed by one or two
82 values, separated by spaces. The key is the revision ID in the
82 comma-separated values. The key is the revision ID in the
83 source revision control system whose parents should be modified
83 source revision control system whose parents should be modified
84 (same format as a key in .hg/shamap). The values are the revision
84 (same format as a key in .hg/shamap). The values are the revision
85 IDs (in either the source or destination revision control system)
85 IDs (in either the source or destination revision control system)
@@ -64,7 +64,7 b' convert a foreign SCM repository to a Me'
64 useful if you want to e.g. give a Subversion merge two parents, or
64 useful if you want to e.g. give a Subversion merge two parents, or
65 graft two disconnected series of history together. Each entry
65 graft two disconnected series of history together. Each entry
66 contains a key, followed by a space, followed by one or two
66 contains a key, followed by a space, followed by one or two
67 values, separated by spaces. The key is the revision ID in the
67 comma-separated values. The key is the revision ID in the
68 source revision control system whose parents should be modified
68 source revision control system whose parents should be modified
69 (same format as a key in .hg/shamap). The values are the revision
69 (same format as a key in .hg/shamap). The values are the revision
70 IDs (in either the source or destination revision control system)
70 IDs (in either the source or destination revision control system)
General Comments 0
You need to be logged in to leave comments. Login now