##// END OF EJS Templates
subrepo: change default path in hgrc of subrepo after cloning...
subrepo: change default path in hgrc of subrepo after cloning Previous behavior was to put in the cloned subrepos the path found in the original main repo. However it isn't valid for relative path and it seems more logical to reference instead the subrepos working copy path of the original main repo.

File last commit:

r7440:d2a917b2 default
r10378:e1401c74 default
Show More
test-diff-unified.out
58 lines | 675 B | text/plain | TextLexer
/ tests / test-diff-unified.out
Patrick Mezard
Let --unified default to diff.unified (issue 1076)
r6467 adding a
% default context
diff -r cf9f4ba66af2 a
--- a/a
+++ b/a
@@ -2,7 +2,7 @@
c
a
a
-b
+dd
a
a
c
% invalid --unified
abort: diff context lines count must be an integer, not 'foo'
% --unified=2
diff -r cf9f4ba66af2 a
--- a/a
+++ b/a
@@ -3,5 +3,5 @@
a
a
-b
+dd
a
a
% diff.unified=2
diff -r cf9f4ba66af2 a
--- a/a
+++ b/a
@@ -3,5 +3,5 @@
a
a
-b
+dd
a
a
% diff.unified=2 --unified=1
diff -r cf9f4ba66af2 a
--- a/a
+++ b/a
@@ -4,3 +4,3 @@
a
-b
+dd
a
% invalid diff.unified
abort: diff context lines count must be an integer, not 'foo'
Dirkjan Ochtman
tests: fix test results for 07faba78cf5a
r7437 % test off-by-one error with diff -p
adding a
diff -r cb9a9f314b8b a
Brendan Cully
Fix test breakage introduced in 07faba78cf5a
r7440 --- a/a
+++ b/a
Dirkjan Ochtman
tests: fix test results for 07faba78cf5a
r7437 @@ -1,0 +1,1 @@
+b
@@ -2,0 +3,1 @@ a
+c