Mercurial > public > mercurial-scm > hg
log mercurial/manifest.py @ 27102:f97bb61b51e6 stable
age | author | description |
---|---|---|
Fri, 25 Sep 2015 22:54:46 -0400 | Augie Fackler | treemanifest: rework lazy-copying code (issue4840) |
Fri, 25 Sep 2015 17:18:28 -0400 | Augie Fackler | manifest: rename treemanifest load functions to ease debugging |
Fri, 25 Sep 2015 17:17:36 -0400 | Augie Fackler | manifest: add id(self) to treemanifest __repr__ |
Fri, 04 Sep 2015 05:57:58 -0400 | timeless | manifest: switch add() to heapq.merge (available in Py2.6+) |
Tue, 19 May 2015 11:16:20 -0700 | Martin von Zweigbergk | manifest: use match.prefix() instead of 'not match.anypats()' |
Thu, 09 Apr 2015 17:14:35 -0700 | Martin von Zweigbergk | treemanifest: lazily load manifests |
Mon, 18 May 2015 21:31:40 -0700 | Martin von Zweigbergk | treemanifest: speed up commit using dirty flag |