##// END OF EJS Templates
tests: demonstrate `hg log -r . <file>` linkrev bug...
Martin von Zweigbergk -
r42383:c96507f6 default
parent child Browse files
Show More
@@ -1081,7 +1081,7 b' log -r tip --stat'
1081 $ cd ..
1081 $ cd ..
1082
1082
1083 log --follow --patch FILE in repository where linkrev isn't trustworthy
1083 log --follow --patch FILE in repository where linkrev isn't trustworthy
1084 (issue5376)
1084 (issue5376, issue6124)
1085
1085
1086 $ hg init follow-dup
1086 $ hg init follow-dup
1087 $ cd follow-dup
1087 $ cd follow-dup
@@ -1129,6 +1129,16 b' log --follow --patch FILE in repository '
1129 @@ -0,0 +1,1 @@
1129 @@ -0,0 +1,1 @@
1130 +0
1130 +0
1131
1131
1132 $ hg log -pr . a
1133 === 3: a3
1134 diff -r 4ea02ba94d66 -r e7a6331a34f0 a
1135 --- a/a
1136 +++ b/a
1137 @@ -1,2 +1,3 @@
1138 0
1139 1
1140 +3
1141
1132
1142
1133 fctx.introrev() == 2, but fctx.linkrev() == 1
1143 fctx.introrev() == 2, but fctx.linkrev() == 1
1134
1144
@@ -1150,6 +1160,9 b' log --follow --patch FILE in repository '
1150 +0
1160 +0
1151
1161
1152
1162
1163 BROKEN: should show the same diff as for rev 2 above
1164 $ hg log -pr . a
1165
1153 $ cd ..
1166 $ cd ..
1154
1167
1155 Multiple copy sources of a file:
1168 Multiple copy sources of a file:
General Comments 0
You need to be logged in to leave comments. Login now