view tests/test-hgwebdir.out @ 5567:56e9f7b2d8fa

rename: add test for moving untracked files in directories
author Matt Mackall <mpm@selenic.com>
date Sat, 01 Dec 2007 12:54:34 -0600
parents 22713dce19f6
children 733b50883f73
line wrap: on
line source

adding a
adding b
adding c
% should give a 404 - file does not exist
404 Not Found


error: Path not found: bork/
% should succeed
200 Script output follows


/a/
/b/

200 Script output follows

a
200 Script output follows

b
% should give a 404 - repo is not published
404 Not Found


error: repository c not found
% should succeed
200 Script output follows


/a/
/b/
/c/

200 Script output follows

a
200 Script output follows

b
200 Script output follows

c