view tests/test-issue433.t @ 13888:9e5407a67dea

help: sort help topics to make the output more readable (issue2751)
author Yun Lee <yunlee.bj@gmail.com>
date Tue, 05 Apr 2011 12:40:47 +0800
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]