tests/test-rhg.t
changeset 48439 9cf5ac8c7109
parent 48353 8960295b9246
child 48574 abbecb5cd6f3
equal deleted inserted replaced
48438:715e4e81e39a 48439:9cf5ac8c7109
   378   unsupported feature: subrepos (.hgsub is present)
   378   unsupported feature: subrepos (.hgsub is present)
   379   [252]
   379   [252]
   380   $ rhg files
   380   $ rhg files
   381   a
   381   a
   382   $ rm .hgsub
   382   $ rm .hgsub
       
   383 
       
   384 The `:required` extension suboptions are correctly ignored
       
   385 
       
   386   $ echo "[extensions]" >> $HGRCPATH
       
   387   $ echo "blackbox:required = yes" >> $HGRCPATH
       
   388   $ rhg files
       
   389   a
       
   390   $ echo "*:required = yes" >> $HGRCPATH
       
   391   $ rhg files
       
   392   a