tests/test-convert-mtn.t
changeset 17449 3d1b64bc8150
parent 14394 5b98d7416a32
child 17450 9c362a497eae
equal deleted inserted replaced
17448:507e8f94b26a 17449:3d1b64bc8150
     1 
     1 
     2   $ "$TESTDIR/hghave" mtn || exit 80
     2   $ "$TESTDIR/hghave" mtn || exit 80
     3 
     3 
     4 Monotone directory is called .monotone on *nix and monotone
     4 Monotone directory is called .monotone on *nix and monotone
     5 on Windows. Having a variable here ease test patching.
     5 on Windows.
       
     6 
       
     7 #if windows
       
     8 
       
     9   $ mtndir=monotone
       
    10 
       
    11 #else
     6 
    12 
     7   $ mtndir=.monotone
    13   $ mtndir=.monotone
       
    14 
       
    15 #endif
       
    16 
     8   $ echo "[extensions]" >> $HGRCPATH
    17   $ echo "[extensions]" >> $HGRCPATH
     9   $ echo "convert=" >> $HGRCPATH
    18   $ echo "convert=" >> $HGRCPATH
    10   $ echo 'graphlog =' >> $HGRCPATH
    19   $ echo 'graphlog =' >> $HGRCPATH
    11 
    20 
    12 Windows version of monotone home
    21 Windows version of monotone home