Mercurial > public > mercurial-scm > hg-stable
log mercurial/util.py @ 27102:f97bb61b51e6 stable
age | author | description |
---|---|---|
Tue, 13 Oct 2015 16:05:30 -0700 | Sean Farley | util: also catch IndexError |
Thu, 08 Oct 2015 12:55:45 -0700 | Pierre-Yves David | error: get Abort from 'error' instead of 'util' |
Sun, 04 Oct 2015 22:35:36 +0900 | Yuya Nishihara | util: use tuple accessor to get accurate st_mtime value (issue4836) |
Sun, 04 Oct 2015 22:25:29 +0900 | Yuya Nishihara | util: extract stub function to get mtime with second accuracy |
Sat, 22 Aug 2015 22:52:18 -0400 | Matt Harbison | util: extract stringmatcher() from revset |
Mon, 05 Oct 2015 17:36:32 -0700 | Gregory Szorc | util.chunkbuffer: avoid extra mutations when reading partial chunks |
Mon, 05 Oct 2015 16:34:47 -0700 | Gregory Szorc | util.chunkbuffer: refactor chunk handling logic |