Message1759

Author tonfa
Recipients hollisb
Date 2006-08-07.14:31:52
Content
reported by Georg <gwk.rko@googlemail.com>

testcase:

  509  mkdir remove
  510  cd remove/
  511  hg init
  512  touch a
  513  hg ci -A -m m
  514  hg rm a
  515  hg ci -m m
  516  hg serve

and then browse http://localhost:8000/?cs=1 and click
http://localhost:8000/?f=000000000000;file=a ('a' link in files)

it should show a 'file not found' template instead of a traceback.
History
Date User Action Args
2006-08-07 14:31:53tonfasetrecipients: + hollisb
2006-08-07 14:31:53tonfasetmessageid: <1154961113.67.0.873524095699.issue331@selenic.com>
2006-08-07 14:31:53tonfalinkissue331 messages
2006-08-07 14:31:52tonfacreate