mercurial/__init__.py
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 02 Sep 2008 15:08:26 +0200
changeset 6971 b3bc518a73c3
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
performance: do not stat() things when not required Ignore unknown files if we don't need them (eg in hg diff). It slows things down a little bit for big trees (kernel repo), since _join() is called for each file instead of for each directory. fix issue567
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: