# HG changeset patch # User Anton Shestakov # Date 1467211712 -28800 # Node ID c42a3fd5c1fc5193e5f45887bfddaf05ca977fa4 # Parent 82858f1442173714d87f239689405c37b641432d hgweb: reindent atom/changelogentry.tmpl It was mixing tabs and spaces, and not in a good way. Indent style of other atom entries seems to be 1 space per level, so let's apply it here as well. diff -r 82858f144217 -r c42a3fd5c1fc mercurial/templates/atom/changelogentry.tmpl --- a/mercurial/templates/atom/changelogentry.tmpl Wed Jun 29 21:07:59 2016 +0800 +++ b/mercurial/templates/atom/changelogentry.tmpl Wed Jun 29 22:48:32 2016 +0800 @@ -9,35 +9,35 @@ {date|rfc3339date} {date|rfc3339date} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
changeset{node|short}
branch{inbranch%"{name|escape}"}{branches%"{name|escape}"}
bookmark{bookmarks%"{name|escape}"}
tag{tags%"{name|escape}"}
user{author|obfuscate}
description{desc|strip|escape|websub|addbreaks|nonempty}
files{files}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
changeset{node|short}
branch{inbranch%"{name|escape}"}{branches%"{name|escape}"}
bookmark{bookmarks%"{name|escape}"}
tag{tags%"{name|escape}"}
user{author|obfuscate}
description{desc|strip|escape|websub|addbreaks|nonempty}
files{files}
diff -r 82858f144217 -r c42a3fd5c1fc tests/test-hgweb-commands.t --- a/tests/test-hgweb-commands.t Wed Jun 29 21:07:59 2016 +0800 +++ b/tests/test-hgweb-commands.t Wed Jun 29 22:48:32 2016 +0800 @@ -81,36 +81,36 @@ 1970-01-01T00:00:00+00:00 1970-01-01T00:00:00+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
changesetcad8025a2e87
branchunstable
bookmarksomething
tagtip
usertest
descriptionbranch commit with null character: (websub)
files
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
changesetcad8025a2e87
branchunstable
bookmarksomething
tagtip
usertest
descriptionbranch commit with null character: (websub)
files
@@ -124,36 +124,36 @@ 1970-01-01T00:00:00+00:00 1970-01-01T00:00:00+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
changeset1d22e65f027e
branchstable
bookmark
tag
usertest
descriptionbranch(websub)
filesfoo
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
changeset1d22e65f027e
branchstable
bookmark
tag
usertest
descriptionbranch(websub)
filesfoo
@@ -167,36 +167,36 @@ 1970-01-01T00:00:00+00:00 1970-01-01T00:00:00+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
changeseta4f92ed23982
branchdefault
bookmark
tag
usertest
descriptionAdded tag 1.0 for changeset 2ef0ac749a14(websub)
files.hgtags
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
changeseta4f92ed23982
branchdefault
bookmark
tag
usertest
descriptionAdded tag 1.0 for changeset 2ef0ac749a14(websub)
files.hgtags
@@ -210,36 +210,36 @@ 1970-01-01T00:00:00+00:00 1970-01-01T00:00:00+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
changeset2ef0ac749a14
branch
bookmarkanotherthing
tag1.0
usertest
descriptionbase(websub)
filesda/foo
foo
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
changeset2ef0ac749a14
branch
bookmarkanotherthing
tag1.0
usertest
descriptionbase(websub)
filesda/foo
foo
@@ -445,36 +445,36 @@ 1970-01-01T00:00:00+00:00 1970-01-01T00:00:00+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
changeseta4f92ed23982
branchdefault
bookmark
tag
usertest
descriptionAdded tag 1.0 for changeset 2ef0ac749a14(websub)
files.hgtags
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
changeseta4f92ed23982
branchdefault
bookmark
tag
usertest
descriptionAdded tag 1.0 for changeset 2ef0ac749a14(websub)
files.hgtags
@@ -488,36 +488,36 @@ 1970-01-01T00:00:00+00:00 1970-01-01T00:00:00+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
changeset2ef0ac749a14
branch
bookmarkanotherthing
tag1.0
usertest
descriptionbase(websub)
filesda/foo
foo
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
changeset2ef0ac749a14
branch
bookmarkanotherthing
tag1.0
usertest
descriptionbase(websub)
filesda/foo
foo
@@ -639,36 +639,36 @@ 1970-01-01T00:00:00+00:00 1970-01-01T00:00:00+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
changeset2ef0ac749a14
branch
bookmarkanotherthing
tag1.0
usertest
descriptionbase(websub)
files
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
changeset2ef0ac749a14
branch
bookmarkanotherthing
tag1.0
usertest
descriptionbase(websub)
files
diff -r 82858f144217 -r c42a3fd5c1fc tests/test-hgweb-filelog.t --- a/tests/test-hgweb-filelog.t Wed Jun 29 21:07:59 2016 +0800 +++ b/tests/test-hgweb-filelog.t Wed Jun 29 22:48:32 2016 +0800 @@ -822,36 +822,36 @@ 1970-01-01T00:00:00+00:00 1970-01-01T00:00:00+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
changeset3f41bc784e7e
brancha-branch
bookmark
tag
usertest
descriptionsecond a
files
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
changeset3f41bc784e7e
brancha-branch
bookmark
tag
usertest
descriptionsecond a
files
@@ -865,36 +865,36 @@ 1970-01-01T00:00:00+00:00 1970-01-01T00:00:00+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
changeset5ed941583260
branch
bookmarka-bookmark
taga-tag
usertest
descriptionfirst a
files
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
changeset5ed941583260
branch
bookmarka-bookmark
taga-tag
usertest
descriptionfirst a
files
diff -r 82858f144217 -r c42a3fd5c1fc tests/test-hgweb-no-path-info.t --- a/tests/test-hgweb-no-path-info.t Wed Jun 29 21:07:59 2016 +0800 +++ b/tests/test-hgweb-no-path-info.t Wed Jun 29 22:48:32 2016 +0800 @@ -96,36 +96,36 @@ 1970-01-01T00:00:00+00:00 1970-01-01T00:00:00+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
changeset61c9426e69fe
branchdefault
bookmark
tagtip
usertest
descriptiontest
filesbar
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
changeset61c9426e69fe
branchdefault
bookmark
tagtip
usertest
descriptiontest
filesbar
diff -r 82858f144217 -r c42a3fd5c1fc tests/test-hgweb-no-request-uri.t --- a/tests/test-hgweb-no-request-uri.t Wed Jun 29 21:07:59 2016 +0800 +++ b/tests/test-hgweb-no-request-uri.t Wed Jun 29 22:48:32 2016 +0800 @@ -107,36 +107,36 @@ 1970-01-01T00:00:00+00:00 1970-01-01T00:00:00+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
changeset61c9426e69fe
branchdefault
bookmark
tagtip
usertest
descriptiontest
filesbar
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
changeset61c9426e69fe
branchdefault
bookmark
tagtip
usertest
descriptiontest
filesbar
diff -r 82858f144217 -r c42a3fd5c1fc tests/test-hgwebdir.t --- a/tests/test-hgwebdir.t Wed Jun 29 21:07:59 2016 +0800 +++ b/tests/test-hgwebdir.t Wed Jun 29 22:48:32 2016 +0800 @@ -783,36 +783,36 @@ 1970-01-01T00:00:01+00:00 1970-01-01T00:00:01+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
changeset8580ff50825a
branchdefault
bookmark
tagtip
usertest
descriptiona
filesa
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
changeset8580ff50825a
branchdefault
bookmark
tagtip
usertest
descriptiona
filesa
@@ -840,36 +840,36 @@ 1970-01-01T00:00:01+00:00 1970-01-01T00:00:01+00:00 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
changeset8580ff50825a
branchdefault
bookmark
tagtip
usertest
descriptiona
filesa
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
changeset8580ff50825a
branchdefault
bookmark
tagtip
usertest
descriptiona
filesa