hgext/win32mbcs.py
changeset 17428 72803c8edaa4
parent 16743 38caf405d010
child 17798 4091b0322918
--- a/hgext/win32mbcs.py	Tue Aug 21 02:41:20 2012 +0200
+++ b/hgext/win32mbcs.py	Mon Aug 27 23:14:27 2012 +0200
@@ -119,7 +119,7 @@
     def f(*args, **kwds):
         return wrapper(func, args, kwds)
     try:
-        f.__name__ = func.__name__                # fail with python23
+        f.__name__ = func.__name__ # fails with Python 2.3
     except Exception:
         pass
     setattr(module, name, f)