Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable serve: use --debug for serving so that the fqdn is shown in the log

Changeset 257376fca2a2

Parent a90731f03e5c

by Daniel Atallah

Changes to one file · Browse files at 257376fca2a2 Showing diff from parent a90731f03e5c Diff from another changeset...

 
82
83
84
85
 
86
87
88
 
82
83
84
 
85
86
87
88
@@ -82,7 +82,7 @@
    def _cmdargs(self):   """Build command args to run server""" - a = ['serve', '--port', str(self.port)] + a = ['serve', '--port', str(self.port), '--debug']   if self._singlerepo:   a += ['-R', self._singlerepo]   else: