Mercurial > hg
view mercurial/templates/atom/branchentry.tmpl @ 30202:a005c33d0bd7
mergecopies: add logic to process incomplete data
We first combine incomplete copies on the two sides of the topological CA
into complete copies.
Any leftover incomplete copies are then combined with the incomplete
divergences to reconstruct divergences spanning over the topological CA.
Finally we promote any divergences falsely flagged as incomplete to full
divergences.
Right now, there is nothing generating incomplete copy/divergence data,
so this code does nothing. Changes to _checkcopies to populate these
dicts are coming later in this series.
author | Gábor Stefanik <gabor.stefanik@nng.com> |
---|---|
date | Tue, 04 Oct 2016 12:51:54 +0200 |
parents | 6ab3465d9991 |
children |
line wrap: on
line source
<entry> <title>{branch|escape}</title> <link rel="alternate" href="{urlbase}{url|urlescape}rev/{node|short}"/> <id>{urlbase}{url|urlescape}#branch-{node}</id> <updated>{date|rfc3339date}</updated> <published>{date|rfc3339date}</published> <content type="text">{branch|strip|escape}</content> </entry>