Mercurial > public > mercurial-scm > hg
log mercurial/revlog.py @ 37178:68ee61822182
age | author | description |
---|---|---|
Thu, 22 Mar 2018 21:56:20 +0900 | Yuya Nishihara | stringutil: bulk-replace call sites to point to new module |
Tue, 06 Mar 2018 14:32:14 -0800 | Gregory Szorc | merge with stable |
Tue, 13 Feb 2018 11:35:32 -0800 | Jun Wu | revlog: resolve lfs rawtext to vanilla rawtext before applying delta stable 4.5.1 |
Tue, 13 Feb 2018 11:35:32 -0800 | Jun Wu | revlog: do not use delta for lfs revisions stable |
Tue, 06 Feb 2018 19:08:25 -0800 | Jun Wu | changegroup: do not delta lfs revisions stable |
Mon, 05 Mar 2018 01:08:40 +0530 | Pulkit Goyal | py3: use bytes() instead of str() |
Mon, 05 Mar 2018 01:05:54 +0530 | Pulkit Goyal | py3: use b"%d" instead of str() to convert integers to bytes |