Mercurial > public > mercurial-scm > hg
log mercurial/debugcommands.py @ 50560:8020be6a9d28
age | author | description |
---|---|---|
Thu, 02 Feb 2023 17:22:55 +0100 | Pierre-Yves David | safehasattr: pass attribute name as string instead of bytes |
Wed, 31 May 2023 12:02:56 -0300 | Anton Shestakov | debug: `isinstance(a, x) or isinstance(a, y)` is `isinstance(a, (x, y))` |
Wed, 31 May 2023 12:01:25 -0300 | Anton Shestakov | debug: update usage strings of debugignore and debugnodemap |
Wed, 31 May 2023 12:00:21 -0300 | Anton Shestakov | debug: slightly improve wording on the InputErrors from the previous patch |
Wed, 31 May 2023 11:30:33 -0300 | Anton Shestakov | debug: use InputError instead of CommandError for validating arguments |
Fri, 21 Apr 2023 14:33:33 +0200 | pacien | stabletailgraph: naive version of leap computation |
Fri, 21 Apr 2023 14:32:58 +0200 | pacien | stabletailgraph: clarify naiveness of current implementation |