Mercurial > evolve
comparison tests/test-evolve.t @ 4681:3027005c42c3
evolve: move a code block to have right value in has_some_val
Because of this we were having wrong value of has_some_val and
had some buggy behavior which is being fixed by this patch.
Fixed behavior is reflected by the changes in test file.
author | Sushil khanchi <sushilkhanchi97@gmail.com> |
---|---|
date | Sat, 08 Jun 2019 15:59:31 +0530 |
parents | b6c819facbe8 |
children | 6f6fec14e607 |
comparison
equal
deleted
inserted
replaced
4680:52c1809f35c1 | 4681:3027005c42c3 |
---|---|
1440 | 1440 |
1441 $ hg evolve | 1441 $ hg evolve |
1442 update:[1] added a | 1442 update:[1] added a |
1443 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | 1443 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
1444 working directory is now at ab832e43dd5a | 1444 working directory is now at ab832e43dd5a |
1445 no troubled changesets | |
1446 | 1445 |
1447 $ hg log -GT "{rev}:{node|short} {desc} ({bookmarks})\n" --hidden | 1446 $ hg log -GT "{rev}:{node|short} {desc} ({bookmarks})\n" --hidden |
1448 @ 1:ab832e43dd5a added a (book) | 1447 @ 1:ab832e43dd5a added a (book) |
1449 | 1448 |
1450 x 0:f7ad41964313 added a () | 1449 x 0:f7ad41964313 added a () |