view tests/test-issue433.t @ 13345:b8214d871338

doc: Capitalize the "options" header of mercurial commands
author Javi Merino <cibervicho@gmail.com>
date Sat, 05 Feb 2011 14:37:25 +0000
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]