Issue331

Title hgweb incorrectly display removed files
Priority bug Status resolved
Superseder Nosy List ThomasAH, brendan, jmprieto, tonfa
Assigned To Topics hgweb

Created on 2006-08-07.14:31:53 by tonfa, last changed 2006-09-27.06:48:52 by ThomasAH.

Messages
msg1997 (view) Author: ThomasAH Date: 2006-09-27.06:48:52
works
msg1983 (view) Author: tonfa Date: 2006-09-26.17:37:17
looks fixed here too.
msg1981 (view) Author: jmprieto Date: 2006-09-26.15:13:23
Here (Linux) it seems fixed by 18cf5349a361 (Fix some bugs introduced during 
the manifest refactoring).
msg1973 (view) Author: tonfa Date: 2006-09-20.07:16:40
I still can do this in crew.
msg1971 (view) Author: brendan Date: 2006-09-20.00:18:08
I haven't been able to reproduce this in crew.
msg1759 (view) Author: tonfa Date: 2006-08-07.14:31:52
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
2008-02-17 22:48:56ThomasAHunlinkissue691 superseder
2007-08-17 11:16:59tonfalinkissue691 superseder
2006-09-27 06:48:52ThomasAHsetstatus: testing -> resolved
nosy: + ThomasAH
messages: + msg1997
2006-09-26 17:37:17tonfasetstatus: chatting -> testing
messages: + msg1983
2006-09-26 15:13:25jmprietosetnosy: + jmprieto
messages: + msg1981
2006-09-20 07:16:41tonfasetnosy: + brendan
messages: + msg1973
2006-09-20 00:18:09brendansetstatus: unread -> chatting
messages: + msg1971
2006-08-07 14:41:49tonfasetassignedto: hollisb ->
2006-08-07 14:41:32tonfasetnosy: - hollisb
2006-08-07 14:31:53tonfacreate