Mercurial > evolve
comparison tests/test-tutorial.t @ 5830:67fc03f42d92 mercurial-5.0
test-compat: merge mercurial-5.1 into mercurial-5.0
# no-check-commit
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 11 Mar 2021 14:22:45 +0800 |
parents | a1dad44fe3da |
children | be8f7eb3f3a0 053ce6e0b3b7 |
comparison
equal
deleted
inserted
replaced
5763:c2c85576ddfb | 5830:67fc03f42d92 |
---|---|
11 > # This is change the default output of log for clear tutorial | 11 > # This is change the default output of log for clear tutorial |
12 > logtemplate ="{node|short} ({phase}): {desc}\n" | 12 > logtemplate ="{node|short} ({phase}): {desc}\n" |
13 > [diff] | 13 > [diff] |
14 > # use "git" diff format, clearer and smarter format | 14 > # use "git" diff format, clearer and smarter format |
15 > git = 1 | 15 > git = 1 |
16 > [alias] | |
17 > # "-d '0 0'" means that the new commit will be at January 1st 1970. | |
18 > # This is used for stable hash during test | |
19 > # (this tutorial is automatically tested.) | |
20 > amend = amend -d '0 0' | |
21 > EOF | 16 > EOF |
22 | 17 |
23 $ hg init local | 18 $ hg init local |
24 $ cat >> local/.hg/hgrc << EOF | 19 $ cat >> local/.hg/hgrc << EOF |
25 > [paths] | 20 > [paths] |