tests/test-addremove-similar.out
changeset 11851 db955418a6af
parent 11850 54dbf16b401f
child 11852 b2f91119bf8c
equal deleted inserted replaced
11850:54dbf16b401f 11851:db955418a6af
     1 adding empty-file
       
     2 adding large-file
       
     3 adding another-file
       
     4 removing empty-file
       
     5 removing large-file
       
     6 recording removal of large-file as rename to another-file (99% similar)
       
     7 % comparing two empty files caused ZeroDivisionError in the past
       
     8 2 files updated, 0 files merged, 1 files removed, 0 files unresolved
       
     9 adding another-empty-file
       
    10 removing empty-file
       
    11 adding large-file
       
    12 adding tiny-file
       
    13 removing large-file
       
    14 adding small-file
       
    15 removing tiny-file
       
    16 recording removal of tiny-file as rename to small-file (82% similar)
       
    17 % should all fail
       
    18 abort: similarity must be a number
       
    19 abort: similarity must be between 0 and 100
       
    20 abort: similarity must be between 0 and 100
       
    21 % issue 1527
       
    22 removing d/a
       
    23 adding d/b
       
    24 recording removal of d/a as rename to d/b (100% similar)
       
    25 r   0          0 1970-01-01 00:00:00 d/a
       
    26 a   0         -1 unset               d/b
       
    27 copy: d/a -> d/b
       
    28 % no copies found here (since the target isn't in d
       
    29 removing d/b
       
    30 % copies here
       
    31 adding c
       
    32 recording removal of d/a as rename to c (100% similar)