tests/test-rhg.t
branchstable
changeset 51751 48fd4d23c867
parent 50985 363620b934aa
equal deleted inserted replaced
51730:63ede7a43a37 51751:48fd4d23c867
   410   a
   410   a
   411   $ echo "*:required = yes" >> $HGRCPATH
   411   $ echo "*:required = yes" >> $HGRCPATH
   412   $ rhg files
   412   $ rhg files
   413   a
   413   a
   414 
   414 
       
   415 Check that we expand both user and environment in ignore includes (HOME is TESTTMP)
       
   416 
       
   417   $ echo "specificprefix" > ~/ignore.expected-extension
       
   418   $ touch specificprefix
       
   419   $ $NO_FALLBACK rhg st
       
   420   ? specificprefix
       
   421   $ $NO_FALLBACK RHG_EXT_TEST=expected-extension rhg st --config 'ui.ignore=~/ignore.${RHG_EXT_TEST}'
       
   422 
   415 We can ignore all extensions at once
   423 We can ignore all extensions at once
   416 
   424 
   417   $ echo "[extensions]" >> $HGRCPATH
   425   $ echo "[extensions]" >> $HGRCPATH
   418   $ echo "thisextensionbetternotexist=" >> $HGRCPATH
   426   $ echo "thisextensionbetternotexist=" >> $HGRCPATH
   419   $ echo "thisextensionbetternotexisteither=" >> $HGRCPATH
   427   $ echo "thisextensionbetternotexisteither=" >> $HGRCPATH