##// 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:

r6338:0750f111 default
r6669:782dbbdf default
Show More
test-mq-qclone-http.out
29 lines | 562 B | text/plain | TextLexer
/ tests / test-mq-qclone-http.out
Peter Arrenbrecht
mq: test for qclone of http repo+queue...
r6205 adding a
adding b
[mq]: b.patch
a
b.patch
200 Script output follows
/a/
/a/.hg/patches/
requesting all changes
adding changesets
adding manifests
adding file changes
added 2 changesets with 2 changes to 2 files
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 3 changes to 3 files
Adrian Buehlmann
clone: print "updating working directory" status message...
r6338 updating working directory
Peter Arrenbrecht
mq: test for qclone of http repo+queue...
r6205 3 files updated, 0 files merged, 0 files removed, 0 files unresolved
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
a
applying b.patch
Now at: b.patch
imported patch b.patch
a