Mercurial > public > mercurial-scm > hg
diff tests/test-hgweb-no-path-info.t @ 21056:d70703954a2a
hgweb: adding branch, tags, bookmarks, user, and file list to atom feed entries
author | Aaron Jensen <ajensen@webmd.net> |
---|---|
date | Wed, 16 Apr 2014 09:31:37 -0700 |
parents | c6a81e54c209 |
children | 91eb605022f5 |
line wrap: on
line diff
--- a/tests/test-hgweb-no-path-info.t Mon Apr 07 23:10:20 2014 +0200 +++ b/tests/test-hgweb-no-path-info.t Wed Apr 16 09:31:37 2014 -0700 @@ -78,7 +78,7 @@ <updated>1970-01-01T00:00:00+00:00</updated> <entry> - <title>test</title> + <title>[default] test</title> <id>http://127.0.0.1:$HGPORT/#changeset-61c9426e69fef294feed5e2bbfc97d39944a5b1c</id> <link href="http://127.0.0.1:$HGPORT/rev/61c9426e69fe"/> <author> @@ -88,9 +88,36 @@ <updated>1970-01-01T00:00:00+00:00</updated> <published>1970-01-01T00:00:00+00:00</published> <content type="xhtml"> - <div xmlns="http://www.w3.org/1999/xhtml"> - <pre xml:space="preserve">test</pre> - </div> + <table xmlns="http://www.w3.org/1999/xhtml"> + <tr> + <th style="text-align:left;">changeset</th> + <td>61c9426e69fe</td> + </tr> + <tr> + <th style="text-align:left;">branch</th> + <td>default</td> + </tr> + <tr> + <th style="text-align:left;">bookmark</th> + <td></td> + </tr> + <tr> + <th style="text-align:left;">tag</th> + <td>tip</td> + </tr> + <tr> + <th style="text-align:left;">user</th> + <td>test</td> + </tr> + <tr> + <th style="text-align:left;vertical-align:top;">description</th> + <td>test</td> + </tr> + <tr> + <th style="text-align:left;vertical-align:top;">files</th> + <td>bar<br /></td> + </tr> + </table> </content> </entry>