Mercurial > hg
comparison tests/test-infinitepush-ci.t @ 47921:0c92cd9286ee
tests: manual cleanup now that dummyssh usage is implied
Differential Revision: https://phab.mercurial-scm.org/D11246
author | Valentin Gatien-Baron <valentin.gatienbaron@gmail.com> |
---|---|
date | Mon, 02 Aug 2021 23:43:40 -0400 |
parents | 9c4204b7f3e4 |
children | 8c4881c07f57 |
comparison
equal
deleted
inserted
replaced
47920:9c4204b7f3e4 | 47921:0c92cd9286ee |
---|---|
7 Setup | 7 Setup |
8 ----- | 8 ----- |
9 | 9 |
10 $ . "$TESTDIR/library-infinitepush.sh" | 10 $ . "$TESTDIR/library-infinitepush.sh" |
11 $ cat >> $HGRCPATH <<EOF | 11 $ cat >> $HGRCPATH <<EOF |
12 > [ui] | |
13 > [alias] | 12 > [alias] |
14 > glog = log -GT "{rev}:{node|short} {desc}\n{phase}" | 13 > glog = log -GT "{rev}:{node|short} {desc}\n{phase}" |
15 > EOF | 14 > EOF |
16 $ cp $HGRCPATH $TESTTMP/defaulthgrc | 15 $ cp $HGRCPATH $TESTTMP/defaulthgrc |
17 $ hg init repo | 16 $ hg init repo |