view tests/test-issue433.t @ 13809:e6f795494d4f

changegroup: add first logic to send file header This will allow us to later change how we filter needed file nodes
author Matt Mackall <mpm@selenic.com>
date Wed, 30 Mar 2011 17:50:27 -0500
parents 3b165c127690
children
line wrap: on
line source

http://mercurial.selenic.com/bts/issue433

  $ hg init
  $ echo a > a
  $ hg commit -Ama
  adding a

  $ hg parents -r 0 doesnotexist
  abort: 'doesnotexist' not found in manifest!
  [255]