diff hg @ 142:529bf610092e

Prettify the web interface Add header, footer templates Add null parent handling Combine files and directories Add parity flag for alternating line colors Add line numbers to filerevision
author mpm@selenic.com
date Mon, 23 May 2005 20:57:48 -0800
parents e6678a1beb6a
children fbce9fc531d2
line wrap: on
line diff
--- a/hg	Mon May 23 16:06:25 2005 -0800
+++ b/hg	Mon May 23 20:57:48 2005 -0800
@@ -463,7 +463,7 @@
         except Exception, inst:
             ui.warn("unpacking manifest %s: %s\n" % (hg.short(n), inst))
             errors += 1
-            
+
         ff = [ l.split('\0') for l in delta.splitlines() ]
         for f, fn in ff:
             filenodes.setdefault(f, {})[hg.bin(fn)] = 1