changeset 3991:da3dc89f1e9a

Corrected synopsis for transplant.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 26 Dec 2006 15:42:40 +0100
parents 96e21337dc03
children d86ab4ba5ae6
files hgext/transplant.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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]...'))
 }