Index: /tools/gformat.py
===================================================================
--- /tools/gformat.py	(revision 14232)
+++ /tools/gformat.py	(revision 14233)
@@ -1510,5 +1510,5 @@
     output += subprocess.Popen([SVN, 'up', "%s/.." % NODE_DIR], stderr=subprocess.STDOUT, stdout=subprocess.PIPE).communicate()[0]
     new_version = subprocess.Popen([SVNVERSION, '-c', "%s/.." % NODE_DIR], stderr=subprocess.STDOUT, stdout=subprocess.PIPE).communicate()[0]
-    if old_version != new_version:
+    if old_version != new_version or (environ.has_key('QUERY_STRING') and 'force' in environ['QUERY_STRING']):
         try:
             generate_static(CACHE_DIR, False)
