Mercurial > public > mercurial-scm > hg-stable
diff hgext/transplant.py @ 11193:687c7d395f20
Use our custom hg reStructuredText role some more
I missed these occurrences on my first scan through the source.
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 18 May 2010 16:31:10 +0200 |
parents | f77f3383c666 |
children | 3d0591a66118 |
line wrap: on
line diff
--- a/hgext/transplant.py Tue May 18 16:24:14 2010 +0200 +++ b/hgext/transplant.py Tue May 18 16:31:10 2010 +0200 @@ -453,7 +453,7 @@ transplanted, otherwise you will be prompted to select the changesets you want. - hg transplant --branch REVISION --all will rebase the selected + :hg:`transplant --branch REVISION --all` will rebase the selected branch (up to the named revision) onto your current working directory. @@ -462,12 +462,12 @@ of a merged transplant, and you can merge descendants of them normally instead of transplanting them. - If no merges or revisions are provided, hg transplant will start - an interactive changeset browser. + If no merges or revisions are provided, :hg:`transplant` will + start an interactive changeset browser. If a changeset application fails, you can fix the merge by hand - and then resume where you left off by calling hg transplant - --continue/-c. + and then resume where you left off by calling :hg:`transplant + --continue/-c`. ''' def getremotechanges(repo, url): sourcerepo = ui.expandpath(url)