2 Jan 2010 12:11
Re: [PATCH 2 of 2] Move the `svn' metacommand into the `svncommands' module
On Sat, Jan 2, 2010 at 11:37, Dan Villiom Podlaski Christiansen <danchr@...> wrote: > # HG changeset patch > # User Dan Villiom Podlaski Christiansen <danchr@...> > # Date 1262428190 -3600 > # Node ID 47bde11007a7e5e13751f5f1ea7c6add87ffd8be > # Parent b340ce14fd591deab33ddf2147c4a7cff95ddba4 > Move the `svn' metacommand into the `svncommands' module. > <at> <at> -229,8 +231,7 <at> <at> def help(ui, args=None, **opts): > if len(candidates) == 1: > subcommand = candidates[0] > elif len(candidates) > 1: > - ui.status('Ambiguous command. Could have been:\n%s\n' % > - ' '.join(candidates)) > + raise error.AmbiguousCommand(subcommand, table.keys()) > return > doc = table[subcommand].__doc__ > if doc is None: This looks like it wants to be a separate patch. Cheers, Dirkjan -- You received this message because you are subscribed to the Google Groups "hgsubversion" group. To post to this group, send email to hgsubversion@... To unsubscribe from this group, send email to hgsubversion+unsubscribe <at> googlegroups.com. For more options, visit this group at http://groups.google.com/group/hgsubversion?hl=en.
RSS Feed