log mercurial/error.py @ 42172:71d8b4d91616 stable

age author description
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
Sun, 08 Jul 2018 19:32:39 +0900 Yuya Nishihara py3: drop b'' while formatting BundleUnknownFeatureError message
Thu, 01 Mar 2018 18:05:47 -0500 Augie Fackler error: fix isinstnace check to use bytes instead of str
Wed, 15 Nov 2017 21:07:30 -0800 Phil Cohen error: add InMemoryMergeConflictsError
Sun, 03 Sep 2017 16:45:33 +0900 Yuya Nishihara error: move patch.PatchError so it can easily implement __bytes__ (API)
Thu, 01 Jun 2017 22:43:24 +0900 Yuya Nishihara py3: implement __bytes__() on most of our exception classes
Thu, 25 May 2017 16:50:23 +0200 Pierre-Yves David obsolete: raise richer exception on unknown version
Fri, 19 May 2017 19:10:37 +0530 Pulkit Goyal error: add a new exception named WdirUnsupported