Mercurial > hg
changeset 7166:fb3df69aa785
hgweb: nodeids should be aligned in raw changesets
If they aren't it breaks hg import --exact
Thanks to Jesper Noehr for noticing it.
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sun, 19 Oct 2008 12:23:58 +0200 |
parents | 1be530a3180e |
children | e62c33732c18 |
files | templates/raw/map tests/test-hgweb-commands.out tests/test-keyword.out |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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#'
--- 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