# HG changeset patch # User Franz Glasner # Date 1519340753 -3600 # Node ID b72672ca2de9130c432ba1936be3ae0b9c0b97bc # Parent 8e77ed36c333c28f4431c1957fafbb63daf2d517 FIX: Indentation diff -r 8e77ed36c333 -r b72672ca2de9 extensions/kwarchive.py --- a/extensions/kwarchive.py Thu Feb 22 23:46:32 2018 +0100 +++ b/extensions/kwarchive.py Fri Feb 23 00:05:53 2018 +0100 @@ -60,14 +60,13 @@ @command('kwarchive', [('', 'no-decode', None, _('do not pass files through decoders')), - ('p', 'prefix', '', _('directory prefix for files in archive'), - _('PREFIX')), - ('r', 'rev', '', _('revision to distribute'), _('REV')), - ('t', 'type', '', _('type of distribution to create'), _('TYPE')), - ('', 'path', 'default', _('the canonical repository to use'), _('PATH')), - ('', "kwconfig", '', _('an alternate pattern configuration configuration file'), _('PATTERNCONFIG')), - ('', "no-shorten-path", None, _("don't shorten the path urls")), - ('', "user-filter", "user", _("the part of the user to be printed"), _("USERFILTER")), + ('p', 'prefix', '', _('directory prefix for files in archive'), _('PREFIX')), + ('r', 'rev', '', _('revision to distribute'), _('REV')), + ('t', 'type', '', _('type of distribution to create'), _('TYPE')), + ('', 'path', 'default', _('the canonical repository to use'), _('PATH')), + ('', "kwconfig", '', _('an alternate pattern configuration configuration file'), _('PATTERNCONFIG')), + ('', "no-shorten-path", None, _("don't shorten the path urls")), + ('', "user-filter", "user", _("the part of the user to be printed"), _("USERFILTER")), ] + cmdutil.subrepoopts + cmdutil.walkopts, _('[OPTION]... DEST')) def kwarchive(ui, repo, dest, **opts): @@ -182,7 +181,7 @@ [('r', 'rev', '', _('revision to distribute'), _('REV')), ('', 'path', 'default', _('the canonical repository to use'), _('PATH')), ('', "no-shorten-path", None, _("don't shorten the path urls")), - ('', "user-filter", "user", _("the part of the user to be printed"), _("USERFILTER")), + ('', "user-filter", "user", _("the part of the user to be printed"), _("USERFILTER")), ] + cmdutil.subrepoopts + cmdutil.walkopts, _('[OPTION]...')) def kwprint(ui, repo, **opts):