tests/test-tutorial.t
branchstable
changeset 771 126e31c7658b
parent 770 303d27c76021
child 772 27b3442f08d9
equal deleted inserted replaced
770:303d27c76021 771:126e31c7658b
   283   
   283   
   284 
   284 
   285 I have a new commit but I realize that don't want it. (transport shop list does
   285 I have a new commit but I realize that don't want it. (transport shop list does
   286 not fit well in my standard shopping list)
   286 not fit well in my standard shopping list)
   287 
   287 
   288   $ hg prune . # . is for working directory parent
   288   $ hg prune . # "." is for working directory parent
   289   1 changesets pruned
   289   1 changesets pruned
   290   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   290   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   291   working directory now at 41aff6a42b75
   291   working directory now at 41aff6a42b75
   292 
   292 
   293 The silly changeset is gone.
   293 The silly changeset is gone.