[Bug 4308] New: Support for glob syntax in filemap
mercurial-bugs at selenic.com
mercurial-bugs at selenic.com
Fri Jul 18 11:34:51 UTC 2014
http://bz.selenic.com/show_bug.cgi?id=4308
Priority: normal
Bug ID: 4308
CC: mercurial-devel at selenic.com
Assignee: bugzilla at selenic.com
Summary: Support for glob syntax in filemap
Severity: feature
Classification: Unclassified
OS: Mac OS
Reporter: olavic at gmail.com
Hardware: Macintosh
Status: UNCONFIRMED
Version: unspecified
Component: convert
Product: Mercurial
I would like to have the ability of exclude and include files based on the very
same syntax which is supported in pattern matching.
Example filemap contents for excluding all AVI files found anywhere in the
history:
exclude 'glob:**avi'
Another example, for including all text files:
include 'glob:**.txt'
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Mercurial-devel
mailing list