tests/test-phases-exchange.t
changeset 46015 f44b9c72f061
parent 45908 122f0b59f5f0
child 46119 9261f6c1d39b
equal deleted inserted replaced
46014:b86608e97fa8 46015:f44b9c72f061
  1320 
  1320 
  1321 3. Test that push is prevented if lock was already acquired (not a permission
  1321 3. Test that push is prevented if lock was already acquired (not a permission
  1322 error, but EEXIST)
  1322 error, but EEXIST)
  1323 
  1323 
  1324   $ touch .hg/store/lock
  1324   $ touch .hg/store/lock
  1325   $ hg push ../Phi --config ui.timeout=1
  1325   $ hg push ../Phi --config ui.timeout=1 --config ui.timeout.warn=0
  1326   pushing to ../Phi
  1326   pushing to ../Phi
  1327   waiting for lock on repository $TESTTMP/Upsilon held by ''
  1327   waiting for lock on repository $TESTTMP/Upsilon held by ''
  1328   abort: repository $TESTTMP/Upsilon: timed out waiting for lock held by ''
  1328   abort: repository $TESTTMP/Upsilon: timed out waiting for lock held by ''
  1329   (lock might be very busy)
  1329   (lock might be very busy)
  1330   [20]
  1330   [20]