Mercurial > hg
changeset 4564:d48e1b5f8265
patchbomb: 0c61124ad877 moved setremoteconfig into cmdutil
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 12 Jun 2007 14:39:36 -0700 |
parents | 8044be585b91 |
children | 1cf908c00479 |
files | hgext/patchbomb.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/patchbomb.py Tue Jun 12 13:21:42 2007 -0700 +++ b/hgext/patchbomb.py Tue Jun 12 14:39:36 2007 -0700 @@ -229,7 +229,7 @@ if not (revs or opts.get('rev') or opts.get('outgoing')): raise util.Abort(_('specify at least one changeset with -r or -o')) - commands.setremoteconfig(ui, opts) + cmdutil.setremoteconfig(ui, opts) if opts.get('outgoing') and opts.get('bundle'): raise util.Abort(_("--outgoing mode always on with --bundle; do not re-specify --outgoing"))