Mercurial > evolve
comparison tests/test-userguide.t @ 3442:7ac98f83ae6d mercurial-4.1
test-compat: merge mercurial-4.2 into mercurial-4.1
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 20 Jan 2018 12:38:11 +0100 |
parents | b21a3753255f |
children | b92114f201c9 |
comparison
equal
deleted
inserted
replaced
3441:fc2dd881297b | 3442:7ac98f83ae6d |
---|---|
37 example 3: safe amend with "hg commit --amend" (figure 2) | 37 example 3: safe amend with "hg commit --amend" (figure 2) |
38 $ echo 'tweak feature Y' >> file1.c | 38 $ echo 'tweak feature Y' >> file1.c |
39 $ hg commit --amend -u alice -d '2 0' -m 'implement feature Y' | 39 $ hg commit --amend -u alice -d '2 0' -m 'implement feature Y' |
40 $ hg shortlog -q -r fe0ecd3bd2a4 | 40 $ hg shortlog -q -r fe0ecd3bd2a4 |
41 abort: hidden revision 'fe0ecd3bd2a4'! | 41 abort: hidden revision 'fe0ecd3bd2a4'! |
42 (use --hidden to access hidden revisions; successor: 934359450037) | 42 (use --hidden to access hidden revisions) |
43 [255] | 43 [255] |
44 $ hg --hidden shortlog -G | 44 $ hg --hidden shortlog -G |
45 @ 3:934359450037 draft implement feature Y | 45 @ 3:934359450037 draft implement feature Y |
46 | | 46 | |
47 | x 2:6c5f78d5d467 draft temporary amend commit for fe0ecd3bd2a4 | 47 | x 2:6c5f78d5d467 draft temporary amend commit for fe0ecd3bd2a4 |