[Bug 5865] New: `hg split` (from evolve) cannot commit flag-only file change

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Wed May 2 22:29:06 UTC 2018


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

            Bug ID: 5865
           Summary: `hg split` (from evolve) cannot commit flag-only file
                    change
           Product: Mercurial
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: evolution
          Assignee: bugzilla at mercurial-scm.org
          Reporter: martinvonz at google.com
                CC: mercurial-devel at mercurial-scm.org,
                    pierre-yves.david at ens-lyon.org

This is like issue5864 but for evolve's version.

  $ hg init
  $ echo 1 > foo
  $ hg ci -qAm initial
  $ chmod +x foo
  $ hg ci -m 'make executable'
  $ printf 'y\ny\n' | hg --config extensions.evolve=$PATH_TO_EVOLVE \
--config ui.interactive=1 --config diff.ignoreblanklines=1 split
  1 files updated, 0 files merged, 0 files removed, 0 files unresolved
  reverting foo
  diff --git a/foo b/foo
  old mode 100644
  new mode 100755
  examine changes to 'foo'? [Ynesfdaq?] y

  no changes to record
  Done splitting? [yN] y
  transaction abort!
  rollback completed
  abort: changeset 8cca5f4e0bfa cannot obsolete itself
  [255]

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


More information about the Mercurial-devel mailing list