branch | mercurial-4.0 |
changeset 3110 | 50be10c63825 |
parent 3109 | 3024ae293732 |
parent 3003 | ddf28837f5af |
child 3111 | 7518ff7f26da |
child 3119 | 088ea9b74e47 |
3109:3024ae293732 | 3110:50be10c63825 |
---|---|
1 #require test-repo |
|
2 |
|
3 $ checkcm() { |
|
4 > if ! (which check-manifest > /dev/null); then |
|
5 > echo skipped: missing tool: check-manifest; |
|
6 > exit 80; |
|
7 > fi; |
|
8 > }; |
|
9 $ checkcm |
|
10 $ cat << EOF >> $HGRCPATH |
|
11 > [experimental] |
|
12 > evolution=all |
|
13 > EOF |
|
14 |
|
15 Run check manifest: |
|
16 |
|
17 $ cd $TESTDIR/.. |
|
18 $ check-manifest |
|
19 lists of files in version control and sdist match |