tests/test-issue433.t
author Md. O. Shayan <mdoshayan@gmail.com>
Wed, 13 Apr 2011 07:40:24 +0530
changeset 13931 c3372529247f
parent 12346 3b165c127690
permissions -rw-r--r--
hgweb: set minimum number of revision to display to 1 when revcount is 0 When revcount goes to 0 nothing is displayed in hgweb. This patch sets revcount to max(revcount, 1).

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]