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 |
Sat, 19 May 2018 15:14:56 -0400 | Augie Fackler | patch: add debug message to show external patch tool invocation |
Sat, 19 May 2018 18:51:14 +0530 | Pulkit Goyal | py3: bytestr() bytes to get bytechar while iterating on it |
Sat, 19 May 2018 18:49:07 +0530 | Pulkit Goyal | py3: slice over bytes to prevent getting the ascii values |
Fri, 18 May 2018 19:54:50 -0400 | Augie Fackler | patch: fix import-time syntax error in test-check-module-imports.t |