tests/test-repair-strip.t
changeset 20008 e54a078153f7
parent 16913 f2719b387380
child 22047 8fb6844a4ff1
equal deleted inserted replaced
20007:23edc6673f0d 20008:e54a078153f7
     1   $ "$TESTDIR/hghave" unix-permissions || exit 80
     1 #if unix-permissions no-root
     2 
     2 
     3   $ echo "[extensions]" >> $HGRCPATH
     3   $ echo "[extensions]" >> $HGRCPATH
     4   $ echo "mq=">> $HGRCPATH
     4   $ echo "mq=">> $HGRCPATH
     5 
     5 
     6   $ teststrip() {
     6   $ teststrip() {
   128   crosschecking files in changesets and manifests
   128   crosschecking files in changesets and manifests
   129   checking files
   129   checking files
   130   2 files, 2 changesets, 2 total revisions
   130   2 files, 2 changesets, 2 total revisions
   131 
   131 
   132   $ cd ..
   132   $ cd ..
       
   133 
       
   134 #endif