--- a/mercurial/extensions.py Fri Jul 09 10:57:57 2010 +0200
+++ b/mercurial/extensions.py Fri Jul 09 11:13:45 2010 +0200
@@ -138,8 +138,8 @@
def wrapfunction(container, funcname, wrapper):
'''Wrap the function named funcname in container
- It is replacing with your wrapper. The container is typically a
- module, class, or instance.
+ Replace the funcname member in the given container with the specified
+ wrapper. The container is typically a module, class, or instance.
The wrapper will be called like