Thu, 01 Jun 2017 23:05:29 +0900 |
Yuya Nishihara |
py3: simply use b'%d\n' to format pid in server.py
|
Sun, 28 May 2017 15:43:06 -0400 |
Augie Fackler |
server: write out pid using bytes IO instead of str IO
|
Sun, 28 May 2017 15:43:26 -0400 |
Augie Fackler |
server: use pycompat to get argv
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
Sat, 15 Apr 2017 18:05:40 -0400 |
Matt Harbison |
serve: add support for Mercurial subrepositories
|
Tue, 21 Mar 2017 06:50:28 -0700 |
Ryan McElroy |
server: use tryunlink
|
Sat, 15 Oct 2016 14:30:16 +0900 |
Yuya Nishihara |
chgserver: make it a core module and drop extension flags
|
Sat, 15 Oct 2016 14:19:16 +0900 |
Yuya Nishihara |
server: add public function to select either cmdserver or hgweb
|
Sat, 15 Oct 2016 14:09:36 +0900 |
Yuya Nishihara |
server: move service factory from hgweb
|
Sat, 15 Oct 2016 13:57:17 +0900 |
Yuya Nishihara |
server: move service table and factory from commandserver
|
Sat, 15 Oct 2016 13:47:43 +0900 |
Yuya Nishihara |
server: move cmdutil.service() to new module (API)
|