[Bug 3814] New: hg outgoing fails when no changes and hidden changesets present

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Sat Feb 9 05:17:16 CST 2013


http://bz.selenic.com/show_bug.cgi?id=3814

          Priority: normal
            Bug ID: 3814
                CC: mercurial-devel at selenic.com
          Assignee: pierre-yves.david at logilab.fr
           Summary: hg outgoing fails when no changes and hidden
                    changesets present
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: bboissin at gmail.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: unspecified
         Component: evolution
           Product: Mercurial

repro

52533  cd /tmp/
52534  hg clone http://hg.intevation.org/mercurial/crew
52535  hg clone crew crew2
52536  cd crew2/
52537  vi Makefile 
52538  echo foo >> Makefile 
52539  hg commit 
52540  echo foo >> Makefile 
52541  reset
52542  echo foo >> Makefile 
52543  hg commit --amend
52544  hg push ../crew
52545  hg out

fails with:

bboissin at bboissin:/tmp/crew2$ hg out
comparing with /tmp/crew
searching for changes
abort: unknown revision 'd7605dcb064705ce7daef508eeaed3764545c8b6'!

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


More information about the Mercurial-devel mailing list