log contrib/chg/chg.c @ 28357:2f0f352d4196

age author description
Sun, 06 Mar 2016 14:22:37 +0000 Jun Wu chg: use validate to make sure the server is up to date
Mon, 29 Feb 2016 11:43:25 +0000 Jun Wu chg: drop progress.assume-tty config
Fri, 26 Feb 2016 14:13:12 +0000 Jun Wu chg: detect chg started by chg
Fri, 26 Feb 2016 14:17:59 +0000 Jun Wu chg: fallback to original hg for some unsupported commands or flags
Wed, 24 Feb 2016 14:24:00 +0000 Jun Wu chg: extract gethgcmd logic to a function
Tue, 16 Feb 2016 11:08:52 +0000 Jun Wu chg: hold a lock file before connected to server
Mon, 22 Feb 2016 16:59:08 +0000 Jun Wu serve: rename --daemon-pipefds to --daemon-postexec (BC)
Wed, 17 Feb 2016 15:00:47 +0000 Jun Wu chg: pass sensitive command line flags to server
Tue, 19 Jan 2016 22:31:59 +0900 Yuya Nishihara chg: forward job control signals to worker process (issue5051)
Fri, 29 Jan 2016 22:52:16 +0900 Yuya Nishihara chg: verify return value of sigaction() and sigemptyset()
Fri, 29 Jan 2016 22:42:22 +0900 Yuya Nishihara chg: initialize sigaction fields more reliably
Sun, 03 Jan 2016 12:39:27 +0900 Yuya Nishihara chg: import frontend sources