tests/test-copies-chain-merge.t
changeset 46159 929054848d6c
parent 46035 6c960b708ac4
child 46160 1d6aac94e6d5
equal deleted inserted replaced
46158:1fcfff09cac5 46159:929054848d6c
   869 #endif
   869 #endif
   870 
   870 
   871 
   871 
   872 Test copy information chaining
   872 Test copy information chaining
   873 ==============================
   873 ==============================
       
   874 
       
   875 Check that matching only affect the destination and not intermediate path
       
   876 -------------------------------------------------------------------------
       
   877 
       
   878 The two status call should give the same value for f
       
   879 
       
   880   $ hg status --copies --rev 'desc("i-0")' --rev 'desc("a-2")'
       
   881   A f
       
   882     a
       
   883   R a
       
   884   $ hg status --copies --rev 'desc("i-0")' --rev 'desc("a-2")' f
       
   885   A f
       
   886     a (no-changeset no-compatibility !)
   874 
   887 
   875 merging with unrelated change does not interfere with the renames
   888 merging with unrelated change does not interfere with the renames
   876 ---------------------------------------------------------------
   889 ---------------------------------------------------------------
   877 
   890 
   878 - rename on one side
   891 - rename on one side