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
|
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
|
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
|
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
|
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
|
Fri, 15 Feb 2013 18:07:14 +0900 |
Takumi IINO |
hgweb: show correct error message for i18n environment
stable 2.5.3
|
Tue, 02 Aug 2011 15:21:10 -0400 |
Andrew Pritchard |
wireproto: add out-of-band error class to allow remote repo to report errors
|
Sat, 25 Jun 2011 02:30:17 +0200 |
Pierre-Yves David |
error: Add a hint argument to RepoError
stable
|
Fri, 18 Feb 2011 20:25:25 +0100 |
Adrian Buehlmann |
introduce new RequirementError (issue2649)
stable
|
Thu, 15 Jul 2010 14:41:22 +0200 |
Benoit Boissinot |
Abort: add a hint argument, printed in the next line inside parenthesis
|
Fri, 04 Jun 2010 23:04:31 -0500 |
Matt Mackall |
error: fix up test-hgrc
|
Fri, 04 Jun 2010 20:57:26 -0500 |
Matt Mackall |
error: add new ParseError for various parsing errors
|
Fri, 04 Jun 2010 20:19:53 -0500 |
Matt Mackall |
error: change ParseError to CommandError
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Mon, 31 Aug 2009 10:58:33 -0500 |
Matt Mackall |
Make distinct lookup error for localrepo.lookup
|
Sun, 26 Apr 2009 01:24:49 +0200 |
Martin Geisler |
turn some comments back into module docstrings
|
Sun, 26 Apr 2009 01:13:08 +0200 |
Martin Geisler |
put license and copyright info into comment blocks
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Thu, 23 Apr 2009 15:40:10 -0500 |
Matt Mackall |
ui: introduce new config parser
|
Fri, 03 Apr 2009 13:20:52 -0500 |
Matt Mackall |
move util.Abort to error.py
|
Mon, 12 Jan 2009 13:51:43 -0600 |
Matt Mackall |
error: move SignatureError
|
Mon, 12 Jan 2009 11:48:05 -0600 |
Matt Mackall |
error: move SignalInterrupt
|
Mon, 12 Jan 2009 11:39:38 -0600 |
Matt Mackall |
error: move UnknownCommand and AmbiguousCommand
|
Mon, 12 Jan 2009 11:28:28 -0600 |
Matt Mackall |
error: move UnexpectedOutput (now ResponseError)
|
Mon, 12 Jan 2009 11:09:14 -0600 |
Matt Mackall |
error: move lock errors
|
Mon, 12 Jan 2009 10:42:31 -0600 |
Matt Mackall |
error: move repo errors
|
Sun, 11 Jan 2009 23:04:24 -0600 |
Matt Mackall |
error: move ParseError
|
Sun, 11 Jan 2009 22:48:28 -0600 |
Matt Mackall |
errors: move revlog errors
|