Mercurial > public > mercurial-scm > hg
log mercurial/patch.py @ 41646:d4c9eebdd72d
age | author | description |
---|---|---|
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 |
Wed, 06 Feb 2019 22:52:49 -0800 | Martin von Zweigbergk | patch: accept second matcher that applies only to copy sources (API) |
Wed, 06 Feb 2019 17:46:20 -0800 | Martin von Zweigbergk | patch: let caller pass in root-filtering matcher (API) |
Wed, 06 Feb 2019 17:27:43 -0800 | Martin von Zweigbergk | patch: pass in context objects into diffhunks() (API) |
Mon, 04 Feb 2019 08:59:11 -0800 | Gregory Szorc | patch: properly escape \ in string literals |
Mon, 04 Feb 2019 08:54:30 -0800 | Gregory Szorc | global: use raw strings for regular expressions with escapes |