tests/test-issue433.t
author Mads Kiilerich <mads@kiilerich.com>
Mon, 08 Nov 2010 01:41:42 +0100
branchstable
changeset 12943 7439ea4146f8
parent 12346 3b165c127690
permissions -rw-r--r--
tests: use (esc) instead of other kinds of string escaping

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]