hgext/phabricator.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 11:24:57 -0700 Gregory Szorc py3: use str instead of pycompat.unicode
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Sun, 20 Feb 2022 15:03:26 -0700 Gregory Szorc py3: use io.BytesIO directly
Tue, 28 Sep 2021 08:47:11 -0700 Martin von Zweigbergk errors: raise InputError on bad revset to revrange() iff provided by the user
Mon, 03 May 2021 18:55:19 +0200 Raphaël Gomès branching: merge stable into default
Sat, 01 May 2021 00:28:39 -0400 Matt Harbison phabricator: adapt to the new `urlutil.url()` API stable 5.8
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Sat, 21 Nov 2020 00:10:36 -0500 Matt Harbison phabricator: allow local revisions to be specified with `phabupdate`
Sun, 29 Nov 2020 00:05:50 +0100 Pierre-Yves David phabricator: use the `http.timeout` config for conduit call
Sat, 28 Nov 2020 19:58:37 +0100 Pierre-Yves David phabricator: introduce a `phabricator.retry` option
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Tue, 27 Oct 2020 10:22:36 -0700 Martin von Zweigbergk phabsend: use default one-line summary
Thu, 17 Sep 2020 22:45:51 -0700 Martin von Zweigbergk phabricator: fix loadhgrc() override broken by D8656
Thu, 02 Jul 2020 16:23:36 +0530 Pulkit Goyal localrepo: load the share source .hg/hgrc also in share-safe mode (API)
Mon, 24 Aug 2020 18:51:25 -0400 Matt Harbison phabricator: update the hashes in commit messages as they get submitted
Thu, 30 Jul 2020 16:58:38 +0100 Ian Moody phabricator: unconditionally pop `test_vcr` to fix debugcallconduit
Thu, 16 Jul 2020 14:16:53 -0400 Matt Harbison phabricator: clarify the multiple heads/roots error message for phabsend
Wed, 15 Jul 2020 14:18:18 -0400 Matt Harbison phabupdate: allow resigning from revisions
Wed, 15 Jul 2020 14:14:58 -0400 Matt Harbison phabupdate: allow revisions to be commandeered
Wed, 15 Jul 2020 14:13:16 -0400 Matt Harbison phabupdate: allow revisions to be reopened
Wed, 15 Jul 2020 14:06:12 -0400 Matt Harbison phabupdate: allow revisions to be marked "closed"
Wed, 15 Jul 2020 14:03:55 -0400 Matt Harbison phabupdate: allows revisions to be marked "request-review"
Wed, 15 Jul 2020 13:27:55 -0400 Matt Harbison phabupdate: allow revisions to be marked with "plan changes"
Tue, 09 Jun 2020 22:02:09 +0530 Sushil khanchi phabricator: make it clear what happen when no response
Thu, 27 Feb 2020 09:54:34 -0800 Steve Fink phabricator: avoid passing None to pycompat.fsdecode
Thu, 16 Apr 2020 19:05:25 -0400 Matt Harbison phabricator: ensure that `phabsend` is given a contiguous, linear commit range stable
Tue, 14 Apr 2020 18:51:23 -0400 Matt Harbison phabricator: restack any new orphans created by phabsend (issue6045)
Sun, 12 Apr 2020 13:11:42 -0400 Matt Harbison phabricator: prevent posting obsolete commits
Tue, 03 Mar 2020 17:37:09 -0500 Matt Harbison phabricator: avoid creating unstable children within the review stack
Wed, 08 Apr 2020 17:30:10 -0400 Matt Harbison phabricator: add an option to fold several commits into one review (issue6244)
Sun, 05 Apr 2020 21:19:21 -0400 Matt Harbison phabricator: add debug logging to show previous node values in `phabsend`
Wed, 18 Mar 2020 14:53:53 -0400 Matt Harbison phabricator: extract logic to print the status when posting a commit
Mon, 16 Mar 2020 14:33:35 -0400 Matt Harbison phabricator: extract the logic to amend diff properties to a function
Mon, 16 Mar 2020 13:36:12 -0400 Matt Harbison phabricator: teach `getoldnodedrevmap()` to handle folded reviews
Mon, 09 Mar 2020 12:07:28 -0400 Matt Harbison phabricator: teach createdifferentialrevision() to allow a folded commit range
Fri, 06 Mar 2020 17:03:04 -0500 Matt Harbison phabricator: combine commit messages into the review when folding commits
Wed, 26 Feb 2020 13:13:49 -0500 Matt Harbison phabricator: record all local commits used to create a Differential revision
Mon, 24 Feb 2020 13:22:15 -0500 Matt Harbison phabricator: account for `basectx != ctx` when calculating renames
Mon, 24 Feb 2020 12:06:34 -0500 Matt Harbison phabricator: add basectx arguments to file related `phabsend` utilities
Tue, 18 Feb 2020 09:57:26 -0500 Matt Harbison phabricator: eliminate a couple of duplicate filectx lookups
Sat, 21 Mar 2020 14:01:10 +0900 Yuya Nishihara phabricator: remove *-argument from _getdrevs()
Thu, 05 Mar 2020 11:02:07 -0500 Matt Harbison phabricator: allow multiple DREVSPEC args to phabread|phabimport|phabupdate
Thu, 05 Mar 2020 11:00:00 -0500 Matt Harbison phabricator: add a helper function to convert DREVSPECs to a DREV dict list
Wed, 18 Mar 2020 12:03:27 -0400 Augie Fackler phabricator: remove duplicated byteskwargs conversion
Sun, 16 Feb 2020 17:47:20 -0500 Matt Harbison phabricator: add a config knob to create obsolete markers when importing
Sun, 16 Feb 2020 17:17:41 -0500 Matt Harbison phabricator: add a config knob to import in the secret phase
Sun, 16 Feb 2020 16:13:36 -0500 Matt Harbison phabricator: add a `phabimport` command
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Wed, 04 Mar 2020 00:45:54 -0500 Matt Harbison phabricator: avoid a stacktrace when command arguments are missing
Thu, 20 Feb 2020 10:56:40 -0500 Matt Harbison phabricator: also check parent fctx for binary where it is checked for UTF-8
Thu, 20 Feb 2020 10:46:43 -0500 Matt Harbison phabricator: don't infer the old `fctx` in `notutf8()`
Thu, 20 Feb 2020 12:42:07 -0500 Matt Harbison phabricator: rename a variable to clarify that it is the parent filecontext
Wed, 19 Feb 2020 13:33:58 -0500 Matt Harbison phabricator: pass old `fctx` to `addoldbinary()` instead of inferring it
Wed, 04 Mar 2020 10:25:07 -0500 Matt Harbison phabricator: make `hg phabread` work outside of a repository
Sun, 16 Feb 2020 15:06:20 -0500 Matt Harbison phabricator: refactor `phabread` to write all patches at once
Mon, 17 Feb 2020 13:14:44 -0500 Matt Harbison phabricator: make `hg phabupdate` work outside of a repository
Mon, 17 Feb 2020 13:28:40 -0500 Matt Harbison phabricator: pass ui instead of repo to `userphids()`
less more (0) -100 -60 tip