log

age author description
Fri, 21 Sep 2018 20:03:07 -0400 Matt Harbison py3: proxy posixfile objects to re-add a useful 'name' attribute on Windows
Sun, 23 Sep 2018 22:36:44 -0400 Matt Harbison py3: don't use os.getcwdb() on Windows to avoid DeprecationWarnings
Fri, 21 Sep 2018 19:48:23 -0400 Matt Harbison py3: rename pycompat.getcwd() to encoding.getcwd() (API)
Mon, 24 Sep 2018 22:46:22 -0400 Augie Fackler py3: whitelist two more passing tests
Mon, 24 Sep 2018 22:45:32 -0400 Augie Fackler keepalive: be more careful about self._rbuf when calling super impls
Mon, 17 Sep 2018 11:50:59 -0700 Gregory Szorc wireprotov2: teach changesetdata to fetch ancestors until depth
Thu, 20 Sep 2018 12:57:23 -0700 Gregory Szorc wireprotov2: allow multiple fields to follow revision maps
Mon, 17 Sep 2018 11:54:00 -0700 Gregory Szorc wireprotov2: advertise set of valid values for requestable fields
Mon, 17 Sep 2018 10:15:27 -0700 Gregory Szorc wireprotov2: expose rich arguments metadata
Mon, 17 Sep 2018 09:49:28 -0700 Gregory Szorc wireprotov2: advertise recognized path filter prefixes
Thu, 30 Aug 2018 17:43:47 -0700 Gregory Szorc wireprotov2: declare command arguments richly
Wed, 26 Sep 2018 21:24:14 +0900 Yuya Nishihara chgserver: do not send system() back to client if stdio redirected (issue5992) stable
Wed, 26 Sep 2018 21:21:05 +0900 Yuya Nishihara chgserver: update comment describing when to fall back to core _runsystem() stable
Wed, 26 Sep 2018 20:53:59 +0900 Yuya Nishihara procutil: compare fd number to see if stdio protection is needed (issue5992) stable
Tue, 25 Sep 2018 23:06:02 +0900 Yuya Nishihara test-ssh: show that stdio redirection doesn't work with chg stable
Tue, 25 Sep 2018 16:32:38 -0400 Valentin Gatien-Baron revset: make heads(commonancestors(x + x^)) be x^, not x stable
Tue, 25 Sep 2018 16:29:39 -0400 Valentin Gatien-Baron revset: add tests of heads(commonancestors(..)) stable
Tue, 25 Sep 2018 16:18:43 -0400 Valentin Gatien-Baron revset: reword commonancestor()'s help stable
Tue, 25 Sep 2018 16:14:57 -0400 Valentin Gatien-Baron revset: remove part of the commonancestors() comment stable
Tue, 25 Sep 2018 16:05:21 -0400 Valentin Gatien-Baron revset: make commonancestors(x + x^) be ::(x^), not ::x stable
Tue, 25 Sep 2018 15:27:41 -0400 Valentin Gatien-Baron revset: add test demonstrating a bug with commonancestor() stable
Tue, 25 Sep 2018 16:03:14 -0400 Valentin Gatien-Baron revset: fix commonancestor test so it demonstrates correct behavior stable
Sat, 15 Sep 2018 17:26:23 +0900 Yuya Nishihara annotate: pass in wdir rev and node to formatter (BC)
Sat, 15 Sep 2018 17:26:22 +0900 Yuya Nishihara annotate: pass around full hex node until formatting plain output
Sat, 15 Sep 2018 17:26:21 +0900 Yuya Nishihara log: fill in pseudo rev and node as wdir() manifest identifiers
Sat, 15 Sep 2018 17:26:20 +0900 Yuya Nishihara log: have changesetformatter fill in wdir() rev and node (BC)
Sun, 23 Sep 2018 16:11:01 +0900 Yuya Nishihara hgweb: use scmutil.binnode() to translate None to wdir hash (issue5988)
Sun, 23 Sep 2018 16:15:48 +0900 Yuya Nishihara hgweb: register web.static to the config table
Sun, 23 Sep 2018 17:01:26 +0900 Yuya Nishihara help: document web.static config
Mon, 24 Sep 2018 00:00:04 +0300 Pulkit Goyal py3: use pycompat.strkwargs() in contrib/simplemerge