##// END OF EJS Templates
commands: lower-case --import-branch help text
Martin Geisler -
r8034:15725dbc default
parent child Browse files
Show More
@@ -3261,7 +3261,7 b' table = {'
3261 ('', 'exact', None,
3261 ('', 'exact', None,
3262 _('apply patch to the nodes from which it was generated')),
3262 _('apply patch to the nodes from which it was generated')),
3263 ('', 'import-branch', None,
3263 ('', 'import-branch', None,
3264 _('Use any branch information in patch (implied by --exact)'))] +
3264 _('use any branch information in patch (implied by --exact)'))] +
3265 commitopts + commitopts2 + similarityopts,
3265 commitopts + commitopts2 + similarityopts,
3266 _('[OPTION]... PATCH...')),
3266 _('[OPTION]... PATCH...')),
3267 "incoming|in":
3267 "incoming|in":
General Comments 0
You need to be logged in to leave comments. Login now