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
|
Sun, 14 May 2017 15:41:27 +0900 |
Yuya Nishihara |
error: add hint to ProgrammingError
|
Sun, 16 Apr 2017 11:12:37 -0700 |
Gregory Szorc |
error: rename RichIOError to PeerTransportError
|
Fri, 14 Apr 2017 00:33:56 -0700 |
Gregory Szorc |
httppeer: wrap HTTPResponse.read() globally
|
Tue, 11 Apr 2017 14:54:12 -0700 |
Bryan O'Sullivan |
stdio: add machinery to identify failed stdout/stderr writes
|
Sun, 19 Mar 2017 01:02:42 -0400 |
Augie Fackler |
error: use r-string to properly pop hints from **kw
|
Mon, 12 Dec 2016 08:01:52 +0000 |
Jun Wu |
error: make it clear that ProgrammingError is for mercurial developers
|
Tue, 06 Dec 2016 14:57:47 +0000 |
Jun Wu |
error: add ProgrammingError
|
Mon, 17 Oct 2016 23:16:55 +0200 |
Mads Kiilerich |
spelling: fixes of non-dictionary words
|
Wed, 13 Jul 2016 16:16:18 +0100 |
Kostia Balytskyi |
shelve: make unshelve be able to abort in any case
|
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
|