tests/test-strip.t
changeset 44378 ab632e27f296
parent 42655 90d8a2a42d5c
child 44379 14d0e89520a2
equal deleted inserted replaced
44377:8561ad49915d 44378:ab632e27f296
   589   commit: 1 modified, 1 unknown, 1 unresolved
   589   commit: 1 modified, 1 unknown, 1 unresolved
   590   update: (current)
   590   update: (current)
   591   phases: 2 draft
   591   phases: 2 draft
   592   mq:     3 unapplied
   592   mq:     3 unapplied
   593 
   593 
       
   594   $ hg log --graph
       
   595   @  changeset:   1:76dcf9fab855
       
   596   |  tag:         tip
       
   597   |  user:        test
       
   598   |  date:        Thu Jan 01 00:00:00 1970 +0000
       
   599   |  summary:     b
       
   600   |
       
   601   o  changeset:   0:9ab35a2d17cb
       
   602      user:        test
       
   603      date:        Thu Jan 01 00:00:00 1970 +0000
       
   604      summary:     a
       
   605   
   594   $ echo c > b
   606   $ echo c > b
   595   $ hg strip tip
   607   $ hg strip tip
   596   abort: uncommitted changes
   608   abort: uncommitted changes
   597   [255]
   609   [255]
   598   $ hg strip tip --keep
   610   $ hg strip tip --keep