tests/test-issue433.t
author Patrick Mezard <pmezard@gmail.com>
Wed, 20 Apr 2011 23:15:18 +0200
branchstable
changeset 13968 82845434e974
parent 12346 3b165c127690
permissions -rw-r--r--
convert: make filemap prune useless branch closing revs (issue2774) A branch closing revision only applies if one of its parents belongs to the branch being closed. Otherwise the filemap can prune it too.

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]