[Bug 5384] New: commit will fail if the new commit hash is the same with a hidden revision

bugzilla at mercurial-scm.org bugzilla at mercurial-scm.org
Wed Sep 28 14:19:49 UTC 2016


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

            Bug ID: 5384
           Summary: commit will fail if the new commit hash is the same
                    with a hidden revision
           Product: Mercurial
           Version: default branch
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: evolution
          Assignee: bugzilla at selenic.com
          Reporter: arcppzju+hgbug at gmail.com
                CC: mercurial-devel at selenic.com,
                    pierre-yves.david at ens-lyon.org

The following test will fail as the last command will raise FilteredIndexError:

  $ cat >> $HGRCPATH << !
  > [extensions]
  > evolve=
  > !

  $ hg init repo
  $ cd repo

  $ echo 1 > a
  $ hg ci -A a -m a
  $ echo 2 > a
  $ hg ci -m b

  $ hg prune . -q

  $ echo 2 > a
  $ hg ci -m b

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


More information about the Mercurial-devel mailing list