hgweb: Keep session variables (currently only style) in HTML forms, too.
Adjusted default and gitweb template for this.
#!/bin/shhg init acd ahg init becho x > b/xecho '# should print nothing'hg stecho '# should print ? b/x'hg st b/xhg add b/xecho '# should print A b/x'hg stecho '# should forget b/x'hg revert --allecho '# should print nothing'hg st b