Mercurial > evolve
diff tests/test-topic.t @ 2665:0ade6e87346b
topics: pass quietempty=True to suppress useless output while changing topics
This will help in suppressing the output "0 files updated, 0 file removed, ..."
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Sun, 25 Jun 2017 07:20:22 +0530 |
parents | ed6fb5f20b24 |
children | 5156a67f66a6 |
line wrap: on
line diff
--- a/tests/test-topic.t Sun Jun 25 06:53:22 2017 +0530 +++ b/tests/test-topic.t Sun Jun 25 07:20:22 2017 +0530 @@ -684,7 +684,6 @@ Reading the same topic with topic --rev should work: $ hg topic --rev . watwat switching to topic watwat - 0 files updated, 0 files merged, 0 files removed, 0 files unresolved changed topic on 1 changes Testing issue5441 @@ -709,7 +708,6 @@ $ hg topics --rev '13::19' changewat switching to topic changewat - 0 files updated, 0 files merged, 0 files removed, 0 files unresolved changed topic on 2 changes please run hg evolve --rev "topic(changewat)" now $ hg log -Gr 'draft()' @@ -760,7 +758,6 @@ | $ hg topics --rev 't1::' changewut switching to topic changewut - 0 files updated, 0 files merged, 0 files removed, 0 files unresolved changed topic on 3 changes please run hg evolve --rev "topic(changewut)" now $ hg log -Gr 'draft()'