Mercurial > hg
log
age | author | description |
---|---|---|
Sun, 25 Feb 2018 22:06:53 -0500 | Augie Fackler | util: use pycompat.bytestr() instead of str() |
Wed, 21 Feb 2018 22:47:47 +0900 | Yuya Nishihara | showconfig: allow multiple section.name selectors (issue5797) |
Wed, 21 Feb 2018 23:02:39 +0900 | Yuya Nishihara | showconfig: use set to filter sections and entry names |
Wed, 21 Feb 2018 22:20:27 +0900 | Yuya Nishihara | util: factor out shellsplit() function |
Fri, 23 Feb 2018 23:09:58 +0900 | Yuya Nishihara | diff: do not split function name if character encoding is unknown |
Sun, 25 Feb 2018 11:20:35 +0900 | Yuya Nishihara | histedit: use repo.revs() instead of repo.set() where revisions are needed |
Sun, 25 Feb 2018 11:13:01 +0900 | Yuya Nishihara | acl: replace bare getpass.getuser() by platform function |