changeset 14904:ff2d907a5af8

localrepo: fix comment on set
author Matt Mackall <mpm@selenic.com>
date Fri, 22 Jul 2011 16:46:22 -0500
parents 96a72cbc6c29
children 207935cda6dc
files mercurial/localrepo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/localrepo.py	Thu Jul 21 14:06:55 2011 -0500
+++ b/mercurial/localrepo.py	Fri Jul 22 16:46:22 2011 -0500
@@ -220,7 +220,7 @@
     def set(self, expr, *args):
         '''
         Yield a context for each matching revision, after doing arg
-        replacement via formatrevspec
+        replacement via revset.formatspec
         '''
 
         expr = revset.formatspec(expr, *args)