test-hgweb-json: fix URL for file revision tests

Likely a copy and paste fail.
This commit is contained in:
Gregory Szorc 2015-03-31 21:49:10 -07:00
parent 42e4ffbf78
commit 661199cf08

View File

@ -91,14 +91,14 @@
file/{revision}/{path} shows file revision
$ request json-rev/06e557f3edf6/foo
$ request json-file/06e557f3edf6/foo
200 Script output follows
"not yet implemented"
file/{revision} shows root directory info
$ request json-rev/06e557f3edf6
$ request json-file/06e557f3edf6
200 Script output follows
"not yet implemented"