[Bug 4637] New: abort: XXX: no match under directory! when trying to commit a clean directory

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Thu Apr 30 09:25:03 UTC 2015


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

          Priority: normal
            Bug ID: 4637
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: abort: XXX: no match under directory! when trying to
                    commit a clean directory
          Severity: bug
    Classification: Unclassified
                OS: Windows
          Reporter: 0ce69136 at opayq.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.3
         Component: Mercurial
           Product: Mercurial

I am trying to commit a directory (and whatever is under it, at any level)

  hg ci -m "message" "XXX"

XXX is a real directory (not a subrepo) and I am not using largefiles.

If any of the files it contains is dirty, it runs ok. But if it's all clean, it
aborts with an error. I guess it should just run and do nothing.

There can be more dirty files outside the dir I don't want to commit, so I can
not just run hg ci -m "message"

If I do

  cd XXX
  hg ci -m "message"

the result is the same (abort).

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


More information about the Mercurial-devel mailing list