Mercurial > public > mercurial-scm > hg
log mercurial/patch.py @ 41987:c1d83d916e85
age | author | description |
---|---|---|
Tue, 12 Mar 2019 14:17:41 -0700 | Martin von Zweigbergk | revert: option to choose what to keep, not what to discard |
Tue, 12 Mar 2019 14:58:35 -0700 | Martin von Zweigbergk | patch: include newline at EOF in help text for interactive patch |
Sun, 03 Mar 2019 20:16:22 +0530 | Sushil khanchi | patch: include flag-only file changes in "special" when filtering (issue5864) |
Fri, 22 Feb 2019 03:52:10 +0530 | Pulkit Goyal | diff: make sure we output stat even when --git is not passed (issue4037) (BC) |
Wed, 20 Feb 2019 19:28:51 -0500 | Augie Fackler | cleanup: use () to wrap long lines instead of \ |
Wed, 06 Feb 2019 23:12:56 -0800 | Martin von Zweigbergk | patch: replace "prefix" and "relroot" arguments by "pathfn" (API) |
Thu, 07 Feb 2019 16:43:42 +0300 | Pulkit Goyal | py3: make sure __repr__ returns str |