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