diff -r 9c4e04fe267e -r 3458c15ab2f0 mercurial/hgweb/protocol.py --- 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: