diff tests/test-topic-push.t @ 3397:f7129e3d5a38

topic: suggest using topic when user creates a new head on branch This patch adds a message to use topics when user creates a new head on a branch.
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 27 Dec 2017 04:09:50 +0530
parents c29a19413e92
children 85cdce113c2c 1bc4b0807c37
line wrap: on
line diff
--- a/tests/test-topic-push.t	Mon Jan 15 18:41:29 2018 +0100
+++ b/tests/test-topic-push.t	Wed Dec 27 04:09:50 2017 +0530
@@ -54,6 +54,7 @@
   $ hg add ccc
   $ hg commit -m 'CC'
   created new head
+  (consider using topic for lightweight branches. See 'hg help topic')
   $ hg outgoing -G
   comparing with $TESTTMP/main (glob)
   searching for changes
@@ -364,6 +365,7 @@
   $ hg add ggg
   $ hg commit -m 'CG'
   created new head
+  (consider using topic for lightweight branches. See 'hg help topic')
   $ hg up 'desc(CF)'
   switching to topic babar
   2 files updated, 0 files merged, 1 files removed, 0 files unresolved