##// END OF EJS Templates
tests: diff -r on Solaris emits "Common subdirectories:"...
Danek Duvall -
r25863:1b449b01 stable
parent child Browse files
Show More
@@ -172,7 +172,7 b' Test relative path printing + subrepos'
172 Archive wdir() with subrepos
172 Archive wdir() with subrepos
173 $ hg rm main
173 $ hg rm main
174 $ hg archive -S -r 'wdir()' ../wdir
174 $ hg archive -S -r 'wdir()' ../wdir
175 $ diff -r . ../wdir | grep -v '\.hg$'
175 $ diff -r . ../wdir | egrep -v '\.hg$|^Common subdirectories:'
176 Only in ../wdir: .hg_archival.txt
176 Only in ../wdir: .hg_archival.txt
177
177
178 $ find ../wdir -type f | sort
178 $ find ../wdir -type f | sort
@@ -524,7 +524,7 b' largefile and a normal file. Then a lar'
524 $ hg add sub1/sub2
524 $ hg add sub1/sub2
525
525
526 $ hg archive -S -r 'wdir()' ../wdir2
526 $ hg archive -S -r 'wdir()' ../wdir2
527 $ diff -r . ../wdir2 | grep -v '\.hg$'
527 $ diff -r . ../wdir2 | egrep -v '\.hg$|^Common subdirectories:'
528 Only in ../wdir2: .hg_archival.txt
528 Only in ../wdir2: .hg_archival.txt
529 Only in .: .hglf
529 Only in .: .hglf
530 Only in .: foo
530 Only in .: foo
@@ -563,7 +563,7 b" Test 'wdir()' modified file archiving wi"
563 $ echo 'mod' > large.bin
563 $ echo 'mod' > large.bin
564 $ echo 'mod' > sub1/sub2/large.dat
564 $ echo 'mod' > sub1/sub2/large.dat
565 $ hg archive -S -r 'wdir()' ../wdir3
565 $ hg archive -S -r 'wdir()' ../wdir3
566 $ diff -r . ../wdir3 | grep -v '\.hg$'
566 $ diff -r . ../wdir3 | egrep -v '\.hg$|^Common subdirectories'
567 Only in ../wdir3: .hg_archival.txt
567 Only in ../wdir3: .hg_archival.txt
568 Only in .: .hglf
568 Only in .: .hglf
569 Only in .: foo
569 Only in .: foo
General Comments 0
You need to be logged in to leave comments. Login now