hgext/uncommit.py
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)
less more (0) -30 tip