hgext/evolve.py
changeset 1669 11d72083883a
parent 1668 d158ba628e2a
child 1677 48c3a472aec7
--- 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