[Bug 6106] New: hg outgoing: support pushrev

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Tue Mar 26 15:10:02 UTC 2019


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

            Bug ID: 6106
           Summary: hg outgoing: support pushrev
           Product: Mercurial
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: zash at zash.se
                CC: mercurial-devel at mercurial-scm.org

`hg outgoing` does not currently pick up `path:pushrev`. If there are many
draft commits but pushrev is eg set to a bookmark then it does not reflect what
gets pushed when issuing `hg push`.

Eg hg config like

```
[paths]
default = https://www.mercurial-scm.org/repo/hg/
default:pushrev = @
```

With drafts not part of ::@ compare `hg out` and `hg out -r @`

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


More information about the Mercurial-devel mailing list