Mercurial > evolve
comparison tests/test-check-sdist.t @ 6870:120f0ad4646c
branching: merge with stable
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 16 Oct 2024 18:24:09 +0400 |
parents | 9638dd0fb4ea b3261527f770 |
children | f1eefaa0ad28 |
comparison
equal
deleted
inserted
replaced
6851:d892efaa3615 | 6870:120f0ad4646c |
---|---|
9 | 9 |
10 Archiving to a separate location to avoid hardlink mess when the repo is shared | 10 Archiving to a separate location to avoid hardlink mess when the repo is shared |
11 | 11 |
12 #if test-repo | 12 #if test-repo |
13 | 13 |
14 $ hg archive "$TESTTMP"/hg-evolve | 14 $ . "$RUNTESTDIR/helpers-testrepo.sh" |
15 $ testrepohg archive "$TESTTMP"/hg-evolve | |
15 $ cd "$TESTTMP"/hg-evolve | 16 $ cd "$TESTTMP"/hg-evolve |
16 | 17 |
17 #endif | 18 #endif |
18 | 19 |
19 $ "$PYTHON" setup.py check --metadata --restructuredtext | 20 $ "$PYTHON" setup.py check --metadata --restructuredtext |