[Bug 4705] New: 3.4.1 breaks "hg ci some_folder_under_the_repo_dir"

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Wed Jun 3 16:27:03 UTC 2015


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

          Priority: normal
            Bug ID: 4705
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: 3.4.1 breaks "hg ci some_folder_under_the_repo_dir"
          Severity: bug
    Classification: Unclassified
                OS: Mac OS
          Reporter: chdiza at gmail.com
          Hardware: Macintosh
            Status: UNCONFIRMED
           Version: 3.4.1
         Component: Mercurial
           Product: Mercurial

I have a repo "Foo", with the follwing structure:

Foo/
Foo/.hg
Foo/dir1/blah
Foo/dir1/blah2
Foo/dir2/bar
Foo/dir2/bar2
Foo/dir2/bar2

"hg status" reports that Foo/dir2/bar has changed, and that nothing else has. 
In my terminal, the CWD is Foo.  I now do "hg commit dir2".

Expected: as in previous versions of hg, I get my $EDITOR to make a commit
message for Foo/dir2/bar.

Actual:  I get the following absurdity: "abort: dir2: no match under
directory!"

The problem disappears upon reverting to hg 3.4.

This is on OSX 10.10.3.

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


More information about the Mercurial-devel mailing list