log hgext/phabricator.py @ 44413:4cabeea6d214

age author description
Wed, 26 Feb 2020 14:43:02 -0500 Matt Harbison phabricator: update the protocol documentation
Tue, 18 Feb 2020 13:46:10 -0500 Matt Harbison phabricator: fix a phabsend crash when processing a renamed binary stable
Sat, 25 Jan 2020 01:06:46 -0500 Matt Harbison phabricator: fix a crash when submitting binaries (issue6260) stable
Fri, 17 Jan 2020 16:56:49 -0500 Matt Harbison phabricator: use .arcconfig for `phabricator.url` if not set locally
Fri, 17 Jan 2020 14:21:40 -0500 Matt Harbison phabricator: use .arcconfig for the callsign if not set locally (issue6243)
Tue, 14 Jan 2020 16:37:45 -0500 Matt Harbison phabricator: post revisions in ascending topological order (issue6241)
Fri, 22 Nov 2019 23:43:59 -0500 Matt Harbison phabricator: color the status in the "phabstatus" view
Wed, 11 Dec 2019 23:16:42 -0500 Matt Harbison phabricator: add the "Changes Planned" status name
Thu, 21 Nov 2019 16:54:00 +0100 Denis Laxalde phabricator: add a "phabstatus" template keyword
Sat, 23 Nov 2019 11:04:19 +0100 Denis Laxalde phabricator: add a "phabstatus" show view
Thu, 21 Nov 2019 18:10:12 +0100 Denis Laxalde phabricator: fix processing of tags/desc in getoldnodedrevmap()
Fri, 08 Nov 2019 13:26:33 +0100 Pierre-Yves David index: use `index.has_node` in `phabricator.getoldnodedrevmap`
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Fri, 18 Oct 2019 07:20:26 +0100 Ian Moody phabricator: use context manager form of progress in uploadchunks
Sat, 02 Nov 2019 22:21:25 +0000 Ian Moody py3: use %d to format an int stable
Sat, 02 Nov 2019 12:09:35 -0700 Gregory Szorc py3: define and use json.loads polyfill stable
Wed, 23 Oct 2019 22:24:14 +0100 Ian Moody phabricator: use True primitive instead of b'true' for phabupdate actions stable
Wed, 23 Oct 2019 23:00:58 +0100 Ian Moody py3: use %d instead of %s when formatting an int into a bytestring stable
Thu, 17 Oct 2019 22:40:24 +0100 Ian Moody py3: don't index into bytes in phabricator's _tokenize()
Thu, 10 Oct 2019 22:11:39 +0100 Ian Moody phabricator: update hgmatcher to cope with the new data format
Thu, 10 Oct 2019 22:05:28 +0100 Ian Moody phabricator: treat non-utf-8 text files as binary as phabricator requires
Sun, 06 Oct 2019 18:23:06 +0100 Ian Moody phabricator: switch to the creatediff endpoint
Sun, 06 Oct 2019 18:21:01 +0100 Ian Moody phabricator: change conduit data format to match arcanist
Sat, 12 Oct 2019 14:41:59 +0100 Ian Moody phabricator: convert phabhunk and phabchange keys to bytes when finalising
Sun, 06 Oct 2019 17:21:26 +0100 Ian Moody phabricator: add addadded function
Sun, 06 Oct 2019 16:57:26 +0100 Ian Moody phabricator: add addremoved and addmodified functions
Sun, 06 Oct 2019 15:37:13 +0100 Ian Moody phabricator: add makebinary and addoldbinary functions
Sun, 06 Oct 2019 15:16:47 +0100 Ian Moody phabricator: add the uploadfile function
Sun, 06 Oct 2019 15:04:54 +0100 Ian Moody phabricator: add the uploadchunks function
Sun, 06 Oct 2019 14:54:46 +0100 Ian Moody phabricator: add the maketext function