tests/test-issue436
author James Abbatiello <abbeyj at gmail.com>
Tue, 14 Jul 2009 22:42:05 -0400
changeset 9129 395b0e132836
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
Don't copy hidden files/directories during `setup.py install` This is useful if a copy of Mercurial is stored in a Subversion repository so that the .svn directories don't get copied.

#!/bin/sh

hg init a
cd a
hg -v log -v
hg -v log -v x
true