Mercurial > public > mercurial-scm > hg
log mercurial/patch.py @ 43723:eab0b7383cd3 stable
age | author | description |
---|---|---|
Thu, 21 Nov 2019 14:28:28 -0500 | Matt Harbison | patch: fix a str + bytes issue in an exception handler stable |
Thu, 14 Nov 2019 15:27:58 -0500 | Augie Fackler | patch: use field names instead of field numbers on scmutil.status |
Fri, 08 Nov 2019 11:19:20 -0800 | Augie Fackler | cleanup: remove pointless r-prefixes on single-quoted strings |
Thu, 07 Nov 2019 13:18:19 -0500 | Augie Fackler | cleanup: remove pointless r-prefixes on double-quoted strings |
Thu, 10 Oct 2019 16:02:47 +0200 | Denis Laxalde | py3: drop ui.flush() during interactive patch filtering |
Thu, 10 Oct 2019 10:48:57 +0200 | Denis Laxalde | py3: use email.generator.BytesGenerator in patch.split() |