hgext/pager.py
changeset 16743 38caf405d010
parent 16652 2fdd1902ed2d
child 16752 359fda6cb01d
--- a/hgext/pager.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/pager.py	Tue May 15 14:37:49 2012 -0500
@@ -51,6 +51,8 @@
 from mercurial import commands, dispatch, util, extensions
 from mercurial.i18n import _
 
+testedwith = 'internal'
+
 def _runpager(p):
     pager = subprocess.Popen(p, shell=True, bufsize=-1,
                              close_fds=util.closefds, stdin=subprocess.PIPE,