hgweb: nodeids should be aligned in raw changesets
If they aren't it breaks hg import --exact
Thanks to Jesper Noehr for noticing it.
--- a/templates/raw/map Sun Oct 19 12:13:25 2008 +0200
+++ b/templates/raw/map Sun Oct 19 12:23:58 2008 +0200
@@ -6,8 +6,8 @@
difflineminus = '#line#'
difflineat = '#line#'
diffline = '#line#'
-changesetparent = '# Parent #node#'
-changesetchild = '# Child #node#'
+changesetparent = '# Parent #node#'
+changesetchild = '# Child #node#'
filenodelink = ''
fileline = '#line#'
diffblock = '#lines#'
Binary file tests/test-hgweb-commands.out has changed
--- a/tests/test-keyword.out Sun Oct 19 12:13:25 2008 +0200
+++ b/tests/test-keyword.out Sun Oct 19 12:23:58 2008 +0200
@@ -416,7 +416,7 @@
# User User Name <user@example.com>
# Date 3 0
# Node ID cfa68229c1167443337266ebac453c73b1d5d16e
-# Parent bb948857c743469b22bbf51f7ec8112279ca5d83
+# Parent bb948857c743469b22bbf51f7ec8112279ca5d83
xa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000