Tue, 17 Aug 2021 20:48:52 +0200 |
Pierre-Yves David |
pyoxidized: adapt test-devel-warnings.t
stable
|
Thu, 10 Dec 2020 13:51:56 +0530 |
Pulkit Goyal |
dispatch: move IOError handling and flushing of streams to `dispatch()`
|
Fri, 27 Nov 2020 15:39:27 -0500 |
Matt Harbison |
dispatch: quote the extension when printing the bug report
|
Fri, 27 Nov 2020 14:31:59 -0500 |
Matt Harbison |
dispatch: print the version of the extension being blamed in a bug report
|
Sat, 11 Jul 2020 00:31:21 +0530 |
Pulkit Goyal |
tests: update test-devel-warnings.t output with chg
|
Tue, 24 Mar 2020 12:31:46 +0530 |
Pulkit Goyal |
tests: update test-devel-warnings.t output with chg
|
Sat, 15 Dec 2018 17:52:14 +0900 |
Yuya Nishihara |
tests: filter out uninteresting log events
|
Wed, 17 Oct 2018 23:33:43 -0400 |
Matt Harbison |
py3: fix module imports in tests, as flagged by test-check-module-imports.t
|
Mon, 12 Feb 2018 20:39:48 -0500 |
Augie Fackler |
tests: add tons of b prefixes in test-devel-warnings.t
|
Wed, 10 Jan 2018 20:02:35 -0800 |
Gregory Szorc |
tests: make hg frame optional
|
Tue, 31 Oct 2017 22:37:30 +0900 |
Yuya Nishihara |
configitems: relax warning about unwanted default value
stable
|
Mon, 16 Oct 2017 17:41:27 +0200 |
Boris Feld |
configitems: adds a developer warning when accessing undeclared configuration
|
Wed, 04 Oct 2017 10:42:55 -0700 |
Saurabh Singh |
test-devel-warnings: make the test compatible with chg
|
Tue, 05 Sep 2017 00:31:59 +0200 |
Boris Feld |
extensions: factor extra data loading out
|
Thu, 27 Jul 2017 10:52:56 +0200 |
Boris Feld |
pypy: fix failing test-devel-warnings.t with Pypy5.6.0
stable
|
Wed, 12 Jul 2017 23:36:10 +0200 |
Boris Feld |
configitems: handle case were the default value is not static
|
Mon, 08 Aug 2016 18:14:42 +0200 |
Boris Feld |
reposvfs: add a ward to check if locks are properly taken
|
Tue, 11 Jul 2017 12:38:17 +0200 |
Boris Feld |
repovfs: add a ward to check if locks are properly taken
|
Sun, 02 Jul 2017 01:38:08 +0200 |
Pierre-Yves David |
test: glob a line number in test-devel-warnings.t
|
Sun, 02 Jul 2017 01:37:03 +0200 |
Pierre-Yves David |
test: add a small comment to explain a section of test-devel-warning
|
Sun, 18 Jun 2017 19:52:54 +0200 |
Pierre-Yves David |
configitems: add a devel warning for extensions items overiding core one
|
Sun, 25 Jun 2017 08:20:05 +0530 |
Pulkit Goyal |
py3: make sure commands name are bytes in tests
|
Fri, 23 Jun 2017 17:19:29 +0200 |
Pierre-Yves David |
configitems: register 'ui.interactive'
|
Sat, 17 Jun 2017 13:08:03 +0200 |
Pierre-Yves David |
configitems: issue a devel warning when overriding default config
|
Tue, 20 Jun 2017 23:50:50 +0530 |
Pulkit Goyal |
py3: make sure the commands name are bytes in test-devel-warnings.t
|
Mon, 19 Jun 2017 13:18:00 -0700 |
Martin von Zweigbergk |
repair: move check for existing transaction earlier
|
Sun, 14 May 2017 15:41:27 +0900 |
Yuya Nishihara |
error: add hint to ProgrammingError
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
Sat, 15 Apr 2017 12:58:06 +0900 |
Yuya Nishihara |
dispatch: mark callcatch() as a private function
|
Tue, 04 Apr 2017 11:03:29 +0200 |
Pierre-Yves David |
util: add a way to issue deprecation warning without a UI object
|
Sun, 02 Apr 2017 22:01:32 +0900 |
Yuya Nishihara |
revset: stop supporting predicate that returns plain list (API)
|
Sun, 02 Apr 2017 02:29:51 -0400 |
Matt Harbison |
test-blackbox: glob away quoting differences on Windows
|
Sun, 26 Mar 2017 16:53:28 -0700 |
Jun Wu |
repair: use ProgrammingError
|
Sun, 19 Mar 2017 14:23:30 -0400 |
Augie Fackler |
dispatch: replace mayberepr with shellquote
|
Tue, 06 Dec 2016 17:06:39 +0000 |
Jun Wu |
localrepo: use ProgrammingError
|
Thu, 24 Nov 2016 00:48:40 +0000 |
Jun Wu |
dispatch: move part of callcatch to scmutil
|
Sun, 14 Aug 2016 17:51:12 -0700 |
Gregory Szorc |
profiling: add a context manager that no-ops if profiling isn't enabled
|
Tue, 09 Aug 2016 16:45:28 +0100 |
Jun Wu |
dispatch: split global error handling out so it can be reused
|
Thu, 05 May 2016 16:20:53 +0200 |
Pierre-Yves David |
transaction: turn lack of locking into a hard failure (API)
|
Thu, 05 May 2016 16:13:22 +0200 |
Pierre-Yves David |
test: extract develwarn transaction testing in its own command
|
Wed, 11 May 2016 09:34:59 +0200 |
Pierre-Yves David |
devel: fix a typo in a deprecation warning
|
Wed, 11 May 2016 09:31:47 +0200 |
Pierre-Yves David |
devel: officially deprecate old style revset
|
Tue, 05 Apr 2016 12:19:45 -0700 |
Pierre-Yves David |
test: don't rely on __del__ in test-devel-warnings.t
|
Fri, 29 Jan 2016 14:37:16 +0000 |
timeless |
ui: log devel warnings
|
Wed, 03 Feb 2016 18:59:35 +0000 |
timeless |
tests: relax test-devel-warnings to reduce false positives
|
Sat, 05 Dec 2015 23:05:49 -0800 |
Pierre-Yves David |
ui: add a 'deprecwarn' helper to issue deprecation warnings
|
Sat, 05 Dec 2015 23:06:03 -0800 |
Pierre-Yves David |
test: update the docstring of 'test-devel-warnings.t' extension
|
Fri, 19 Jun 2015 11:17:11 -0700 |
Pierre-Yves David |
devel-warn: issue a warning for old style revsets
|
Sat, 23 May 2015 21:18:47 -0700 |
Pierre-Yves David |
repair: forbid strip from inside a transaction
|
Tue, 26 May 2015 14:14:36 -0700 |
Pierre-Yves David |
devel: rename 'all' to 'all-warnings' (BC)
|
Wed, 15 Apr 2015 01:18:09 -0400 |
Pierre-Yves David |
devel-warn: add a prefix to all messages ("devel-warn: ")
|
Sun, 12 Apr 2015 15:37:59 -0400 |
Pierre-Yves David |
wlock: do not warn for non-wait locking
|
Sun, 12 Apr 2015 14:27:42 -0400 |
Pierre-Yves David |
develwarn: include call site in the simple message version
|
Sun, 12 Apr 2015 14:26:11 -0400 |
Pierre-Yves David |
develwarn: handle the end of line inside the function itself
|
Sun, 12 Apr 2015 13:28:35 -0400 |
Pierre-Yves David |
wlock: reword the devel warning
|
Sun, 12 Apr 2015 10:01:48 -0400 |
Pierre-Yves David |
wlock: only issue devel warning when actually acquiring the lock
|
Tue, 31 Mar 2015 18:09:21 -0500 |
Matt Mackall |
tests: fix py2.4 glob for devel warnings
|
Thu, 19 Mar 2015 15:21:08 -0500 |
Matt Mackall |
tests: avoid deprecation warning
|
Tue, 10 Mar 2015 21:03:45 -0700 |
Pierre-Yves David |
devel: also warn about transaction started without a lock
|
Fri, 16 Jan 2015 02:51:10 -0800 |
Pierre-Yves David |
devel: move the lock-checking code into core
|