log mercurial/error.py @ 29510:19205a0e2bf1

age author description
Mon, 11 Jul 2016 21:40:02 +0900 Yuya Nishihara error: make hintable exceptions reject unknown keyword arguments (API)
Sat, 09 Jul 2016 14:28:30 +0900 Yuya Nishihara error: make HintException a mix-in class not derived from BaseException (API)
Tue, 09 Feb 2016 23:30:41 +0000 Pierre-Yves David destutil: add more precise error classes for destmerge
Wed, 23 Dec 2015 08:52:52 +0000 timeless error: make InterventionRequired take a hint
Wed, 23 Dec 2015 17:39:32 +0000 timeless error: make ParseError inherit from HintException
Wed, 23 Dec 2015 17:38:24 +0000 timeless error: refactor OutOfBandError to inherit from HintException
Tue, 17 Nov 2015 14:10:12 -0800 Siddharth Agarwal error: add a structured exception for unsupported merge records
Tue, 10 Nov 2015 00:46:45 -0800 Siddharth Agarwal error: add structured exception for EOF at prompt
Thu, 15 Oct 2015 09:52:32 -0400 Augie Fackler error: remove superfluous pass statements
Mon, 12 Oct 2015 18:49:23 -0700 Siddharth Agarwal hook: raise a separate exception for when loading a hook fails
Mon, 05 Oct 2015 04:26:26 -0700 Pierre-Yves David update: introduce a 'UpdateAbort' exception
Tue, 13 Oct 2015 10:57:54 -0700 Gregory Szorc exchange: refactor bundle specification parsing
Fri, 25 Sep 2015 12:56:05 -0700 Siddharth Agarwal error: make lock inheritance contract violations a subclass of RuntimeError
Wed, 23 Sep 2015 11:55:27 -0700 Pierre-Yves David bundle2: allow to specify unsupported value on error
Wed, 23 Sep 2015 11:44:52 -0700 Pierre-Yves David bundle2: rename error exception class for unsupported feature
Thu, 24 Sep 2015 10:53:16 -0700 Siddharth Agarwal error: add an exception to indicate lock inheritance API contract violations
Sat, 08 Aug 2015 19:09:09 -0700 Gregory Szorc error: use absolute_import
Wed, 27 May 2015 23:48:54 -0700 Pierre-Yves David bundle2: introduce a PushkeyFail error to abort unbundle on pushkey error
Thu, 21 May 2015 16:20:34 -0400 Jordi GutiƩrrez Hermoso error: derive RevlogError from HintException instead of Exception
Thu, 21 May 2015 16:28:06 -0400 Jordi GutiƩrrez Hermoso error: refactor common hint-pattern into a common base class
Wed, 20 May 2015 18:17:40 -0500 Pierre-Yves David error: allow a 'hint' to OutOfBandError
Mon, 26 Jan 2015 14:31:01 -0500 Augie Fackler error: add a new UnknownIdentifier error type
Wed, 21 Jan 2015 22:09:32 -0500 Mike Edgar changegroup: emit full-replacement deltas if either revision is censored
Wed, 18 Feb 2015 16:45:16 -0800 Siddharth Agarwal error.LookupError: rename 'message' property to something else
Fri, 06 Feb 2015 00:55:29 +0000 Mike Edgar revlog: in addgroup, reject ill-formed deltas based on censored nodes
Mon, 26 Jan 2015 14:30:12 -0500 Augie Fackler error: update docstring on ParseError
Wed, 04 Feb 2015 13:57:35 -0800 Martin von Zweigbergk error: store filename and message on LookupError for later
Sat, 29 Nov 2014 19:13:35 -0800 Pierre-Yves David hook: raise a more specialized HookAbort exception when a hook fails stable
Thu, 16 Oct 2014 02:06:12 -0700 Pierre-Yves David repoview: add a FilteredRepoLookupError
Thu, 16 Oct 2014 02:05:06 -0700 Pierre-Yves David repoview: add a FilteredLookupError class