Mercurial > hg
log
age | author | description |
---|---|---|
Tue, 07 Apr 2015 22:40:25 -0700 | Martin von Zweigbergk | manifestdict.walk: remove now-redundant check for match.files() |
Tue, 07 Apr 2015 21:08:23 -0700 | Martin von Zweigbergk | manifest.walk: special-case match.always() for speed |
Tue, 07 Apr 2015 22:36:17 -0700 | Martin von Zweigbergk | manifest.walk: use return instead of StopIteration in generator |
Wed, 08 Apr 2015 23:30:02 +0900 | Yuya Nishihara | archive: look for first visible revision to build repo identity (issue4591) |
Wed, 08 Apr 2015 22:42:37 +0900 | Yuya Nishihara | largefiles: use common function to build content of .hg_archival.txt |
Wed, 08 Apr 2015 22:38:46 +0900 | Yuya Nishihara | test-largefiles: verify content of .hg_archival.txt |
Wed, 08 Apr 2015 22:37:03 +0900 | Yuya Nishihara | archive: extract metadata() closure to module-level function |