Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

Merge with stable

Changeset c71ae61b7459

Parents 9d3c6f001a9b

Parents d6881c0e32d2

by Steve Borho

Changes to one file · Browse files at c71ae61b7459 Showing diff from parent 9d3c6f001a9b d6881c0e32d2 Diff from another changeset...

 
41
42
43
 
 
 
44
45
46
 
41
42
43
44
45
46
47
48
49
@@ -41,6 +41,9 @@
  sys.stdout = self   sys.stderr = self   + # Set a closed attribute to better mimic stderr (issue #891) + self.closed = True +   # Override mercurial.commands.serve() with our own version   # that supports being stopped   commands.table.update(thg_serve_cmd)