tests/test-uncommit.t
branchstable
changeset 1048 a585353a816b
parent 1002 195642c1520b
child 1058 00bc31523074
equal deleted inserted replaced
1031:acc2b590edd9 1048:a585353a816b
   150 
   150 
   151 Test uncommit without argument, should be a no-op
   151 Test uncommit without argument, should be a no-op
   152 
   152 
   153   $ hg uncommit
   153   $ hg uncommit
   154   abort: nothing to uncommit
   154   abort: nothing to uncommit
       
   155   (use --all to uncommit all files)
   155   [255]
   156   [255]
   156   $ hg bookmarks
   157   $ hg bookmarks
   157    * touncommit-bm             3:5eb72dbe0cb4
   158    * touncommit-bm             3:5eb72dbe0cb4
   158      touncommit-bm-inactive    3:5eb72dbe0cb4
   159      touncommit-bm-inactive    3:5eb72dbe0cb4
   159      unrelated                 2:f63b90038565
   160      unrelated                 2:f63b90038565
   160 
   161 
   161 Test no matches
   162 Test no matches
   162 
   163 
   163   $ hg uncommit --include nothere
   164   $ hg uncommit --include nothere
   164   abort: nothing to uncommit
   165   abort: nothing to uncommit
       
   166   (use --all to uncommit all files)
   165   [255]
   167   [255]
   166 
   168 
   167 Enjoy uncommit
   169 Enjoy uncommit
   168 
   170 
   169   $ hg uncommit aa b c f ff g h j k l m o
   171   $ hg uncommit aa b c f ff g h j k l m o