gecko/python/mozbuild
Gregory Szorc 84d75b6e0e Bug 1168607 - Add a native Mercurial finder; r=glandium
The hglib Mercurial finder was nice. But it is somewhat slow, as it
involves a separate Mercurial process.

This commit introduces a native Mercurial finder that speaks directly
to a Mercurial repository instance. It is significantly faster.

The new code is isolated to its own file because it imports Mercurial
code, which is GPL.
2015-06-09 13:49:45 -07:00
..
dumbmake
mozbuild Bug 1168607 - Make mach file-info work with Mercurial repos; r=glandium 2015-06-09 13:43:22 -07:00
mozpack Bug 1168607 - Add a native Mercurial finder; r=glandium 2015-06-09 13:49:45 -07:00
setup.py
TODO