From 338add42533bcb4935175d4ae325ded688a6b93a Mon Sep 17 00:00:00 2001 From: liscju Date: Fri, 2 Sep 2016 10:18:56 +0200 Subject: [PATCH] obsolete: fix minor module documentation issues --- mercurial/obsolete.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mercurial/obsolete.py b/mercurial/obsolete.py index f9d63e7398..e2300bb5a8 100644 --- a/mercurial/obsolete.py +++ b/mercurial/obsolete.py @@ -42,9 +42,9 @@ Examples: (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