Grammar: introduced
authortimeless@gmail.com
Wed, 12 Sep 2012 18:06:44 -0400
changeset 1665 559d04a5c856
parent 1664 1c9aef9497c4
child 1666 0e3b742f72f2
Grammar: introduced
hgext/obsolete.py
--- 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.