Mercurial > public > mercurial-scm > hg
log hgext/uncommit.py @ 42952:44be33cf7a57
age | author | description |
---|---|---|
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) |