Mercurial > public > mercurial-scm > hg
log hgext/uncommit.py @ 39878:3e896b51aa5d
age | author | description |
---|---|---|
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 |