Mercurial > hg > mercurial-source
comparison tests/test-subrepo-deep-nested-change.t @ 17346:2944a6d35158
check-code: fix check for trailing whitespace on empty lines
It seems like the intention with c7d23b4ca4ba was to catch lines with only
one whitespace too.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 08 Aug 2012 18:10:30 +0200 |
parents | d7493da233c8 |
children | 4165cfd67519 |
comparison
equal
deleted
inserted
replaced
17345:4f8054d3171b | 17346:2944a6d35158 |
---|---|
98 path sub2 | 98 path sub2 |
99 source ../sub2 | 99 source ../sub2 |
100 revision 53dd3430bcaf5ab4a7c48262bcad6d441f510487 | 100 revision 53dd3430bcaf5ab4a7c48262bcad6d441f510487 |
101 | 101 |
102 Check that deep archiving works | 102 Check that deep archiving works |
103 | 103 |
104 $ cd cloned | 104 $ cd cloned |
105 $ echo 'test' > sub1/sub2/test.txt | 105 $ echo 'test' > sub1/sub2/test.txt |
106 $ hg --config extensions.largefiles=! add sub1/sub2/test.txt | 106 $ hg --config extensions.largefiles=! add sub1/sub2/test.txt |
107 $ mkdir sub1/sub2/folder | 107 $ mkdir sub1/sub2/folder |
108 $ echo 'subfolder' > sub1/sub2/folder/test.txt | 108 $ echo 'subfolder' > sub1/sub2/folder/test.txt |