--- a/hgext/record.py Wed Jun 24 13:10:05 2009 +0200
+++ b/hgext/record.py Wed Jun 24 13:42:02 2009 +0200
@@ -5,7 +5,7 @@
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2, incorporated herein by reference.
-'''interactively select which sets of changes to commit/qrefresh'''
+'''commands to interactively select changes for commit/qrefresh'''
from mercurial.i18n import gettext, _
from mercurial import cmdutil, commands, extensions, hg, mdiff, patch