Mercurial > evolve
comparison tests/test-evolve-templates.t @ 3002:00e4d31b8cdb mercurial-4.1
compat-test: merge future 6.7.0 into 4.1 compat branch
(mergeing through 4.2 compat branch)
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 27 Sep 2017 01:12:47 +0200 |
parents | 1627153804dc 67b59d1657cf |
children | ddf28837f5af 3024ae293732 |
comparison
equal
deleted
inserted
replaced
2809:f25c79365f5d | 3002:00e4d31b8cdb |
---|---|
71 Precursors template should show current revision as it is the working copy | 71 Precursors template should show current revision as it is the working copy |
72 $ hg olog tip | 72 $ hg olog tip |
73 o d004c8f274b9 (4) A2 | 73 o d004c8f274b9 (4) A2 |
74 | | 74 | |
75 x a468dc9b3633 (3) A1 | 75 x a468dc9b3633 (3) A1 |
76 | rewritten(description) by test2 (*) as d004c8f274b9 (glob) | 76 | rewritten(description) as d004c8f274b9 by test2 (*) (glob) |
77 | | 77 | |
78 @ 471f378eab4c (1) A0 | 78 @ 471f378eab4c (1) A0 |
79 rewritten(description, content) by test1 (*) as a468dc9b3633 (glob) | 79 rewritten(description, content) as a468dc9b3633 by test1 (*) (glob) |
80 | 80 |
81 $ hg tlog | 81 $ hg tlog |
82 o d004c8f274b9 | 82 o d004c8f274b9 |
83 | Precursors: 471f378eab4c | 83 | Precursors: 471f378eab4c |
84 | semi-colon: 471f378eab4c | 84 | semi-colon: 471f378eab4c |
118 | x 471f378eab4c | 118 | x 471f378eab4c |
119 |/ Successors: [a468dc9b3633] | 119 |/ Successors: [a468dc9b3633] |
120 | semi-colon: [a468dc9b3633] | 120 | semi-colon: [a468dc9b3633] |
121 o ea207398892e | 121 o ea207398892e |
122 | 122 |
123 | |
124 $ hg up 'desc(A2)' | 123 $ hg up 'desc(A2)' |
125 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | 124 0 files updated, 0 files merged, 0 files removed, 0 files unresolved |
126 $ hg tlog | 125 $ hg tlog |
127 @ d004c8f274b9 | 126 @ d004c8f274b9 |
128 | | 127 | |
458 --------------- | 457 --------------- |
459 | 458 |
460 $ hg up 'desc(A0)' --hidden | 459 $ hg up 'desc(A0)' --hidden |
461 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | 460 0 files updated, 0 files merged, 0 files removed, 0 files unresolved |
462 working directory parent is obsolete! (471f378eab4c) | 461 working directory parent is obsolete! (471f378eab4c) |
463 (471f378eab4c has diverged, use 'hg evolve --list --divergent' to resolve the issue) | 462 (471f378eab4c has diverged, use 'hg evolve --list --contentdivergent' to resolve the issue) |
464 | 463 |
465 Precursors template should show current revision as it is the working copy | 464 Precursors template should show current revision as it is the working copy |
466 $ hg tlog | 465 $ hg tlog |
467 o 019fadeab383 | 466 o 019fadeab383 |
468 | Precursors: 471f378eab4c | 467 | Precursors: 471f378eab4c |