comparison tests/test-hgweb-json.t @ 24562:e55449dae606

test-hgweb-json: fix URL for file revision tests Likely a copy and paste fail.
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 31 Mar 2015 21:49:10 -0700
parents 495f3e665b27
children 830280536946
comparison
equal deleted inserted replaced
24561:6514030dc686 24562:e55449dae606
89 89
90 (rawfile/ doesn't use templating - nothing to test) 90 (rawfile/ doesn't use templating - nothing to test)
91 91
92 file/{revision}/{path} shows file revision 92 file/{revision}/{path} shows file revision
93 93
94 $ request json-rev/06e557f3edf6/foo 94 $ request json-file/06e557f3edf6/foo
95 200 Script output follows 95 200 Script output follows
96 96
97 "not yet implemented" 97 "not yet implemented"
98 98
99 file/{revision} shows root directory info 99 file/{revision} shows root directory info
100 100
101 $ request json-rev/06e557f3edf6 101 $ request json-file/06e557f3edf6
102 200 Script output follows 102 200 Script output follows
103 103
104 "not yet implemented" 104 "not yet implemented"
105 105
106 changelog/ shows information about several changesets 106 changelog/ shows information about several changesets