What pattern to exclude *any* directory called "bin"
joel miranda
ruijoel at gmail.com
Fri Oct 3 05:36:23 CDT 2008
Hi,
I'm using the Mercurial command-line to commit my workspace. Right now, my
mercurial_commit.bat is like this :
hg addremove -X path:/bin -X path:obj -X path:build -X _UpgradeReport_Files
-X UpgradeLog.XML -X path:.hg -X **.msi
hg commit
pause
but I doesn't do what I want. I want it to exclude any folder or subfolder
called exactly "bin" or "obj" or "build" or "_UpgradeReport_Files", and any
file called exactly "UpgradeLog.XML". But I can't get my patterns right.
What are the correct patterns for what I want ?
--
"Computer Science is no more about computers than astronomy is about
telescopes." - Edsger Dijkstra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20081003/945c510c/attachment.htm
More information about the Mercurial
mailing list