D2958: infinitepush: introduce server option to route every push to bundlestore

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Fri Mar 30 21:10:03 EDT 2018


mharbison72 added inline comments.

INLINE COMMENTS

> test-infinitepush-ci.t:79
> +
> +  $ hg unbundle .hg/scratchbranches/filebundlestore/a4/c2/a4c202c147a9c4bb91bbadb56321fc5f3950f7f2
> +  adding changesets

On Windows, this command fails like so.  Any thoughts on the unexpected end of stream?

  --- c:/Users/Matt/projects/hg/tests/test-infinitepush-ci.t
  +++ c:/Users/Matt/projects/hg/tests/test-infinitepush-ci.t.err
  @@ -78,15 +78,12 @@
  
     $ hg unbundle .hg/scratchbranches/filebundlestore/a4/c2/a4c202c147a9c4bb91bbadb56321fc5f3950f7f2
     adding changesets
  -  adding manifests
  -  adding file changes
  -  added 1 changesets with 1 changes to 1 files
  -  new changesets 6cb0989601f1
  -  (run 'hg update' to get a working copy)
  -
  -  $ hg glog
  -  o  1:6cb0989601f1 added a
  -  |  public
  +  transaction abort!
  +  rollback completed
  +  abort: stream ended unexpectedly  (got 68 bytes, expected 218759168)
  +  [255]
  +
  +  $ hg glog
     @  0:67145f466344 initialcommit
        public

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D2958

To: pulkit, #hg-reviewers, indygreg
Cc: mharbison72, indygreg, mercurial-devel


More information about the Mercurial-devel mailing list