tests/test-uncommit-interactive.t
changeset 3220 f0f4cc2febac
parent 3090 975f5f42a877
child 3221 9f3521cc4c90
equal deleted inserted replaced
3219:b73bd280b21c 3220:f0f4cc2febac
   218   +0
   218   +0
   219    1
   219    1
   220    2
   220    2
   221    3
   221    3
   222 
   222 
   223   $ hg uncommit -i<<EOF
   223   $ hg uncommit -n "testing uncommit on dirty wdir" -i<<EOF
   224   > y
   224   > y
   225   > n
   225   > n
   226   > y
   226   > y
   227   > EOF
   227   > EOF
   228   diff --git a/a b/a
   228   diff --git a/a b/a
   291   $ hg obslog
   291   $ hg obslog
   292   @  46e35360be47 (5) another one
   292   @  46e35360be47 (5) another one
   293   |
   293   |
   294   x  678a59e5ff90 (3) another one
   294   x  678a59e5ff90 (3) another one
   295   |    rewritten(content) as 46e35360be47 by test (Thu Jan 01 00:00:00 1970 +0000)
   295   |    rewritten(content) as 46e35360be47 by test (Thu Jan 01 00:00:00 1970 +0000)
       
   296   |      note: 'testing uncommit on dirty wdir'
   296   |
   297   |
   297   x  f70fb463d5bf (1) another one
   298   x  f70fb463d5bf (1) another one
   298        rewritten(content) as 678a59e5ff90 by test (Thu Jan 01 00:00:00 1970 +0000)
   299        rewritten(content) as 678a59e5ff90 by test (Thu Jan 01 00:00:00 1970 +0000)
   299   
   300   
   300 
   301