changeset 5911:55589cb47581

tests: drop debugobsolete alias from common.sh Support for devel.default-date exists since hg 4.3, so this is long overdue.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 09 May 2021 19:58:24 +0800
parents efdbbced2374
children 51ee9809d90d
files tests/testlib/common.sh
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tests/testlib/common.sh	Tue May 04 09:39:45 2021 -0700
+++ b/tests/testlib/common.sh	Sun May 09 19:58:24 2021 +0800
@@ -9,8 +9,3 @@
 getid() {
    hg log --hidden --template '{node}\n' --rev "$1"
 }
-
-cat >> $HGRCPATH <<EOF
-[alias]
-debugobsolete=debugobsolete -d '0 0'
-EOF