tests/test-copies.t
changeset 41762 3158cb74fbca
parent 41760 4ec0ce0fb929
child 41763 d5edb5d3a337
equal deleted inserted replaced
41761:012f695546aa 41762:3158cb74fbca
    31   $ hg debugpathcopies 0 1 x
    31   $ hg debugpathcopies 0 1 x
    32   $ hg debugpathcopies 1 0 x
    32   $ hg debugpathcopies 1 0 x
    33   y -> x
    33   y -> x
    34   $ hg debugpathcopies 0 1 y
    34   $ hg debugpathcopies 0 1 y
    35   x -> y
    35   x -> y
    36 BROKEN: the following command should not include the copy
       
    37   $ hg debugpathcopies 1 0 y
    36   $ hg debugpathcopies 1 0 y
    38   y -> x
       
    39 
    37 
    40 Copy a file onto another file
    38 Copy a file onto another file
    41   $ newrepo
    39   $ newrepo
    42   $ echo x > x
    40   $ echo x > x
    43   $ echo y > y
    41   $ echo y > y