tests/test-uncommit-interactive.t
changeset 5323 417503ef667d
parent 5123 900668a93629
child 5349 e8660b28bfee
equal deleted inserted replaced
5322:498dc888ff40 5323:417503ef667d
   171   +babar
   171   +babar
   172   discard change 3/3 to 'a'?
   172   discard change 3/3 to 'a'?
   173   (enter ? for help) [Ynesfdaq?] n
   173   (enter ? for help) [Ynesfdaq?] n
   174   
   174   
   175 
   175 
       
   176   $ hg debugobsolete
       
   177   e9635f4beaf11f64a07ccc74684092b144c53d89 0 {7733902a8d94c789ca81d866bea1893d79442db6} (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '0', 'operation': 'uncommit', 'user': 'test'}
       
   178   f70fb463d5bf9f0ffd38f105521d96e9f2591bc1 678a59e5ff90754d5e94719bd82ad169be773c21 0 (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '8', 'note': 'note on amend --extract', 'operation': 'uncommit', 'user': 'test'}
   176   $ hg obslog
   179   $ hg obslog
   177   @  678a59e5ff90 (3) another one
   180   @  678a59e5ff90 (3) another one
   178   |
   181   |
   179   x  f70fb463d5bf (1) another one
   182   x  f70fb463d5bf (1) another one
   180        amended(content) as 678a59e5ff90 using uncommit by test (Thu Jan 01 00:00:00 1970 +0000)
   183        amended(content) as 678a59e5ff90 using uncommit by test (Thu Jan 01 00:00:00 1970 +0000)
   306    4
   309    4
   307    5
   310    5
   308 
   311 
   309 Checking the obsolescence history
   312 Checking the obsolescence history
   310 
   313 
       
   314   $ hg debugobsolete
       
   315   e9635f4beaf11f64a07ccc74684092b144c53d89 0 {7733902a8d94c789ca81d866bea1893d79442db6} (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '0', 'operation': 'uncommit', 'user': 'test'}
       
   316   f70fb463d5bf9f0ffd38f105521d96e9f2591bc1 678a59e5ff90754d5e94719bd82ad169be773c21 0 (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '8', 'note': 'note on amend --extract', 'operation': 'uncommit', 'user': 'test'}
       
   317   7ca9935a62f11b39b60c7fb8861377c7d45b3e99 0 {7733902a8d94c789ca81d866bea1893d79442db6} (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '0', 'operation': 'uncommit', 'user': 'test'}
       
   318   678a59e5ff90754d5e94719bd82ad169be773c21 46e35360be473bf761bedf3d05de4a68ffd9d9f8 0 (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '8', 'note': 'testing uncommit on dirty wdir', 'operation': 'uncommit', 'user': 'test'}
   311   $ hg obslog
   319   $ hg obslog
   312   @  46e35360be47 (5) another one
   320   @  46e35360be47 (5) another one
   313   |
   321   |
   314   x  678a59e5ff90 (3) another one
   322   x  678a59e5ff90 (3) another one
   315   |    amended(content) as 46e35360be47 using uncommit by test (Thu Jan 01 00:00:00 1970 +0000)
   323   |    amended(content) as 46e35360be47 using uncommit by test (Thu Jan 01 00:00:00 1970 +0000)