Thu, 12 Dec 2019 14:54:38 -0800 |
Martin von Zweigbergk |
commit: use cmdutil.check_at_most_one_arg()
|
Sat, 21 Sep 2019 13:42:23 -0400 |
Matt Harbison |
uncommit: fix typo in help text
|
Sun, 15 Sep 2019 00:07:30 -0400 |
Matt Harbison |
uncommit: enable support for adding a note
|
Tue, 10 Sep 2019 22:52:04 -0400 |
Matt Harbison |
uncommit: make -D/--date and -U/--user mutually exclusive
|
Tue, 10 Sep 2019 22:04:22 -0400 |
Matt Harbison |
uncommit: drop the hyphen from --current-user and --current-date
|
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
|
Fri, 29 Mar 2019 21:53:15 -0400 |
Matt Harbison |
uncommit: abort if an explicitly given file cannot be uncommitted (BC)
|
Wed, 06 Mar 2019 15:43:52 -0800 |
Martin von Zweigbergk |
tests: clarify test setup test in test-uncommit.t
|
Wed, 06 Mar 2019 15:35:40 -0800 |
Martin von Zweigbergk |
tests: fix a stale reference to experimental.uncommitondirtywdir
|
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, 18 Jan 2019 17:08:02 -0800 |
Martin von Zweigbergk |
tests: add more tests of uncommit/unamend with copies
|
Wed, 19 Dec 2018 09:33:42 -0800 |
Martin von Zweigbergk |
help: hide default value for default-off flags
|
Wed, 19 Dec 2018 09:20:32 -0800 |
Martin von Zweigbergk |
help: show "[no-]" only for default-on Flags
|
Fri, 14 Dec 2018 13:44:46 -0800 |
Martin von Zweigbergk |
help: present boolean arguments as "--[no-]foo"
|
Fri, 14 Dec 2018 13:33:12 -0800 |
Martin von Zweigbergk |
help: show "default: off" for boolean flags that default to off
|
Tue, 19 Jun 2018 11:07:23 -0700 |
Martin von Zweigbergk |
tests: add test of uncommit with default phase as secret
|
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
|
Sun, 14 Jan 2018 23:59:17 -0800 |
Martin von Zweigbergk |
evolution: report new unstable changesets
|
Fri, 22 Dec 2017 23:17:04 +0800 |
Anton Shestakov |
graphlog: add another graph node type, unstable, using character "*" (BC)
|
Tue, 28 Nov 2017 05:50:45 +0530 |
Pulkit Goyal |
rewriteutil: use precheck() in uncommit and amend commands
|
Thu, 28 Sep 2017 18:56:40 +0100 |
Boris Feld |
config: use 'experimental.evolution.allowunstable'
|
Thu, 28 Sep 2017 18:19:06 +0100 |
Boris Feld |
config: use 'experimental.evolution.create-markers'
|
Sun, 24 Sep 2017 19:37:55 +0530 |
Pulkit Goyal |
uncommit: add a test for uncommit with uncommitondirtywdir config in merge
|
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
|