tests/test-topic-tutorial.t
changeset 2886 00518926094f
parent 2885 e61a9fde2125
child 2896 462adae9fea7
equal deleted inserted replaced
2885:e61a9fde2125 2886:00518926094f
   524 
   524 
   525   $ hg topic --verbose
   525   $ hg topic --verbose
   526      drinks (on branch: default, 2 changesets, 2 behind)
   526      drinks (on branch: default, 2 changesets, 2 behind)
   527    * tools  (on branch: default, 3 changesets)
   527    * tools  (on branch: default, 3 changesets)
   528 
   528 
   529 The "2 behind" is telling you that there are 2 new changesets on the named
   529 The "2 behind" is telling you that there are 2 new changesets over the base of the topic.
   530 branch of the topic. You need to merge or rebase to incorporate them.
       
   531 
   530 
   532 Pushing that topic would create a new head, and therefore will be prevented:
   531 Pushing that topic would create a new head, and therefore will be prevented:
   533 
   532 
   534   $ hg push --rev drinks
   533   $ hg push --rev drinks
   535   pushing to $TESTTMP/server (glob)
   534   pushing to $TESTTMP/server (glob)