diff mercurial/templater.py @ 2535:b8ccf6386db7

Arrange for old copies of CGI scripts to still work.
author Eric Hopper <hopper@omnifarious.org>
date Thu, 29 Jun 2006 19:06:18 -0700
parents fe1689273f84
children 8a8d9ada4528
line wrap: on
line diff
--- a/mercurial/templater.py
+++ b/mercurial/templater.py
@@ -202,7 +202,7 @@ def fill(text, width):
     if para_re is None:
         para_re = re.compile('(\n\n|\n\\s*[-*]\\s*)', re.M)
         space_re = re.compile(r'  +')
-        
+
     def findparas():
         start = 0
         while True: