tests/test-repair-strip.t
changeset 22047 8fb6844a4ff1
parent 20008 e54a078153f7
child 27993 afb86ee925bf
equal deleted inserted replaced
22046:7a9cbb315d84 22047:8fb6844a4ff1
     1 #if unix-permissions no-root
     1 #require 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