Mercurial > hg
changeset 29894:02c150850e16
obsolete: fix minor module documentation issues
author | liscju <piotr.listkiewicz@gmail.com> |
---|---|
date | Fri, 02 Sep 2016 10:18:56 +0200 |
parents | 4c28ddda5d48 |
children | b1ebc767563d |
files | mercurial/obsolete.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/obsolete.py Fri Aug 26 23:31:17 2016 +0900 +++ b/mercurial/obsolete.py Fri Sep 02 10:18:56 2016 +0200 @@ -42,9 +42,9 @@ (A, ()) -- When changeset A is split into B and C, a single marker are used: +- When changeset A is split into B and C, a single marker is used: - (A, (C, C)) + (A, (B, C)) We use a single marker to distinguish the "split" case from the "divergence" case. If two independent operations rewrite the same changeset A in to A' and