Mercurial > public > mercurial-scm > hg
comparison tests/test-hgweb-commands.t @ 23017:dc25ed84bee8
changectx: issue a FilteredRepoLookupError when applicable
We capture FilteredxxxError and issue a FilteredRepoLookupError instead with a
sightly different messsge. The message will likely get more improvement in the
future.
error: filtered revision '4'
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Wed, 15 Oct 2014 20:37:44 -0700 |
parents | c63a09b6b337 |
children | a4dd270a419c |
comparison
equal
deleted
inserted
replaced
23016:2bd51e61c65e | 23017:dc25ed84bee8 |
---|---|
2173 Status: 404 Not Found\r (esc) | 2173 Status: 404 Not Found\r (esc) |
2174 ETag: *\r (glob) (esc) | 2174 ETag: *\r (glob) (esc) |
2175 Content-Type: text/plain; charset=ascii\r (esc) | 2175 Content-Type: text/plain; charset=ascii\r (esc) |
2176 \r (esc) | 2176 \r (esc) |
2177 | 2177 |
2178 error: unknown revision '5' | 2178 error: filtered revision '5' |
2179 | 2179 |
2180 | 2180 |
2181 | 2181 |
2182 (filtered rev) | 2182 (filtered rev) |
2183 | 2183 |
2187 Status: 404 Not Found\r (esc) | 2187 Status: 404 Not Found\r (esc) |
2188 ETag: *\r (glob) (esc) | 2188 ETag: *\r (glob) (esc) |
2189 Content-Type: text/plain; charset=ascii\r (esc) | 2189 Content-Type: text/plain; charset=ascii\r (esc) |
2190 \r (esc) | 2190 \r (esc) |
2191 | 2191 |
2192 error: unknown revision '4' | 2192 error: filtered revision '4' |
2193 | 2193 |
2194 filtered '0' changeset | 2194 filtered '0' changeset |
2195 | 2195 |
2196 (create new root) | 2196 (create new root) |
2197 $ hg up null | 2197 $ hg up null |