##// END OF EJS Templates
tests: allow more flexibility in git diffstat output...
Mathias De Maré -
r23542:8b5adc6b default
parent child Browse files
Show More
@@ -772,9 +772,12 b' add new changes, including whitespace'
772 foo
772 foo
773 bar (no-eol)
773 bar (no-eol)
774
774
775 execute a diffstat
776 the output contains a regex, because git 1.7.10 and 1.7.11
777 change the amount of whitespace
775 $ hg diff --subrepos --stat
778 $ hg diff --subrepos --stat
776 barfoo | 1 +
779 \s*barfoo |\s*1 + (re)
777 foobar | 2 +-
780 \s*foobar |\s*2 +- (re)
778 2 files changed, 2 insertions(+), 1 deletion(-) (no-eol)
781 2 files changed, 2 insertions(+), 1 deletion(-) (no-eol)
779
782
780 ensure adding include/exclude ignores the subrepo
783 ensure adding include/exclude ignores the subrepo
General Comments 0
You need to be logged in to leave comments. Login now