tests/test-debugcommands.t
changeset 46821 e8ae91b1a63d
parent 46749 5a2212d40398
child 46874 84a93fa7ecfd
equal deleted inserted replaced
46820:821929d59e01 46821:e8ae91b1a63d
   529   $ touch .hg/unlock
   529   $ touch .hg/unlock
   530   $ wait
   530   $ wait
   531 
   531 
   532 Test WdirUnsupported exception
   532 Test WdirUnsupported exception
   533 
   533 
   534 #if no-rhg
       
   535   $ hg debugdata -c ffffffffffffffffffffffffffffffffffffffff
   534   $ hg debugdata -c ffffffffffffffffffffffffffffffffffffffff
   536   abort: working directory revision cannot be specified
   535   abort: working directory revision cannot be specified
   537   [255]
   536   [255]
   538 #else
       
   539 TODO: add rhg support for (at least parsing) the working directory pseudo-changeset
       
   540   $ hg debugdata -c ffffffffffffffffffffffffffffffffffffffff
       
   541   abort: working directory revision cannot be specified (missing-correct-output !)
       
   542   abort: invalid revision identifier: ffffffffffffffffffffffffffffffffffffffff (known-bad-output !)
       
   543   [255]
       
   544 #endif
       
   545 
   537 
   546 Test cache warming command
   538 Test cache warming command
   547 
   539 
   548   $ rm -rf .hg/cache/
   540   $ rm -rf .hg/cache/
   549   $ hg debugupdatecaches --debug
   541   $ hg debugupdatecaches --debug