diff contrib/perf.py @ 8873:e872ef2e6758

help: add/fix docstrings for a bunch of extensions
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sun, 21 Jun 2009 16:45:47 +0200
parents 284fda4cd093
children 5614a628d173
line wrap: on
line diff
--- a/contrib/perf.py	Sun Jun 21 16:35:44 2009 +0200
+++ b/contrib/perf.py	Sun Jun 21 16:45:47 2009 +0200
@@ -1,4 +1,5 @@
 # perf.py - performance test routines
+'''helper extension to measure performance'''
 
 from mercurial import cmdutil, match, commands
 import time, os, sys