changeset 1669:11d72083883a

Brand: Mercurial
author timeless@gmail.com
date Wed, 12 Sep 2012 17:57:30 -0400
parents d158ba628e2a
children 4f5e915ddb71
files hgext/evolve.py hgext/obsolete.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/evolve.py	Wed Sep 12 18:27:16 2012 -0400
+++ b/hgext/evolve.py	Wed Sep 12 17:57:30 2012 -0400
@@ -13,7 +13,7 @@
 
 It also:
 
-    - enables the "Changeset Obsolescence" feature of mercurial,
+    - enables the "Changeset Obsolescence" feature of Mercurial,
     - alters core commands and extensions that rewrite history to use
       this feature,
     - improves some aspect of the early implementation in Mercurial core
--- a/hgext/obsolete.py	Wed Sep 12 18:27:16 2012 -0400
+++ b/hgext/obsolete.py	Wed Sep 12 17:57:30 2012 -0400
@@ -5,7 +5,7 @@
 # GNU General Public License version 2 or any later version.
 """Deprecated extension that formerly introduced "Changeset Obsolescence".
 
-This concept is now partially in Mercurial core (starting with mercurial 2.3).
+This concept is now partially in Mercurial core (starting with Mercurial 2.3).
 The remaining logic has been grouped with the evolve extension.
 
 Some code remains in this extensions to detect and convert prehistoric format