tests/test-issue433.t
author Brodie Rao <brodie@bitheap.org>
Mon, 04 Oct 2010 15:07:12 -0500
changeset 12637 42ca7aef28d3
parent 12346 3b165c127690
permissions -rw-r--r--
dispatch: properly handle relative path aliases used with -R (issue2376) This ensures the repo config is read relative to the repo root during dispatch.

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]