equal
deleted
inserted
replaced
395 $ hg ci -A -m "unpushable commit" bar |
395 $ hg ci -A -m "unpushable commit" bar |
396 $ hg push --ssh "sh ../ssh.sh" |
396 $ hg push --ssh "sh ../ssh.sh" |
397 pushing to ssh://user@dummy/*/remote (glob) |
397 pushing to ssh://user@dummy/*/remote (glob) |
398 searching for changes |
398 searching for changes |
399 remote: Permission denied |
399 remote: Permission denied |
400 abort: pretxnopen.hg-ssh hook failed |
400 remote: pretxnopen.hg-ssh hook failed |
|
401 abort: push failed on remote |
401 [255] |
402 [255] |
402 |
403 |
403 $ cd .. |
404 $ cd .. |
404 |
405 |
405 stderr from remote commands should be printed before stdout from local code (issue4336) |
406 stderr from remote commands should be printed before stdout from local code (issue4336) |
525 remote: adding file changes |
526 remote: adding file changes |
526 remote: added 1 changesets with 1 changes to 1 files |
527 remote: added 1 changesets with 1 changes to 1 files |
527 remote: hook failure! |
528 remote: hook failure! |
528 remote: transaction abort! |
529 remote: transaction abort! |
529 remote: rollback completed |
530 remote: rollback completed |
530 abort: pretxnchangegroup.fail hook failed |
531 remote: pretxnchangegroup.fail hook failed |
531 [255] |
532 abort: push failed on remote |
532 |
533 [255] |
|
534 |