tests/test-extension.t
changeset 27152 ac27b1b3be85
parent 27142 060f83d219b9
child 27491 28c1aa12f5de
equal deleted inserted replaced
27151:7625f6387fc4 27152:ac27b1b3be85
   365 
   365 
   366 
   366 
   367 
   367 
   368   $ echo 'debugextension = !' >> $HGRCPATH
   368   $ echo 'debugextension = !' >> $HGRCPATH
   369 
   369 
       
   370 Asking for help about a deprecated extension should do something useful:
       
   371 
       
   372   $ hg help glog
       
   373   'glog' is provided by the following extension:
       
   374   
       
   375       graphlog      command to view revision graphs from a shell (DEPRECATED)
       
   376   
       
   377   (use "hg help extensions" for information on enabling extensions)
       
   378 
   370 Extension module help vs command help:
   379 Extension module help vs command help:
   371 
   380 
   372   $ echo 'extdiff =' >> $HGRCPATH
   381   $ echo 'extdiff =' >> $HGRCPATH
   373   $ hg help extdiff
   382   $ hg help extdiff
   374   hg extdiff [OPT]... [FILE]...
   383   hg extdiff [OPT]... [FILE]...