##// END OF EJS Templates
test-commit-amend.t: fix check-code violation from 3a72c89a83ec
Augie Fackler -
r18912:4e1ae55e default
parent child Browse files
Show More
@@ -697,7 +697,7 b' Amend a merge changeset (with renames du'
697 697
698 698 $ hg debugrename aa
699 699 aa not renamed
700 $ hg debugrename -r .^ aa
700 $ hg debugrename -r '.^' aa
701 701 aa renamed from a:a80d06849b333b8a3d5c445f8ba3142010dcdc9e
702 702
703 703 Amend a merge changeset (with manifest-level conflicts):
General Comments 0
You need to be logged in to leave comments. Login now