tests/test-dispatch.py
changeset 28404 06245740b408
parent 14438 08bfec2ef031
child 28405 1d9d29d4813a
equal deleted inserted replaced
28403:d2e154dddb6e 28404:06245740b408
       
     1 from __future__ import absolute_import
     1 import os
     2 import os
     2 from mercurial import dispatch
     3 from mercurial import (
       
     4     dispatch,
       
     5 )
     3 
     6 
     4 def testdispatch(cmd):
     7 def testdispatch(cmd):
     5     """Simple wrapper around dispatch.dispatch()
     8     """Simple wrapper around dispatch.dispatch()
     6 
     9 
     7     Prints command and result value, but does not handle quoting.
    10     Prints command and result value, but does not handle quoting.