tests/test-globalopts.t
changeset 49877 950c39918bd2
parent 48532 7ccd31fda132
child 50989 752c5a5b73c6
equal deleted inserted replaced
49876:a77c1375c316 49877:950c39918bd2
   270 Testing --traceback:
   270 Testing --traceback:
   271 
   271 
   272 #if no-chg no-rhg
   272 #if no-chg no-rhg
   273   $ hg --cwd c --config x --traceback id 2>&1 | grep -i 'traceback'
   273   $ hg --cwd c --config x --traceback id 2>&1 | grep -i 'traceback'
   274   Traceback (most recent call last):
   274   Traceback (most recent call last):
   275   Traceback (most recent call last): (py3 !)
   275   Traceback (most recent call last):
   276 #else
   276 #else
   277 Traceback for '--config' errors not supported with chg.
   277 Traceback for '--config' errors not supported with chg.
   278   $ hg --cwd c --config x --traceback id 2>&1 | grep -i 'traceback'
   278   $ hg --cwd c --config x --traceback id 2>&1 | grep -i 'traceback'
   279   [1]
   279   [1]
   280 #endif
   280 #endif