log

age author description
Wed, 04 Jan 2017 14:52:59 -0500 Augie Fackler merge with stable
Tue, 03 Jan 2017 13:25:29 +0100 Denis Laxalde templates-default: factor out definition of changeset labels
Mon, 10 Oct 2016 12:06:58 +0200 Denis Laxalde cmdutil: add support for evolution "troubles" display in changeset_printer
Tue, 03 Jan 2017 10:56:41 +0100 Denis Laxalde cmdutil: extract a _changesetlabels function out of changeset_printer._show()
Mon, 02 Jan 2017 14:57:14 +0000 Jun Wu chg: add procutil.h
Mon, 02 Jan 2017 14:43:37 +0000 Jun Wu chg: let procutil maintain its own pagerpid
Mon, 02 Jan 2017 14:10:32 +0000 Jun Wu chg: decouple hgclient from setuppager
Mon, 02 Jan 2017 14:04:35 +0000 Jun Wu chg: decouple hgclient from setupsignalhandler
Mon, 02 Jan 2017 14:02:47 +0000 Jun Wu chg: move signal and pager handling to a separate file
Wed, 07 Oct 2015 16:02:45 -0700 Gregory Szorc keepalive: rewrite readline()
Wed, 07 Oct 2015 15:53:58 -0700 Gregory Szorc keepalive: remove limit argument from readline()
Wed, 07 Oct 2015 15:33:52 -0700 Gregory Szorc keepalive: don't concatenate strings when reading chunked transfer
Mon, 26 Dec 2016 12:11:29 -0700 Gregory Szorc exchange: use rich class for sorting clone bundle entries
Wed, 04 Jan 2017 10:51:37 -0600 Kevin Bullock Added signature for changeset e69874dc1f4e stable
Wed, 04 Jan 2017 10:51:31 -0600 Kevin Bullock Added tag 4.0.2 for changeset e69874dc1f4e stable
Sat, 31 Dec 2016 17:19:09 +0900 FUJIWARA Katsunori i18n-ja: synchronized with 5f33116cd787 stable 4.0.2
Mon, 26 Dec 2016 00:02:42 +0000 Jun Wu chg: respect XDG_RUNTIME_DIR
Sun, 25 Dec 2016 23:49:54 +0000 Jun Wu chg: make "get default sockdir" a separate method
Sun, 25 Dec 2016 23:32:11 +0000 Jun Wu chg: handle connect failure before errno gets overridden
Sun, 25 Dec 2016 03:06:55 +0530 Pulkit Goyal py3: have a bytes version of shlex.split()
Fri, 23 Dec 2016 16:26:40 +0000 Jun Wu chg: support long socket path
Fri, 23 Dec 2016 16:16:44 +0000 Jun Wu chg: remove sockdirfd
Fri, 23 Dec 2016 16:37:00 +0000 Jun Wu chg: let hgc_open support long path
Sat, 24 Dec 2016 15:38:27 -0500 Augie Fackler rebase: un-wrap function signature since it fits in 80 columns
Sun, 25 Dec 2016 02:42:46 +0530 Pulkit Goyal py3: exclude pywatchman from test-check-py3-compat.t
Sun, 25 Dec 2016 02:34:19 +0530 Pulkit Goyal py3: update test-check-py3-compat.t
Thu, 22 Dec 2016 19:35:30 +0530 Pulkit Goyal shelve: choose a legal shelve name when no name is passed (issue5112)
Thu, 22 Dec 2016 23:27:32 +0530 Pulkit Goyal shelve: add tests to ensure illegal shelve names are avoided
Tue, 20 Dec 2016 00:20:07 +0530 Pulkit Goyal py3: replace sys.executable with pycompat.sysexecutable
Tue, 20 Dec 2016 00:02:24 +0530 Pulkit Goyal py3: have bytes version of sys.executable