hgext/uncommit.py
Fri, 25 Mar 2022 11:33:12 -0400 Augie Fackler merge: with stable
Mon, 21 Mar 2022 14:21:10 -0700 Martin von Zweigbergk unamend: abort if commit was not created by `hg [un]amend` stable
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
Mon, 24 Jan 2022 21:17:04 -0800 Martin von Zweigbergk unamend: error out when running on merge commit stable
Thu, 10 Jun 2021 15:45:22 -0700 Martin von Zweigbergk cmdutil: make resolvecommitoptions() work on str-keyed opts
Thu, 10 Jun 2021 14:25:16 -0700 Martin von Zweigbergk cmdutil: make checknotesize() work on str-keyed opts
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Fri, 29 Jan 2021 15:51:00 -0800 Martin von Zweigbergk errors: use InputError in uncommit extension
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Thu, 14 Nov 2019 15:26:05 -0500 Augie Fackler uncommit: use field names instead of field numbers on scmutil.status
Wed, 06 Nov 2019 14:13:19 +0100 Pierre-Yves David utils: move the `dirs` definition in pathutil (API)
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
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
Sat, 21 Sep 2019 13:42:23 -0400 Matt Harbison uncommit: fix typo in help text
Tue, 17 Sep 2019 15:35:16 -0700 Martin von Zweigbergk py3: don't double-convert "opts" to bytes
Sun, 15 Sep 2019 00:07:30 -0400 Matt Harbison uncommit: enable support for adding a note
Sat, 07 Sep 2019 23:20:11 -0400 Matt Harbison uncommit: add options to update to the current user or current date
Sat, 07 Sep 2019 13:44:29 -0400 Matt Harbison uncommit: add support to modify the commit message and date
Wed, 03 Apr 2019 11:21:27 -0700 Martin von Zweigbergk cleanup: use set literals where possible
Fri, 29 Mar 2019 21:53:15 -0400 Matt Harbison uncommit: abort if an explicitly given file cannot be uncommitted (BC)
Tue, 19 Mar 2019 22:58:39 -0700 Martin von Zweigbergk memctx: rename constructor argument "copied" to "copysource" (API)
Mon, 11 Mar 2019 09:42:29 -0700 Martin von Zweigbergk uncommit: move _movedirstate() to scmutil for reuse
Mon, 11 Mar 2019 09:35:36 -0700 Martin von Zweigbergk uncommit: convert _fixdirstate() into _movedirstate()
Mon, 04 Mar 2019 20:18:13 +0530 Navaneeth Suresh uncommit: add flag --allow-dirty-working-copy
Tue, 12 Feb 2019 00:17:42 +0530 Navaneeth Suresh uncommit: don't allow dirty working copy with PATH (issue5977)
Fri, 15 Feb 2019 10:39:45 -0800 Martin von Zweigbergk uncommit: add config option to keep commit by default
Fri, 15 Feb 2019 10:49:12 -0800 Martin von Zweigbergk uncommit: inform user if the commit is empty after uncommit
Fri, 25 Jan 2019 23:36:23 -0800 Martin von Zweigbergk cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
Sun, 20 Jan 2019 21:49:58 -0800 Martin von Zweigbergk uncommit: set dirstateparents from within _fixdirstate()
Sun, 20 Jan 2019 22:00:25 -0800 Martin von Zweigbergk unamend: fix unamending of renamed rename
Sun, 20 Jan 2019 22:00:21 -0800 Martin von Zweigbergk uncommit: mark old node obsolete after updating dirstate
Fri, 18 Jan 2019 17:09:42 -0800 Martin von Zweigbergk unamend: import "copies" module as "copiesmod" to avoid shadowing
Fri, 12 Oct 2018 18:49:11 +0200 Rodrigo Damazio help: adding a proper declaration for shortlist/basic commands (API)
Sat, 13 Oct 2018 02:17:41 -0700 rdamazio help: assigning categories to existing commands
Fri, 27 Jul 2018 14:47:38 -0700 Martin von Zweigbergk uncommit: use ctx1.status(ctx2) instead of repo.status(ctx1, ctx2)
Tue, 19 Jun 2018 11:07:40 -0700 Martin von Zweigbergk scmutil: make cleanupnodes optionally also fix the phase
Sat, 17 Mar 2018 09:33:17 -0700 Martin von Zweigbergk uncommit: simplify condition for keeping commit
Sat, 17 Mar 2018 09:49:21 -0700 Martin von Zweigbergk uncommit: document when the commit will be pruned
Wed, 14 Mar 2018 11:16:49 -0700 Martin von Zweigbergk uncommit: leave empty commit if all files are uncommitted
Wed, 14 Mar 2018 11:16:45 -0700 Martin von Zweigbergk uncommit: fix unaligned indentation
Fri, 26 Jan 2018 11:42:47 -0800 Martin von Zweigbergk unamend: fix command summary line stable
Wed, 13 Dec 2017 17:03:39 -0800 Martin von Zweigbergk unamend: allow unamending if allowunstable is set
Mon, 11 Dec 2017 09:27:40 -0800 Martin von Zweigbergk memfilectx: make changectx argument mandatory in constructor (API)
Tue, 28 Nov 2017 05:50:45 +0530 Pulkit Goyal rewriteutil: use precheck() in uncommit and amend commands
Sun, 03 Dec 2017 00:29:51 +0530 Pulkit Goyal unamend: drop unused vars, query after taking lock, use ctx.hex() for extras
Fri, 06 Oct 2017 04:17:36 +0530 Pulkit Goyal uncommit: unify functions _uncommitdirstate and _unamenddirstate to one
Sun, 24 Sep 2017 00:56:52 +0530 Pulkit Goyal unamend: move fb extension unamend to core
Mon, 23 Oct 2017 00:06:23 +0530 Pulkit Goyal py3: handle keyword arguments in hgext/uncommit.py
Thu, 12 Oct 2017 00:38:18 +0200 Boris Feld configitems: register the 'experimental.uncommitondirtywdir' config
Wed, 20 Sep 2017 02:40:25 +0530 Pulkit Goyal uncommit: add an experimental.uncommitondirtywdir config
Wed, 20 Sep 2017 02:18:01 +0530 Pulkit Goyal uncommit: don't allow bare uncommit on dirty working directory
Sat, 16 Sep 2017 02:34:13 +0530 Pulkit Goyal uncommit: rename the flag 'empty' to 'keep' which retains empty changeset
Thu, 24 Aug 2017 22:55:56 +0530 Pulkit Goyal uncommit: move fb-extension to core which uncommits a changeset
less more (0) tip