Mercurial > hg-stable
comparison tests/test-infinitepush-bundlestore.t @ 37197:3be6f435db4f
infinitepush: drop error handling while pushing to svn server
This is something which is internal to Facebook and we don't want in core.
Differential Revision: https://phab.mercurial-scm.org/D2104
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 09 Feb 2018 13:50:16 +0530 |
parents | 320b1f95f676 |
children | 78c2e9418278 |
comparison
equal
deleted
inserted
replaced
37196:320b1f95f676 | 37197:3be6f435db4f |
---|---|
367 | | | 367 | | |
368 | o scratchcommit draft | 368 | o scratchcommit draft |
369 |/ | 369 |/ |
370 o initialcommit public | 370 o initialcommit public |
371 | 371 |
372 Push to svn server should fail | |
373 $ hg push svn+ssh://svn.vip.facebook.com/svnroot/tfb/trunk/www -r . --to scratch/serversidebook | |
374 abort: infinite push does not work with svn repo | |
375 (did you forget to `hg push default`?) | |
376 [255] |