changeset 25832:5857be01962e

commandserver: mark developer-only logging option
author Matt Mackall <mpm@selenic.com>
date Thu, 25 Jun 2015 17:44:15 -0500
parents 578fc97904da
children 8243e999f22b
files mercurial/commandserver.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commandserver.py	Thu Jun 25 17:43:52 2015 -0500
+++ b/mercurial/commandserver.py	Thu Jun 25 17:44:15 2015 -0500
@@ -132,6 +132,7 @@
     def __init__(self, ui, repo, fin, fout):
         self.cwd = os.getcwd()
 
+        # developer config: cmdserver.log
         logpath = ui.config("cmdserver", "log", None)
         if logpath:
             global logfile