tests/test-issue433.t
author Steve Borho <steve@borho.org>
Thu, 21 Oct 2010 16:04:34 -0500
changeset 12913 0e0a52bd58f9
parent 12346 3b165c127690
permissions -rw-r--r--
import: --no-commit should update .hg/last-message.txt The patch parser goes through all of that trouble extracting the commit message from the patch file. It seems such a waste not to use it.

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]