tests/test-topic.t
changeset 2986 4746b92cc1f8
parent 2985 f63c97c01f92
child 2988 62201935e1a7
equal deleted inserted replaced
2985:f63c97c01f92 2986:4746b92cc1f8
   399   fran
   399   fran
   400   narf
   400   narf
   401   query
   401   query
   402   tip
   402   tip
   403   $ hg phase --public narf
   403   $ hg phase --public narf
       
   404   active topic 'narf' is now empty
   404 
   405 
   405 POSSIBLE BUG: narf topic stays alive even though we just made all
   406 POSSIBLE BUG: narf topic stays alive even though we just made all
   406 narf commits public:
   407 narf commits public:
   407 
   408 
   408   $ hg topics
   409   $ hg topics
   459   searching for changes
   460   searching for changes
   460   adding changesets
   461   adding changesets
   461   adding manifests
   462   adding manifests
   462   adding file changes
   463   adding file changes
   463   added 3 changesets with 3 changes to 1 files
   464   added 3 changesets with 3 changes to 1 files
       
   465   active topic 'query' is now empty
   464   (run 'hg update' to get a working copy)
   466   (run 'hg update' to get a working copy)
   465   $ hg topics
   467   $ hg topics
   466    * query
   468    * query
   467 
   469 
   468 We can pull in the draft-phase change and we get the new topic
   470 We can pull in the draft-phase change and we get the new topic
   472   searching for changes
   474   searching for changes
   473   adding changesets
   475   adding changesets
   474   adding manifests
   476   adding manifests
   475   adding file changes
   477   adding file changes
   476   added 1 changesets with 1 changes to 1 files (+1 heads)
   478   added 1 changesets with 1 changes to 1 files (+1 heads)
       
   479   active topic 'query' is now empty
   477   (run 'hg heads' to see heads)
   480   (run 'hg heads' to see heads)
   478   $ hg topics
   481   $ hg topics
   479      fran
   482      fran
   480    * query
   483    * query
   481   $ hg log -Gr 'draft()'
   484   $ hg log -Gr 'draft()'