Mercurial > hg
log
age | author | description |
---|---|---|
Mon, 13 Jan 2020 17:18:03 -0500 | Matt Harbison | scmutil: fix an unbound variable with progressbar debug enabled |
Mon, 13 Jan 2020 14:12:31 -0500 | Augie Fackler | hgext: replace references to hashlib.sha1 with hashutil.sha1 |
Mon, 13 Jan 2020 17:16:54 -0500 | Augie Fackler | sslutil: migrate to hashutil.sha1 instead of hashlib.sha1 |
Mon, 13 Jan 2020 17:15:14 -0500 | Augie Fackler | core: migrate uses of hashlib.sha1 to hashutil.sha1 |
Mon, 13 Jan 2020 17:14:19 -0500 | Augie Fackler | hashutil: new package for hashing-related features |
Wed, 08 Jan 2020 15:59:52 -0500 | Augie Fackler | sha1dc: initial implementation of Python extension |
Wed, 08 Jan 2020 15:09:01 -0500 | Augie Fackler | sha1dc: import latest version from github |