diff tests/test-topic.t @ 1953:bdc5bb223b50

commit: wrap "commitstatus" to take topic into account The "created new head" message was appearing for every single commit made on a topic. It should now properly only appears when a new head is actually created on a topic.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 30 Mar 2016 23:58:30 -0700
parents 1cc2b87c91df
children 9c7665e3107b
line wrap: on
line diff
--- a/tests/test-topic.t	Wed Mar 30 23:55:31 2016 -0700
+++ b/tests/test-topic.t	Wed Mar 30 23:58:30 2016 -0700
@@ -91,7 +91,6 @@
   narf
   $ echo 'narf!!!' >> alpha
   $ hg ci -m 'narf!'
-  created new head
   $ hg log -G
   @  changeset:   6:7c34953036d6
   |  tag:         tip
@@ -293,7 +292,6 @@
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ echo answer >> alpha
   $ hg ci -m 'Narf is like `zort` or `poit`!'
-  created new head
   $ hg merge narf
   merging alpha
   warning: conflicts while merging alpha! (edit, then use 'hg resolve --mark')
@@ -305,7 +303,6 @@
   (no more unresolved files)
   $ hg topic narf
   $ hg ci -m 'Finish narf'
-  created new head
   $ hg topics
      fran
    * narf