tests/test-uncommit.t
changeset 2730 7fbb7a5d359f
parent 2729 69fe16428b0f
child 2776 4dd84054ebbb
equal deleted inserted replaced
2729:69fe16428b0f 2730:7fbb7a5d359f
   395   parent:      7:4f1c269eab68
   395   parent:      7:4f1c269eab68
   396   user:        test
   396   user:        test
   397   date:        Thu Jan 01 00:22:17 1970 +0000
   397   date:        Thu Jan 01 00:22:17 1970 +0000
   398   summary:     to-uncommit
   398   summary:     to-uncommit
   399   
   399   
       
   400 
       
   401 test the `hg amend --extract` entry point
       
   402 
       
   403   $ hg status --change .
       
   404   M j
       
   405   M o
       
   406   A e
       
   407   A ff
       
   408   A h
       
   409   A k
       
   410   A l
       
   411   R c
       
   412   R f
       
   413   R g
       
   414   R m
       
   415   R n
       
   416   $ hg status
       
   417   M d
       
   418   A aa
       
   419   R b
       
   420   $ hg amend --extract j
       
   421   $ hg status --change .
       
   422   M o
       
   423   A e
       
   424   A ff
       
   425   A h
       
   426   A k
       
   427   A l
       
   428   R c
       
   429   R f
       
   430   R g
       
   431   R m
       
   432   R n
       
   433   $ hg status
       
   434   M d
       
   435   M j
       
   436   A aa
       
   437   R b
       
   438 
       
   439 (with all)
       
   440 
       
   441   $ hg amend --extract --all
       
   442   new changeset is empty
       
   443   (use 'hg prune .' to remove it)
       
   444   $ hg status --change .
       
   445   $ hg status
       
   446   M d
       
   447   M j
       
   448   M o
       
   449   A aa
       
   450   A e
       
   451   A ff
       
   452   A h
       
   453   A k
       
   454   A l
       
   455   R b
       
   456   R c
       
   457   R f
       
   458   R g
       
   459   R m
       
   460   R n