log

age author description
Mon, 24 Jul 2017 23:56:17 -0400 Augie Fackler tests: fix test-notify.t to use $PYTHON
Tue, 25 Jul 2017 00:00:14 -0400 Augie Fackler tests: make test-highlight code portable to python3
Thu, 15 Jun 2017 13:32:02 -0400 Augie Fackler dagparser: make print statement in doctest Py3 portable
Thu, 15 Jun 2017 13:31:33 -0400 Augie Fackler i18n: fix check-translation.py to be less broken on Python 3
Mon, 24 Jul 2017 13:48:32 -0400 Augie Fackler ui: refactor extractchoices so it doesn't break on Python 3
Mon, 24 Jul 2017 11:29:51 -0400 Augie Fackler obsutil: defend against succsmarkers() returning None
Mon, 24 Jul 2017 11:28:59 -0400 Augie Fackler changegroup: more **kwargs
Mon, 24 Jul 2017 11:16:32 -0400 Augie Fackler bundle2: convert ints to strings using pycompat.bytestring()
Tue, 08 Aug 2017 15:07:05 -0400 Augie Fackler tests: fix up test-run-tests failures on Python 3.6
Wed, 02 Aug 2017 11:32:25 +0200 Boris Feld template: rename troubles templatekw into instabilities
Sun, 06 Aug 2017 11:40:53 -0700 Jun Wu test-rebase: add a brute force test
Tue, 08 Aug 2017 18:53:13 +0000 Alex Gaynor dirstate: simplify dirstate's __iter__
Wed, 19 Jul 2017 13:34:06 -0700 Martin von Zweigbergk repo: skip invalidation of changelog if it has 'delayed' changes (API)
Sun, 06 Aug 2017 17:47:41 -0700 Gregory Szorc httppeer: make several instance attributes internal (API)
Sun, 06 Aug 2017 10:56:25 -0700 Gregory Szorc httppeer: remove unused handler attribute
Mon, 07 Aug 2017 20:17:02 -0700 Gregory Szorc localrepo: remove unused requirements attributes on localpeer (API)
Sat, 05 Aug 2017 15:15:20 -0700 Gregory Szorc exchange: access requirements on repo instead of peer
Sun, 06 Aug 2017 17:44:56 -0700 Gregory Szorc exchange: drop support for lock-based unbundling (BC)
Fri, 04 Aug 2017 15:49:36 -0400 Augie Fackler http: add a test of actually pushing with httppostargs
Sun, 06 Aug 2017 01:13:57 +0900 FUJIWARA Katsunori filemerge: move decorator definition for internal merge tools to registrar
Sat, 05 Aug 2017 05:25:36 +0530 Rishabh Madan releasenotes: add similarity check function to compare incoming notes
Sat, 29 Jul 2017 14:06:26 +0530 Rishabh Madan releasenotes: add import check for fuzzywuzzy
Tue, 18 Jul 2017 00:57:11 -0400 Matt Harbison run-tests: don't drop optional lines after a missing unconditional line
Tue, 18 Jul 2017 00:12:44 -0400 Matt Harbison run-tests: drop required (feature !) style lines when the output is missing
Mon, 24 Jul 2017 10:34:32 +0200 Denis Laxalde status: avoid recursing into ignored directory with "--terse u"
Mon, 31 Jul 2017 09:59:42 +0530 Pulkit Goyal pushvars: move fb extension pushvars to core
Fri, 04 Aug 2017 12:21:23 -0700 Jun Wu phabricator: update diff property even if we choose not to create a new diff
Mon, 17 Jul 2017 19:52:50 -0700 Jun Wu phabricator: use Phabricator's last node information
Thu, 03 Aug 2017 03:09:33 +0530 Pulkit Goyal phabricator: add --confirm option to phabsend command
Tue, 01 Aug 2017 18:07:34 +0200 Boris Feld evolution: rename bumped to phase-divergent