mercurial/__init__.py
author Siddharth Agarwal <sid0@fb.com>
Tue, 31 Mar 2015 23:32:27 -0700
changeset 24609 670aaee7931c
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
parsers: add a C function to create a file foldmap This is a hot path on case-insensitive filesystems -- it's guaranteed to be called every time 'hg status' is run. This is significantly faster than the equivalent Python code: see the following patch for numbers.