log mercurial/error.py @ 44912:4234c9af515d stable

age author description
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Tue, 05 Nov 2019 21:35:19 +0900 Yuya Nishihara py3: add inline comment about encoding issue of str(Abort()) stable 5.2
Tue, 05 Nov 2019 21:29:40 +0900 Yuya Nishihara py3: do not reimplement Abort.__str__() on Python 2 stable
Mon, 04 Nov 2019 16:13:01 +0100 Denis Laxalde py3: add a __str__ method to Abort stable
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
Wed, 04 Sep 2019 00:59:15 +0200 Pierre-Yves David sidedata: add a function to read sidedata from revlog raw text
Sun, 16 Dec 2018 17:55:08 +0900 Yuya Nishihara py3: unimplement RevlogError.__str__()
Fri, 14 Dec 2018 12:01:47 -0500 Augie Fackler error: implement __str__ on RevlogError to fix some output defects on Py3
Tue, 18 Sep 2018 16:47:09 -0700 Gregory Szorc global: replace most uses of RevlogError with StorageError (API)
Tue, 18 Sep 2018 16:45:13 -0700 Gregory Szorc error: introduce StorageError
Thu, 13 Sep 2018 22:32:51 +0900 Yuya Nishihara py3: use sysstr() to convert ProgrammingError bytes with no unicode error risk
Wed, 12 Sep 2018 11:37:34 -0400 Augie Fackler error: ensure ProgrammingError message is always a str
Wed, 05 Sep 2018 09:06:40 -0700 Gregory Szorc wireprotov2: implement commands as a generator of objects
Fri, 13 Apr 2018 23:37:53 -0700 Martin von Zweigbergk revlog: use specialized exception for ambiguous prefix lookup