##// END OF EJS Templates
fix traceback in hgweb when URL doesn't end in one of the archive specs...
fix traceback in hgweb when URL doesn't end in one of the archive specs If the last n charecters of the URL doesn't match an entry in archive_specs req.form never has a key 'type'. When achive() looks up 'type' in the form dict it causes a traceback rather than printing an error message.

File last commit:

r6375:cdc458b1 default
r6669:782dbbdf default
Show More
test-issue619.out
10 lines | 314 B | text/plain | TextLexer
/ tests / test-issue619.out
Matt Mackall
merge: make test for fast-forward merge stricter (issue619)...
r4748 adding a
marked working directory as branch b
adding b
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
fast-forward
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
bogus fast-forward should fail
Matt Mackall
update: better logic and messages for updates...
r6375 abort: can't merge with ancestor
Matt Mackall
merge: make test for fast-forward merge stricter (issue619)...
r4748 done