hgext/phabricator.py
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
Sun, 06 Oct 2019 14:53:03 +0100 Ian Moody phabricator: add the phabdiff data structure
Sun, 06 Oct 2019 14:08:03 +0100 Ian Moody phabricator: add the phabchange data structure
Sun, 06 Oct 2019 13:55:04 +0100 Ian Moody phabricator: add the phabhunk data structure
Sun, 06 Oct 2019 13:50:32 +0100 Ian Moody phabricator: add the DiffChangeType and DiffFileType constants
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Mon, 07 Oct 2019 10:58:51 -0400 Pierre-Yves David formatting: run black on all file again
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 10:51:16 -0400 Augie Fackler cleanup: mark some ui.(status|note|warn|write) calls as not needing i18n
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Fri, 04 Oct 2019 18:33:54 +0100 Ian Moody py3: fix phabricator's use of json.loads() for py3.5
Tue, 24 Sep 2019 22:41:07 -0400 Matt Harbison phabricator: use exthelper to register commands, config, and templates
Tue, 17 Sep 2019 21:06:07 +0100 Ian Moody py3: byte-prefix sanitisation regexes in phabricator.py
Wed, 18 Sep 2019 00:20:43 +0100 Ian Moody py3: pass a bytestring into querydrev instead of a string that'll TypeError
Sat, 07 Sep 2019 14:35:21 +0100 Ian Moody phabricator: don't abort if property writing fails during amending stable
Tue, 16 Jul 2019 19:18:16 +0100 Ian Moody phabricator: handle local:commits time being string or int
Wed, 12 Jun 2019 17:22:37 +0100 Ian Moody phabricator: use parents.set to always set dependencies
Tue, 11 Jun 2019 19:52:16 +0100 Ian Moody phabricator: add --blocker argument to phabsend to specify blocking reviewers
Tue, 11 Jun 2019 19:37:19 +0100 Ian Moody phabricator: auto-sanitise API tokens and HTTP cookies from VCR recordings
Sat, 08 Jun 2019 18:48:06 +0300 Pulkit Goyal phabricator: make `hg debugcallconduit` work outside a hg repo
Sat, 08 Jun 2019 18:41:15 +0300 Pulkit Goyal phabricator: pass ui instead of repo to callconduit
Sat, 08 Jun 2019 18:32:12 +0300 Pulkit Goyal phabricator: pass ui into readurltoken instead of passing repo
Fri, 07 Jun 2019 20:19:55 +0100 Ian Moody phabricator: add commenting to phabsend for new/updated Diffs
Sun, 05 May 2019 17:04:48 +0100 Ian Moody phabricator: add custom vcr matcher to match request bodies
Mon, 22 Apr 2019 18:55:27 +0100 Ian Moody phabricator: include branch in the phabread output
Mon, 22 Apr 2019 18:55:26 +0100 Ian Moody phabricator: fallback to reading metadata from diff for phabread
Sat, 20 Apr 2019 16:11:23 +0100 Ian Moody phabricator: include commit (node) and parent in the local:commits metadata
Sat, 20 Apr 2019 17:27:24 +0100 Ian Moody phabricator: read more metadata from local:commits
Sat, 20 Apr 2019 17:22:35 +0100 Ian Moody phabricator: don't assume the existence of properties of local:commits
Sat, 20 Apr 2019 16:01:47 +0100 Ian Moody phabricator: include branch in the diffproperty metadata
Mon, 22 Apr 2019 17:46:57 +0100 Ian Moody phabricator: set local:commits time metadata as an int, not a string
Mon, 22 Apr 2019 17:46:01 +0100 Ian Moody phabricator: use templatefilters.json in writediffproperties
Sat, 09 Mar 2019 02:18:49 +0000 Ian Moody py3: convert to/from bytes/unicode for json.(dump|load)s in debugcallconduit
less more (0) -60 tip