tests/test-issue433.t
author Kevin Bullock <kbullock@ringworld.org>
Tue, 16 Nov 2010 13:06:04 -0600
changeset 13004 efbee27415ab
parent 12346 3b165c127690
permissions -rw-r--r--
mq: clean up unused variable in qrefresh Removes the unused variable `aa2` that holds the list of deleted files returned from repo.status().

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]