Mercurial > evolve
comparison tests/test-tutorial.t @ 625:e291e5271694
prepare for Full scale filtering !!!
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Mon, 03 Dec 2012 00:10:58 +0100 |
parents | 02cadd3dc9f4 |
children | 5a929510de9d |
comparison
equal
deleted
inserted
replaced
624:ce46d1624d4a | 625:e291e5271694 |
---|---|
224 searching for changes | 224 searching for changes |
225 adding changesets | 225 adding changesets |
226 adding manifests | 226 adding manifests |
227 adding file changes | 227 adding file changes |
228 added 1 changesets with 1 changes to 1 files (+1 heads) | 228 added 1 changesets with 1 changes to 1 files (+1 heads) |
229 (run 'hg heads .' to see heads, 'hg merge' to merge) | 229 (run 'hg heads' to see heads, 'hg merge' to merge) |
230 | 230 |
231 I now have a new heads. Note that this remote head is immutable | 231 I now have a new heads. Note that this remote head is immutable |
232 | 232 |
233 $ hg log -G | 233 $ hg log -G |
234 o 9ca060c80d74 (public): SPAM | 234 o 9ca060c80d74 (public): SPAM |
574 searching for changes | 574 searching for changes |
575 adding changesets | 575 adding changesets |
576 adding manifests | 576 adding manifests |
577 adding file changes | 577 adding file changes |
578 added 1 changesets with 1 changes to 1 files (+1 heads) | 578 added 1 changesets with 1 changes to 1 files (+1 heads) |
579 (run 'hg heads .' to see heads, 'hg merge' to merge) | 579 (run 'hg heads' to see heads, 'hg merge' to merge) |
580 1 new unstable changesets | 580 1 new unstable changesets |
581 | 581 |
582 | 582 |
583 The new changeset "animal" is based one an old changeset of "bathroom". You can | 583 The new changeset "animal" is based one an old changeset of "bathroom". You can |
584 see both version showing up in the log. | 584 see both version showing up in the log. |