Mercurial > hg
graph
-
revlog: catch more specific exception in shortest()Tue, 25 Sep 2018 22:19:40 +0900, by Yuya Nishihara
-
py3: update missing module list in test-check-py3-compat.t for WindowsMon, 24 Sep 2018 22:32:30 -0400, by Matt Harbison
-
py3: add b'' prefixes to wire protocol testMon, 24 Sep 2018 20:31:42 -0700, by Gregory Szorc
-
py3: use pycompat.strkwargs()Mon, 24 Sep 2018 20:17:42 -0700, by Gregory Szorc
-
py3: ensure _start_response() is called with system stringMon, 24 Sep 2018 20:10:01 -0700, by Gregory Szorc
-
py3: convert arguments, cwd and env to native strings when spawning subprocessSun, 23 Sep 2018 00:47:04 -0400, by Matt Harbison
-
py3: apply byteskwargs to contrib/perfFri, 21 Sep 2018 21:14:27 -0400, by Matt Harbison
-
py3: un-byteify strings around os.system() and os.devnull in contrib/perfFri, 21 Sep 2018 20:28:00 -0400, by Matt Harbison
-
py3: work around the lack of sys.maxint in contrib/perfFri, 21 Sep 2018 20:16:13 -0400, by Matt Harbison
-
py3: switch contrib/perf from xrange to pycompat.xrangeFri, 21 Sep 2018 20:13:14 -0400, by Matt Harbison
-
py3: handle sysstr conversion around get/set attr in contrib/perfFri, 21 Sep 2018 20:10:36 -0400, by Matt Harbison
-
py3: proxy posixfile objects to re-add a useful 'name' attribute on WindowsFri, 21 Sep 2018 20:03:07 -0400, by Matt Harbison
-
py3: don't use os.getcwdb() on Windows to avoid DeprecationWarningsSun, 23 Sep 2018 22:36:44 -0400, by Matt Harbison
-
py3: rename pycompat.getcwd() to encoding.getcwd() (API)Fri, 21 Sep 2018 19:48:23 -0400, by Matt Harbison
-
py3: whitelist two more passing testsMon, 24 Sep 2018 22:46:22 -0400, by Augie Fackler
-
keepalive: be more careful about self._rbuf when calling super implsMon, 24 Sep 2018 22:45:32 -0400, by Augie Fackler
-
wireprotov2: teach changesetdata to fetch ancestors until depthMon, 17 Sep 2018 11:50:59 -0700, by Gregory Szorc
-
wireprotov2: allow multiple fields to follow revision mapsThu, 20 Sep 2018 12:57:23 -0700, by Gregory Szorc
-
wireprotov2: advertise set of valid values for requestable fieldsMon, 17 Sep 2018 11:54:00 -0700, by Gregory Szorc
-
wireprotov2: expose rich arguments metadataMon, 17 Sep 2018 10:15:27 -0700, by Gregory Szorc
-
wireprotov2: advertise recognized path filter prefixesMon, 17 Sep 2018 09:49:28 -0700, by Gregory Szorc
-
wireprotov2: declare command arguments richlyThu, 30 Aug 2018 17:43:47 -0700, by Gregory Szorc
-
chgserver: do not send system() back to client if stdio redirected (issue5992) stableWed, 26 Sep 2018 21:24:14 +0900, by Yuya Nishihara
-
chgserver: update comment describing when to fall back to core _runsystem() stableWed, 26 Sep 2018 21:21:05 +0900, by Yuya Nishihara
-
procutil: compare fd number to see if stdio protection is needed (issue5992) stableWed, 26 Sep 2018 20:53:59 +0900, by Yuya Nishihara
-
test-ssh: show that stdio redirection doesn't work with chg stableTue, 25 Sep 2018 23:06:02 +0900, by Yuya Nishihara
-
revset: make heads(commonancestors(x + x^)) be x^, not x stableTue, 25 Sep 2018 16:32:38 -0400, by Valentin Gatien-Baron
-
revset: add tests of heads(commonancestors(..)) stableTue, 25 Sep 2018 16:29:39 -0400, by Valentin Gatien-Baron
-
revset: reword commonancestor()'s help stableTue, 25 Sep 2018 16:18:43 -0400, by Valentin Gatien-Baron
-
revset: remove part of the commonancestors() comment stableTue, 25 Sep 2018 16:14:57 -0400, by Valentin Gatien-Baron