##// END OF EJS Templates
outgoing: drop an extraneous URL parse...
Matt Harbison -
r38216:22edd532 default
parent child Browse files
Show More
@@ -3736,7 +3736,6 b' def outgoing(ui, repo, dest=None, **opts'
3736 3736
3737 3737 if opts.get('bookmarks'):
3738 3738 dest = path.pushloc or path.loc
3739 dest, branches = hg.parseurl(dest, opts.get('branch'))
3740 3739 other = hg.peer(repo, opts, dest)
3741 3740 if 'bookmarks' not in other.listkeys('namespaces'):
3742 3741 ui.warn(_("remote doesn't support bookmarks\n"))
General Comments 0
You need to be logged in to leave comments. Login now