Mercurial > public > mercurial-scm > hg
diff hgext/patchbomb.py @ 10019:4e3a8f3e9dc2
Merge with stable
author | Sune Foldager <cryo@cyanite.org> |
---|---|
date | Sun, 06 Dec 2009 23:28:49 +0100 |
parents | 4600e6222efb 4ddfad7ebd98 |
children | 15fbbc939373 |
line wrap: on
line diff
--- a/hgext/patchbomb.py Sat Dec 05 00:15:17 2009 +0100 +++ b/hgext/patchbomb.py Sun Dec 06 23:28:49 2009 +0100 @@ -230,6 +230,7 @@ def outgoing(dest, revs): '''Return the revisions present locally but not in dest''' dest = ui.expandpath(dest or 'default-push', dest or 'default') + dest, revs, checkout = hg.parseurl(dest, revs) revs = [repo.lookup(rev) for rev in revs] other = hg.repository(cmdutil.remoteui(repo, opts), dest) ui.status(_('comparing with %s\n') % dest)