tests/test-log-linerange.t
branchstable
changeset 43444 66d5c8c3afed
parent 37772 814151cd8c4a
child 43445 d1b9d2c6ec96
equal deleted inserted replaced
43443:558f7585afcb 43444:66d5c8c3afed
   866   +2
   866   +2
   867   +3
   867   +3
   868   +4
   868   +4
   869   
   869   
   870 
   870 
       
   871 Uncommitted changes with a rename
       
   872 
       
   873   $ hg mv baz bazn
       
   874   $ hg log -f -L bazn,5:7
       
   875   changeset:   9:6af29c3a778f
       
   876   tag:         tip
       
   877   user:        test
       
   878   date:        Thu Jan 01 00:00:00 1970 +0000
       
   879   summary:     foo -> dir/baz; 1-1+
       
   880   
       
   881   changeset:   5:cfdf972b3971
       
   882   user:        test
       
   883   date:        Thu Jan 01 00:00:00 1970 +0000
       
   884   summary:     foo: 3 -> 3+ and 11+ -> 11-; bar: a -> a+
       
   885   
       
   886   changeset:   4:eaec41c1a0c9
       
   887   user:        test
       
   888   date:        Thu Jan 01 00:00:00 1970 +0000
       
   889   summary:     11 -> 11+; leading space before "1"
       
   890   
       
   891   changeset:   2:63a884426fd0
       
   892   user:        test
       
   893   date:        Thu Jan 01 00:00:00 1970 +0000
       
   894   summary:     2 -> 2+; added bar
       
   895   
       
   896   changeset:   0:5ae1f82b9a00
       
   897   user:        test
       
   898   date:        Thu Jan 01 00:00:00 1970 +0000
       
   899   summary:     init
       
   900   
       
   901   $ hg revert -a -C -q
       
   902 
   871 Binary files work but without diff hunks filtering.
   903 Binary files work but without diff hunks filtering.
   872 (Checking w/ and w/o diff.git option.)
   904 (Checking w/ and w/o diff.git option.)
   873 
   905 
   874   >>> open('binary', 'wb').write(b'this\nis\na\nbinary\0') and None
   906   >>> open('binary', 'wb').write(b'this\nis\na\nbinary\0') and None
   875   $ hg add binary
   907   $ hg add binary