tests/test-dirstate.t
branchstable
changeset 49467 0705afae6253
parent 49466 486b8a383100
child 49548 e255a5355971
equal deleted inserted replaced
49466:486b8a383100 49467:0705afae6253
   241 #endif
   241 #endif
   242   $ hg rollback
   242   $ hg rollback
   243   repository tip rolled back to revision 1 (undo commit)
   243   repository tip rolled back to revision 1 (undo commit)
   244   working directory now based on revision 1
   244   working directory now based on revision 1
   245 
   245 
   246 #if dirstate-v1
       
   247   $ hg status
   246   $ hg status
   248   A foo
   247   A foo
   249 #else
       
   250   $ hg status
       
   251   abort: $ENOENT$: '*/.hg/dirstate.*' (glob) (known-bad-output !)
       
   252   [255]
       
   253 #endif