hg add --include not recursive on windows?
Kevin Greiner
greinerk at gmail.com
Tue Apr 1 13:46:36 UTC 2008
It appears that "hg add --include" isn't recursive on windows?
hg --version
Mercurial Distributed SCM (version 9f1e6ab76069+tortoisehg)
hg init
echo a 1>a1.txt
echo a 1>a2
mkdir b
echo b 1>b\b1.txt
echo b 1>b\b2
hg add --include *.txt .
adding a1.txt
I would have expected b\b1.txt to be added as well.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20080401/6df971bf/attachment-0001.html>
More information about the Mercurial
mailing list