view tests/test-issue433.t @ 13316:d119403fd266

util: delay loading of textwrap
author Matt Mackall <mpm@selenic.com>
date Fri, 28 Jan 2011 17:02:29 -0600
parents 3b165c127690
children
line wrap: on
line source

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]