[Bug 4679] New: -X does not exclude explicitly listed files and directories
mercurial-bugs at selenic.com
mercurial-bugs at selenic.com
Wed May 20 09:23:41 UTC 2015
http://bz.selenic.com/show_bug.cgi?id=4679
Priority: normal
Bug ID: 4679
CC: mercurial-devel at selenic.com
Assignee: bugzilla at selenic.com
Summary: -X does not exclude explicitly listed files and
directories
Severity: bug
Classification: Unclassified
OS: Linux
Reporter: martinvonz at google.com
Hardware: PC
Status: UNCONFIRMED
Version: 3.4
Component: Mercurial
Product: Mercurial
Compare 'hg status' with 'hg files':
$ hg status -c -X tests tests/README
C tests/README
$ hg status -c -X tests/README tests/README
C tests/README
$ hg files -X tests/README tests/README
$ hg files -X tests tests/README
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Mercurial-devel
mailing list