Mercurial > hg
log mercurial/obsolete.py @ 44192:d6d4170882cd
age | author | description |
---|---|---|
Mon, 13 Jan 2020 17:15:14 -0500 | Augie Fackler | core: migrate uses of hashlib.sha1 to hashutil.sha1 |
Sat, 09 Nov 2019 13:23:52 +0100 | Pierre-Yves David | index: use `index.get_rev` in `obsolete._computephasedivergentset` |
Fri, 08 Nov 2019 11:19:20 -0800 | Augie Fackler | cleanup: remove pointless r-prefixes on single-quoted strings |
Wed, 19 Jun 2019 18:22:10 -0400 | Augie Fackler | tracing: add a couple of trace points on obsolete and repoview |
Tue, 08 Oct 2019 15:06:18 -0700 | Martin von Zweigbergk | cleanup: join string literals that are already on one line |
Mon, 07 Oct 2019 00:04:04 -0400 | Gregory Szorc | py3: finish porting iteritems() to pycompat and remove source transformer |
Sun, 06 Oct 2019 16:55:18 -0400 | Gregory Szorc | py3: manually import getattr where it is needed |