tests/test-qrecord.t
branchstable
changeset 48796 c00d3ce4e94b
parent 48360 e4acdf5d94a2
child 49770 f0e9dda408b3
equal deleted inserted replaced
48776:b84ff512b645 48796:c00d3ce4e94b
   115 
   115 
   116 help (bad mq)
   116 help (bad mq)
   117 
   117 
   118   $ echo "mq=nonexistent" >> $HGRCPATH
   118   $ echo "mq=nonexistent" >> $HGRCPATH
   119   $ hg help qrecord
   119   $ hg help qrecord
   120   *** failed to import extension mq from nonexistent: [Errno *] * (glob)
   120   *** failed to import extension "mq" from nonexistent: [Errno *] * (glob)
   121   hg qrecord [OPTION]... PATCH [FILE]...
   121   hg qrecord [OPTION]... PATCH [FILE]...
   122   
   122   
   123   interactively record a new patch
   123   interactively record a new patch
   124   
   124   
   125       See 'hg help qnew' & 'hg help record' for more information and usage.
   125       See 'hg help qnew' & 'hg help record' for more information and usage.