diff -r 96e21337dc03 -r da3dc89f1e9a 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]...')) }