[Bug 5357] New: hg summary aborts when hidden changesets exist

bugzilla at mercurial-scm.org bugzilla at mercurial-scm.org
Wed Aug 31 16:56:19 UTC 2016


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

            Bug ID: 5357
           Summary: hg summary aborts when hidden changesets exist
           Product: Mercurial
           Version: 3.9
          Hardware: PC
                OS: Other
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at selenic.com
          Reporter: danek.duvall at oracle.com
                CC: mercurial-devel at selenic.com

If I run "hg summary" on a repo with hidden changesets, I get an abort:
message:

    $ hg sum
    parent: 7541:62cbc4641a22 tip
     24565431 Mitaka neutron-l3-agent traceback with AgentNotFoundByTypeHost
    branch: default
    commit: 28 modified, 9 added, 258 unknown
    update: (current)
    abort: hidden revision '6748'!
    (use --hidden to access hidden revisions)

Adding --hidden gets me the rest of the way:

    % hg sum --hidden
    parent: 7541:62cbc4641a22 tip
     24565431 Mitaka neutron-l3-agent traceback with AgentNotFoundByTypeHost
    branch: default
    commit: 28 modified, 9 added, 258 unknown
    update: 6 new changesets, 5 branch heads (merge)
    phases: 6 draft
    previous tag: s12-107 @7523 (-15 [default])

That seems unnecessary.

FWIW, I'm using evolve at 7a2e0629bdee.

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


More information about the Mercurial-devel mailing list