Mercurial > public > mercurial-scm > hg
log mercurial/patch.py @ 38329:f47608575c10
age | author | description |
---|---|---|
Sat, 16 Jun 2018 17:53:51 +0900 | Yuya Nishihara | py3: replace s[-1] with s.endswith() in eol handling |
Sat, 26 May 2018 12:20:36 +0900 | Yuya Nishihara | py3: wrap tempfile.mkdtemp() to use bytes path |
Sat, 26 May 2018 12:14:04 +0900 | Yuya Nishihara | py3: wrap tempfile.mkstemp() to use bytes path |