changeset 13721 | 3458c15ab2f0 |
parent 12704 | ca6e2adc3e4d |
child 14093 | ce99d887585f |
--- a/mercurial/hgweb/protocol.py Tue Mar 22 07:38:32 2011 +0100 +++ b/mercurial/hgweb/protocol.py Tue Mar 22 07:38:32 2011 +0100 @@ -22,7 +22,7 @@ if k == '*': star = {} for key in self.req.form.keys(): - if key not in keys: + if key != 'cmd' and key not in keys: star[key] = self.req.form[key][0] data['*'] = star else: