Tue, 20 Feb 2024 21:40:13 +0100 |
Pierre-Yves David |
phases: keep internal state as rev-num instead of node-id
|
Mon, 11 Dec 2023 22:27:59 +0100 |
Pierre-Yves David |
changelog: never inline changelog
|
Thu, 07 Dec 2023 03:40:37 +0100 |
Pierre-Yves David |
test: clarify test-parseindex offsets
|
Tue, 19 Sep 2023 03:15:12 +0200 |
Pierre-Yves David |
debug-delta-chain: print less data by default
|
Wed, 18 May 2022 17:22:32 +0100 |
Pierre-Yves David |
debugdeltachain: also display p1/p2
|
Mon, 11 Apr 2022 11:14:55 +0200 |
Julien Cristau |
test: deal with changed error message on python 3.10
|
Sun, 20 Feb 2022 15:28:44 -0700 |
Gregory Szorc |
tests: remove from __future__ from inline Python in tests
|
Wed, 08 Jul 2020 00:36:36 +0200 |
Joerg Sonnenberger |
phases: sparsify phaseroots and phasesets
|
Fri, 27 Sep 2019 05:17:30 +0200 |
Pierre-Yves David |
vfs: give all vfs an options attribute by default
|
Thu, 24 Jan 2019 15:23:20 -0500 |
Augie Fackler |
py3: port test-parseindex.t to Python 3
|
Mon, 12 Nov 2018 01:13:01 +0100 |
Boris Feld |
test: make sure sparse-revlog does not interfer with test-parseindex.t
|
Thu, 01 Nov 2018 20:32:59 +0900 |
Yuya Nishihara |
revlog: fix out-of-bounds access by negative parents read from revlog (SEC)
stable
|
Wed, 17 Oct 2018 23:33:43 -0400 |
Matt Harbison |
py3: fix module imports in tests, as flagged by test-check-module-imports.t
|
Tue, 18 Sep 2018 23:47:21 -0400 |
Matt Harbison |
tests: quote PYTHON usage
|
Tue, 21 Aug 2018 00:01:54 +0000 |
Gregory Szorc |
debugcommands: introduce debugrevlogindex (BC)
|
Sat, 19 May 2018 18:58:35 +0530 |
Pulkit Goyal |
py3: use `except error as e` instead of `except error, e`
|
Sat, 19 May 2018 18:55:30 +0530 |
Pulkit Goyal |
py3: add b'' prefixes in tests/test-parseindex.t
|
Sat, 19 May 2018 18:42:18 +0530 |
Pulkit Goyal |
py3: use print as a function in tests/test-parseindex.t
|
Wed, 16 May 2018 15:48:12 -0700 |
Kyle Lippincott |
tests: test-parseindex.t works just fine with chg
|
Tue, 15 May 2018 11:52:43 -0700 |
Kyle Lippincott |
tests: mark tests that fail when using chg as #require no-chg
|
Mon, 02 Apr 2018 16:47:53 -0700 |
Gregory Szorc |
debugcommands: drop offset and length from debugindex by default
|
Mon, 02 Apr 2018 16:28:20 -0700 |
Gregory Szorc |
debugcommands: drop base revision from debugindex
|
Mon, 02 Apr 2018 16:24:57 -0700 |
Gregory Szorc |
tests: use debugdeltachain where appropriate
|
Mon, 02 Apr 2018 15:55:50 -0700 |
Gregory Szorc |
tests: don't use revlog paths in tests
|
Tue, 06 Feb 2018 12:25:11 +0100 |
Boris Feld |
parseindex: implement context manager method on the wrapper
|
Tue, 06 Feb 2018 11:52:37 +0100 |
Boris Feld |
parseindex: also forward keyword argument in a debug wrapper
|
Wed, 05 Jul 2017 11:10:11 -0500 |
Augie Fackler |
tests: replace yet more calls to `python` with $PYTHON
|
Tue, 20 Jun 2017 09:45:02 -0400 |
Augie Fackler |
cleanup: use $PYTHON to run python in many more tests
|
Thu, 02 Mar 2017 13:33:16 +0100 |
Pierre-Yves David |
vfs: use 'vfs' module directly in 'test-parseindex'
|
Thu, 02 Mar 2017 03:52:36 +0100 |
Pierre-Yves David |
vfs: replace 'scmutil.opener' usage with 'scmutil.vfs'
|
Fri, 28 Aug 2015 11:14:24 +0900 |
Yuya Nishihara |
reachableroots: construct and sort baseset in revset module
|
Thu, 20 Aug 2015 17:23:21 -0700 |
Pierre-Yves David |
reachableroots: use baseset lazy sorting
|
Fri, 14 Aug 2015 15:43:29 +0900 |
Yuya Nishihara |
reachableroots: use internal "revstates" array to test if rev is a root
|
Thu, 13 Aug 2015 18:59:49 +0900 |
Yuya Nishihara |
reachableroots: verify type of each item of heads argument
|
Thu, 13 Aug 2015 18:38:46 +0900 |
Yuya Nishihara |
reachableroots: verify integer range of heads argument (issue4775)
|
Thu, 13 Aug 2015 18:29:38 +0900 |
Yuya Nishihara |
reachableroots: unify bail cases to raise exception correctly
|
Sun, 19 Jul 2015 15:27:28 +0900 |
Yuya Nishihara |
tests: disable test of buffer overflow in parsers.c if --pure
stable
|
Thu, 16 Jul 2015 23:36:08 +0900 |
Yuya Nishihara |
parsers: fix buffer overflow by invalid parent revision read from revlog
|
Mon, 11 Jun 2012 01:40:51 +0200 |
Mads Kiilerich |
tests: add missing trailing 'cd ..'
|
Wed, 20 Apr 2011 19:54:57 +0200 |
Adrian Buehlmann |
move opener from util to scmutil
|
Sun, 26 Sep 2010 13:44:49 -0500 |
Matt Mackall |
tests: unify test-parseindex
base
tests/test-parseindex@6e3a5cd0c7f8
|