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

            Bug ID: 5576
           Summary: hg commit --interactive can not handle mode change
                    from 100644 to 100755
           Product: Mercurial
           Version: 4.2
          Hardware: All
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: marcel.vlo...@t-online.de
                CC: mercurial-devel@mercurial-scm.org

if I change the file mode of a file to 755 to make the file executable.

The hg commit interactive command show me the mode change but can not record
the change

marcel$ hg ci -i
diff --git a/test b/test
old mode 100644
new mode 100755
examine changes to 'test'? [Ynesfdaq?] y

no changes to record

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to