--- a/hgext/obsolete.py Wed Sep 12 18:31:15 2012 -0400
+++ b/hgext/obsolete.py Wed Sep 12 18:06:44 2012 -0400
@@ -3,7 +3,7 @@
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
-"""Deprecated extension that formerly introduces "Changeset Obsolescence".
+"""Deprecated extension that formerly introduced "Changeset Obsolescence".
This concept is now partially in Mercurial core (starting with mercurial 2.3).
The remaining logic has been grouped with the evolve extension.