Mercurial > public > mercurial-scm > hg
log mercurial/branchmap.py @ 31360:37acdf027ae2
age | author | description |
---|---|---|
Sun, 12 Mar 2017 11:47:02 -0700 | Yuya Nishihara | py3: drop unused aliases to array.array which are replaced with bytearray |
Sun, 12 Mar 2017 00:42:46 -0500 | Augie Fackler | branchmap: stringify int in a portable way |
Sun, 12 Mar 2017 00:49:19 -0500 | Augie Fackler | branchmap: don't use buffer() on Python 3 |
Sun, 12 Mar 2017 03:32:21 -0400 | Augie Fackler | py3: use bytearray() instead of array('c', ...) constructions |
Wed, 15 Feb 2017 13:17:39 -0800 | Simon Farnsworth | mercurial: switch to util.timer for all interval timings |
Fri, 05 Aug 2016 15:01:16 +0200 | Pierre-Yves David | branchmap: remove extra indent |
Fri, 05 Aug 2016 15:00:53 +0200 | Pierre-Yves David | branchmap: simplify error handlind when writing rev branch cache |