[Bug 5365] New: pushurl is not used for "hg outgoing"

bugzilla at mercurial-scm.org bugzilla at mercurial-scm.org
Sat Sep 10 00:20:33 UTC 2016


https://bz.mercurial-scm.org/show_bug.cgi?id=5365

            Bug ID: 5365
           Summary: pushurl is not used for "hg outgoing"
           Product: Mercurial
           Version: 3.9.1
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at selenic.com
          Reporter: grim at reaperworld.com
                CC: mercurial-devel at selenic.com

The following output is pretty self explanatory.  But just to be clear, I was
expecting "hg outgoing" to check ssh://hg@bitbucket.org/rw_grim/pidgin and not
ssh://hg@bitbucket.org/pidgin/main

$ head -n 5 .hg/hgrc
# example repository config (see "hg help config" for more info)
[paths]
default = ssh://hg@bitbucket.org/rw_grim/pidgin
upstream = ssh://hg@bitbucket.org/pidgin/main
upstream:pushurl = ssh://hg@bitbucket.org/rw_grim/pidgin
$ hg outgoing upstream
comparing with ssh://hg@bitbucket.org/pidgin/main
searching for changes

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list