Mercurial > evolve
diff tests/test-sharing.t @ 1616:c216b175d535
tests: add head warning messages
Core gained a warning about other head on the same branch. This impact our
tests.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Sun, 14 Feb 2016 14:37:40 +0000 |
parents | edcd2f0474c8 |
children | 27445da063b7 |
line wrap: on
line diff
--- a/tests/test-sharing.t Thu Feb 11 00:44:28 2016 +0000 +++ b/tests/test-sharing.t Sun Feb 14 14:37:40 2016 +0000 @@ -89,6 +89,7 @@ added 1 changesets with 1 changes to 1 files (+1 heads) 2 new obsolescence markers 1 files updated, 0 files merged, 0 files removed, 0 files unresolved + 1 other heads for branch "default" Figure SG03 $ hg shortlog --hidden -G @@ -119,6 +120,7 @@ $ cd ../test-repo $ hg update 1 files updated, 0 files merged, 0 files removed, 0 files unresolved + 1 other heads for branch "default" $ hg shortlog --hidden -G @ 4:de6151c48e1c draft fix bug 37 |