##// END OF EJS Templates
Fixes for push corner case...
Fixes for push corner case TAH found a bug where push would push things the remote already had, raising an assertion. This turned out to be because the changeset protocol was not recording a common subset node in one case. Also discovered was that the protocol was queueing multiple copies of a node for pull. Fixed by changing fetch to a hash. Add some more debugging output.

File last commit:

r981:4f81068e merge default
r1072:05dc7aba default
Show More
changelog.tmpl
36 lines | 899 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <title>#repo|escape#: changelog</title>
kreijack@inwind.REMOVEME.it
Add rss tag in the changelog/filelog html template....
r661 <link rel="alternate" type="application/rss+xml"
href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
mpm@selenic.com
Prettify the web interface...
r142 </head>
mpm@selenic.com
Revamped templated hgweb
r138 <body>
mpm@selenic.com
hgweb: add tags links and manifest links...
r168
<div class="buttons">
<a href="?cmd=tags">tags</a>
<a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
kreijack@inwind.REMOVEME.it
Add rss tag in the changelog/filelog html template....
r661 <a type="application/rss+xml" href="?cmd=changelog;style=rss">rss</a>
mpm@selenic.com
hgweb: add tags links and manifest links...
r168 </div>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <h2>changelog for #repo|escape#</h2>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <form action="#">
<p>
<label for="search1">search:</label>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 <input type="hidden" name="cmd" value="changelog">
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <input name="rev" id="search1" type="text" size="30">
Josef "Jeff" Sipek
hgweb: Changed changelog page to list format syntax
r975 navigate: <small>#changenav%naventry#</small>
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 </p>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 </form>
mpm@selenic.com
Revamped templated hgweb
r138
Josef "Jeff" Sipek
hgweb: Changed changelog page to list format syntax
r975 #entries%changelogentry#
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <form action="#">
<p>
<label for="search2">search:</label>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 <input type="hidden" name="cmd" value="changelog">
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 <input name="rev" id="search2" type="text" size="30">
Josef "Jeff" Sipek
hgweb: Changed changelog page to list format syntax
r975 navigate: <small>#changenav%naventry#</small>
mpm@selenic.com
[PATCH 2] ChangeLog template conformance fixes....
r584 </p>
mpm@selenic.com
Add tag/rev/node search to hgweb
r165 </form>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
Prettify the web interface...
r142 #footer#