[PATCH] keyword: correct grammar in iskwfile docstring

Christian Ebert blacktrash at gmx.net
Fri Oct 21 06:07:48 CDT 2011


# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1319195247 -3600
# Node ID b49844262daaf69f1c3122ee2762595af314007a
# Parent  d4addef0ec74370fbf75b138d06f8ad93d3038ff
keyword: correct grammar in iskwfile docstring

diff --git a/hgext/keyword.py b/hgext/keyword.py
--- a/hgext/keyword.py
+++ b/hgext/keyword.py
@@ -237,7 +237,7 @@
 
     def iskwfile(self, cand, ctx):
         '''Returns subset of candidates which are configured for keyword
-        expansion are not symbolic links.'''
+        expansion but are not symbolic links.'''
         return [f for f in cand if self.match(f) and not 'l' in ctx.flags(f)]
 
     def overwrite(self, ctx, candidates, lookup, expand, rekw=False):


More information about the Mercurial-devel mailing list