Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
file |
diff |
annotate
|
Mon, 23 Nov 2020 16:20:02 -0800 |
Martin von Zweigbergk |
errors: introduce SecurityError and use it in a few places
|
file |
diff |
annotate
|
Mon, 23 Nov 2020 11:56:10 -0800 |
Martin von Zweigbergk |
tests: make test-worker.t pass on py2
|
file |
diff |
annotate
|
Fri, 20 Nov 2020 14:43:21 -0800 |
Martin von Zweigbergk |
errors: raise ConfigError on failure to parse config file
|
file |
diff |
annotate
|
Fri, 20 Nov 2020 10:34:26 -0800 |
Martin von Zweigbergk |
errors: remove ParseError.args
|
file |
diff |
annotate
|
Fri, 20 Nov 2020 13:55:32 -0800 |
Martin von Zweigbergk |
errors: let ParseError use Abort.__bytes__
|
file |
diff |
annotate
|
Thu, 19 Nov 2020 15:13:39 -0800 |
Martin von Zweigbergk |
errors: make ParseError a subtype of Abort
|
file |
diff |
annotate
|
Fri, 20 Nov 2020 09:17:38 -0800 |
Martin von Zweigbergk |
errors: format "abort: " text in a new Abort.format() method
|
file |
diff |
annotate
|
Fri, 20 Nov 2020 08:51:45 -0800 |
Martin von Zweigbergk |
errors: make formatparse() an instance method on ParseError
|
file |
diff |
annotate
|
Thu, 19 Nov 2020 11:23:59 -0800 |
Martin von Zweigbergk |
errors: create "similarity hint" for UnknownIdentifier eagerly in constructor
|
file |
diff |
annotate
|
Thu, 19 Nov 2020 12:20:26 -0800 |
Martin von Zweigbergk |
errors: move similarity_hint() to error module
|
file |
diff |
annotate
|
Thu, 22 Oct 2020 14:14:59 -0700 |
Martin von Zweigbergk |
errors: introduce CanceledError and use it in a few places
|
file |
diff |
annotate
|
Mon, 12 Oct 2020 12:44:18 -0700 |
Martin von Zweigbergk |
errors: introduce StateError and use it from commands and cmdutil
|
file |
diff |
annotate
|
Tue, 06 Oct 2020 22:36:15 -0700 |
Martin von Zweigbergk |
errors: introduce InputError and use it from commands and cmdutil
|
file |
diff |
annotate
|
Sat, 07 Nov 2020 21:50:28 -0800 |
Martin von Zweigbergk |
worker: raise exception instead of calling sys.exit() with child's code
|
file |
diff |
annotate
|
Thu, 22 Oct 2020 09:58:05 -0700 |
Martin von Zweigbergk |
errors: name arguments to ParseError constructor
|
file |
diff |
annotate
|
Tue, 20 Oct 2020 08:58:20 -0700 |
Martin von Zweigbergk |
errors: remove unnecessary override of __bytes__ in RevlogError
|
file |
diff |
annotate
|
Thu, 08 Oct 2020 13:37:31 -0700 |
Martin von Zweigbergk |
errors: name arguments to Abort constructor
|
file |
diff |
annotate
|
Tue, 06 Oct 2020 21:06:18 -0700 |
Martin von Zweigbergk |
errors: name arguments to UnknownCommand constructor
|
file |
diff |
annotate
|
Tue, 06 Oct 2020 20:45:52 -0700 |
Martin von Zweigbergk |
errors: name arguments to AmbiguousCommand constructor
|
file |
diff |
annotate
|
Tue, 06 Oct 2020 20:37:35 -0700 |
Martin von Zweigbergk |
errors: name arguments to CommandError constructor
|
file |
diff |
annotate
|
Tue, 06 Oct 2020 21:52:27 -0700 |
Martin von Zweigbergk |
errors: move UnknownCommand and AmbiguousCommand near CommandError
|
file |
diff |
annotate
|
Sun, 13 Sep 2020 15:59:23 +0900 |
Yuya Nishihara |
py3: fix formatting of LookupError for workingctx
stable
|
file |
diff |
annotate
|
Tue, 14 Jul 2020 13:35:54 -0700 |
Daniel Ploch |
error: normalize "unresolved conflicts" error messages with a custom class
|
file |
diff |
annotate
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
file |
diff |
annotate
|
Tue, 05 Nov 2019 21:35:19 +0900 |
Yuya Nishihara |
py3: add inline comment about encoding issue of str(Abort())
stable 5.2
|
file |
diff |
annotate
|
Tue, 05 Nov 2019 21:29:40 +0900 |
Yuya Nishihara |
py3: do not reimplement Abort.__str__() on Python 2
stable
|
file |
diff |
annotate
|
Mon, 04 Nov 2019 16:13:01 +0100 |
Denis Laxalde |
py3: add a __str__ method to Abort
stable
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|