Mercurial > hg
view tests/test-issue322.out @ 7624:f2fa1a9eede6
Improved hgweb test.
The hgweb fix in 069b29656401 aimed at restoring the "back" link in hgweb's
filelog that has been lost in 62e0bb41e682. However, the previous version of
this test ran the filelog command on a file with only a single filelog entry.
In this case, the previous hgweb version did not exhibit the bug. The error
condition is now correctly tested with a filelog of 2 entries.
author | Stefan Ring <stefan@complang.tuwien.ac.at> |
---|---|
date | Mon, 12 Jan 2009 13:20:09 +0100 |
parents | e3dffbdc6522 |
children |
line wrap: on
line source
% file replaced with directory adding a % should fail - would corrupt dirstate abort: file 'a' in dirstate clashes with 'a/a' % directory replaced with file adding a/a % should fail - would corrupt dirstate abort: directory 'a' already in dirstate % directory replaced with file adding b/c/d % should fail - would corrupt dirstate abort: directory 'b' already in dirstate