Corrected synopsis for transplant.
authorThomas Arendsen Hein <thomas@intevation.de>
Tue, 26 Dec 2006 15:42:40 +0100
changeset 3991 da3dc89f1e9a
parent 3990 96e21337dc03
child 3992 d86ab4ba5ae6
Corrected synopsis for transplant.
hgext/transplant.py
--- a/hgext/transplant.py	Tue Dec 26 15:33:50 2006 +0100
+++ b/hgext/transplant.py	Tue Dec 26 15:42:40 2006 +0100
@@ -587,5 +587,5 @@
           ('', 'log', None, _('append transplant info to log message')),
           ('c', 'continue', None, _('continue last transplant session after repair')),
           ('', 'filter', '', _('filter changesets through FILTER'))],
-         _('hg transplant [-s REPOSITORY] [-b BRANCH] [-p REV] [-m REV] [-n] REV...'))
+         _('hg transplant [-s REPOSITORY] [-b BRANCH [-a]] [-p REV] [-m REV] [REV]...'))
 }