Show More
@@ -18,7 +18,8 We should have a repository around | |||||
18 |
|
18 | |||
19 | $ mkdir sanity-check |
|
19 | $ mkdir sanity-check | |
20 | $ cd sanity-check |
|
20 | $ cd sanity-check | |
21 |
$ tar xf |
|
21 | $ cat "$TESTDIR/bundles/inlined-changelog.tar" | tar xf - | |
|
22 | ||||
22 | $ cd inlined-changelog |
|
23 | $ cd inlined-changelog | |
23 | $ hg root |
|
24 | $ hg root | |
24 | $TESTTMP/sanity-check/inlined-changelog |
|
25 | $TESTTMP/sanity-check/inlined-changelog | |
@@ -55,7 +56,7 Simple commit | |||||
55 |
|
56 | |||
56 | $ mkdir simple-commit |
|
57 | $ mkdir simple-commit | |
57 | $ cd simple-commit |
|
58 | $ cd simple-commit | |
58 |
$ tar xf |
|
59 | $ cat "$TESTDIR/bundles/inlined-changelog.tar" | tar xf - | |
59 | $ cd inlined-changelog |
|
60 | $ cd inlined-changelog | |
60 | $ hg up --quiet |
|
61 | $ hg up --quiet | |
61 | $ hg log -GT '[{rev}] {desc}\n' |
|
62 | $ hg log -GT '[{rev}] {desc}\n' | |
@@ -85,7 +86,7 Before 6.7.3 this used to delete the cha | |||||
85 |
|
86 | |||
86 | $ mkdir pretxnclose-commit |
|
87 | $ mkdir pretxnclose-commit | |
87 | $ cd pretxnclose-commit |
|
88 | $ cd pretxnclose-commit | |
88 |
$ tar xf |
|
89 | $ cat "$TESTDIR/bundles/inlined-changelog.tar" | tar xf - | |
89 | $ cat >> inlined-changelog/.hg/hgrc <<EOF |
|
90 | $ cat >> inlined-changelog/.hg/hgrc <<EOF | |
90 | > [hooks] |
|
91 | > [hooks] | |
91 | > pretxnclose=hg log -r tip -T "pre-txn tip rev: {rev}\n" |
|
92 | > pretxnclose=hg log -r tip -T "pre-txn tip rev: {rev}\n" | |
@@ -121,7 +122,7 Simple local push | |||||
121 |
|
122 | |||
122 | $ mkdir simple-local-push |
|
123 | $ mkdir simple-local-push | |
123 | $ cd simple-local-push |
|
124 | $ cd simple-local-push | |
124 |
$ tar xf |
|
125 | $ cat "$TESTDIR/bundles/inlined-changelog.tar" | tar xf - | |
125 | $ hg log -R inlined-changelog -T '[{rev}] {desc}\n' |
|
126 | $ hg log -R inlined-changelog -T '[{rev}] {desc}\n' | |
126 | [0] first commit |
|
127 | [0] first commit | |
127 |
|
128 | |||
@@ -166,7 +167,7 Before 6.7.3 this used to delete the ser | |||||
166 |
|
167 | |||
167 | $ mkdir pretxnchangegroup-local-push |
|
168 | $ mkdir pretxnchangegroup-local-push | |
168 | $ cd pretxnchangegroup-local-push |
|
169 | $ cd pretxnchangegroup-local-push | |
169 |
$ |
|
170 | $ cat "$TESTDIR/bundles/inlined-changelog.tar" | tar xf - | |
170 | $ cat >> inlined-changelog/.hg/hgrc <<EOF |
|
171 | $ cat >> inlined-changelog/.hg/hgrc <<EOF | |
171 | > [hooks] |
|
172 | > [hooks] | |
172 | > pretxnchangegroup=hg log -r tip -T "pre-txn tip rev: {rev}\n" |
|
173 | > pretxnchangegroup=hg log -r tip -T "pre-txn tip rev: {rev}\n" | |
@@ -214,7 +215,7 Simple ssh push | |||||
214 |
|
215 | |||
215 | $ mkdir simple-ssh-push |
|
216 | $ mkdir simple-ssh-push | |
216 | $ cd simple-ssh-push |
|
217 | $ cd simple-ssh-push | |
217 |
$ tar xf |
|
218 | $ cat "$TESTDIR/bundles/inlined-changelog.tar" | tar xf - | |
218 | $ hg log -R inlined-changelog -T '[{rev}] {desc}\n' |
|
219 | $ hg log -R inlined-changelog -T '[{rev}] {desc}\n' | |
219 | [0] first commit |
|
220 | [0] first commit | |
220 |
|
221 | |||
@@ -259,7 +260,7 Before 6.7.3 this used to delete the ser | |||||
259 |
|
260 | |||
260 | $ mkdir pretxnchangegroup-ssh-push |
|
261 | $ mkdir pretxnchangegroup-ssh-push | |
261 | $ cd pretxnchangegroup-ssh-push |
|
262 | $ cd pretxnchangegroup-ssh-push | |
262 |
$ tar xf |
|
263 | $ cat "$TESTDIR/bundles/inlined-changelog.tar" | tar xf - | |
263 | $ cat >> inlined-changelog/.hg/hgrc <<EOF |
|
264 | $ cat >> inlined-changelog/.hg/hgrc <<EOF | |
264 | > [hooks] |
|
265 | > [hooks] | |
265 | > pretxnchangegroup=hg log -r tip -T "pre-txn tip rev: {rev}\n" |
|
266 | > pretxnchangegroup=hg log -r tip -T "pre-txn tip rev: {rev}\n" |
General Comments 0
You need to be logged in to leave comments.
Login now