hgext/transplant.py
changeset 8076 5ec526c1a32f
parent 8000 83d7c9cfb065
child 8112 6ee71f78497c
--- a/hgext/transplant.py	Sat Apr 18 00:21:11 2009 -0700
+++ b/hgext/transplant.py	Sat Apr 18 14:40:21 2009 +0200
@@ -442,11 +442,12 @@
     Its argument will be invoked with the current changelog message as
     $1 and the patch as $2.
 
-    If --source is specified, selects changesets from the named
-    repository. If --branch is specified, selects changesets from the
-    branch holding the named revision, up to that revision. If --all
-    is specified, all changesets on the branch will be transplanted,
-    otherwise you will be prompted to select the changesets you want.
+    If --source/-s is specified, selects changesets from the named
+    repository. If --branch/-b is specified, selects changesets from
+    the branch holding the named revision, up to that revision. If
+    --all/-a is specified, all changesets on the branch will be
+    transplanted, otherwise you will be prompted to select the
+    changesets you want.
 
     hg transplant --branch REVISION --all will rebase the selected
     branch (up to the named revision) onto your current working
@@ -462,7 +463,7 @@
 
     If a changeset application fails, you can fix the merge by hand
     and then resume where you left off by calling hg transplant
-    --continue.
+    --continue/-c.
     '''
     def getremotechanges(repo, url):
         sourcerepo = ui.expandpath(url)