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
|