Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Sun, 06 Oct 2019 19:25:18 -0400 |
Gregory Szorc |
py3: define and use pycompat.iteritems() for hgext/
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Tue, 18 Sep 2018 16:47:09 -0700 |
Gregory Szorc |
global: replace most uses of RevlogError with StorageError (API)
|
Tue, 26 Jun 2018 10:36:23 -0400 |
Augie Fackler |
cleanup: migrate from re.escape to stringutil.reescape
|
Thu, 26 Apr 2018 23:00:19 -0400 |
Matt Harbison |
lfs: clarify pointer validation error messages
|
Thu, 10 May 2018 21:08:32 +0900 |
Yuya Nishihara |
stringutil: flip the default of pprint() to bprefix=False
|
Fri, 27 Apr 2018 12:07:32 -0400 |
Augie Fackler |
lfs: stabilize error message values for Python 2 and 3
|
Fri, 02 Mar 2018 11:07:07 -0500 |
Augie Fackler |
lfs: use byteskwargs() on some **kwargs for python 3 compat
|
Fri, 02 Mar 2018 11:05:53 -0500 |
Augie Fackler |
lfs: add missing b prefixes on some regular expressions
|
Tue, 14 Nov 2017 00:14:52 -0500 |
Matt Harbison |
lfs: quiesce check-module-import warnings
|
Tue, 14 Nov 2017 00:06:23 -0500 |
Matt Harbison |
lfs: import the Facebook git-lfs client extension
|