##// END OF EJS Templates
tests: check that 'log --line-range' follows uncommitted changes...
Denis Laxalde -
r44172:66d5c8c3 stable
parent child Browse files
Show More
@@ -868,6 +868,38 b' Renames are followed.'
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
General Comments 0
You need to be logged in to leave comments. Login now