diff tests/test-topic-dest.t @ 5024:b1a9d548af52 stable

evolve: fix a bug in logic of choosing destination for hg update
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Fri, 20 Dec 2019 17:31:57 +0530
parents abefd37c6afa
children 21168e99ba88
line wrap: on
line diff
--- a/tests/test-topic-dest.t	Fri Dec 20 17:17:30 2019 +0530
+++ b/tests/test-topic-dest.t	Fri Dec 20 17:31:57 2019 +0530
@@ -512,5 +512,6 @@
   adding a
   $ hg topic foo
   marked working directory as topic: foo
-  $ hg up 2>&1 | grep "AssertionError"
-  AssertionError: any branch has at least one head
+  $ hg up
+  clearing empty topic "foo"
+  0 files updated, 0 files merged, 0 files removed, 0 files unresolved