view tests/test-issue433.t @ 12682:58a3e2608ae4

strip: add --keep flag to avoid modifying wc during strip Fixes issue1564.
author Augie Fackler <durin42@gmail.com>
date Sat, 09 Oct 2010 11:02:11 -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]