Show More
@@ -3736,7 +3736,6 b' def outgoing(ui, repo, dest=None, **opts' | |||||
3736 |
|
3736 | |||
3737 | if opts.get('bookmarks'): |
|
3737 | if opts.get('bookmarks'): | |
3738 | dest = path.pushloc or path.loc |
|
3738 | dest = path.pushloc or path.loc | |
3739 | dest, branches = hg.parseurl(dest, opts.get('branch')) |
|
|||
3740 | other = hg.peer(repo, opts, dest) |
|
3739 | other = hg.peer(repo, opts, dest) | |
3741 | if 'bookmarks' not in other.listkeys('namespaces'): |
|
3740 | if 'bookmarks' not in other.listkeys('namespaces'): | |
3742 | ui.warn(_("remote doesn't support bookmarks\n")) |
|
3741 | ui.warn(_("remote doesn't support bookmarks\n")) |
General Comments 0
You need to be logged in to leave comments.
Login now