tests/test-help.t
changeset 42394 ad55a0a5894f
parent 42325 526750cdd02d
child 42418 9803323048b6
equal deleted inserted replaced
42393:a84564b1a0b1 42394:ad55a0a5894f
  1301       That is, a *chunk* consisting of the filename (not terminated or padded)
  1301       That is, a *chunk* consisting of the filename (not terminated or padded)
  1302       followed by N chunks constituting the *delta group* for this file. The
  1302       followed by N chunks constituting the *delta group* for this file. The
  1303       *empty chunk* at the end of each *delta group* denotes the boundary to the
  1303       *empty chunk* at the end of each *delta group* denotes the boundary to the
  1304       next filelog sub-segment.
  1304       next filelog sub-segment.
  1305 
  1305 
       
  1306 non-existent subtopics print an error
       
  1307 
       
  1308   $ hg help internals.foo
       
  1309   abort: no such help topic: internals.foo
       
  1310   (try 'hg help --keyword foo')
       
  1311   [255]
       
  1312 
  1306 test advanced, deprecated and experimental options are hidden in command help
  1313 test advanced, deprecated and experimental options are hidden in command help
  1307   $ hg help debugoptADV
  1314   $ hg help debugoptADV
  1308   hg debugoptADV
  1315   hg debugoptADV
  1309   
  1316   
  1310   (no help text available)
  1317   (no help text available)