log mercurial/error.py @ 23822:02f4560b69b7

age author description
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
Wed, 15 Oct 2014 17:02:44 -0700 Pierre-Yves David repoview: add a FilteredIndexError class
Wed, 15 Oct 2014 03:22:47 -0700 Pierre-Yves David bundle2: add an UnsupportedPartError
Wed, 03 Sep 2014 15:59:03 -0400 Mike Edgar error: add CensoredNodeError, will be thrown when content deliberately erased
Sat, 30 Aug 2014 12:22:20 +0200 Mike Edgar error: use docstrings, not bare strings, for error classes
Tue, 10 Jun 2014 17:00:31 -0700 Brendan Cully error: restore python 2.4 compatibility for BundleValueError
Wed, 28 May 2014 16:46:58 -0700 Pierre-Yves David bundle2: support None parttype in BundleValueError
Wed, 28 May 2014 15:53:34 -0700 Pierre-Yves David bundle2: introduce a ``params`` attribute to BundleValueError
Wed, 28 May 2014 15:51:19 -0700 Pierre-Yves David bundle2: introduce a parttype attribute to BundleValueError
Wed, 28 May 2014 15:31:05 -0700 Pierre-Yves David bundle2: move exception classes into the error module
Mon, 21 Apr 2014 18:59:09 -0700 Pierre-Yves David bundle2: fix raising errors during heads checking stable
Fri, 08 Feb 2013 14:26:03 -0600 Augie Fackler error: introduce new InterventionRequired exception