Sat, 19 May 2018 18:27:57 +0530 |
Pulkit Goyal |
py3: add b'' prefixes in tests/test-custom-filters.t
|
Sat, 19 May 2018 18:26:38 +0530 |
Pulkit Goyal |
py3: add b'' prefixes in tests/test-bugzilla.t
|
Sat, 19 May 2018 18:25:18 +0530 |
Pulkit Goyal |
py3: fix kwargs handling in hgext/split.py
|
Sat, 19 May 2018 18:24:36 +0530 |
Pulkit Goyal |
py3: add b'' prefixes in hgext/convert/subversion.py
|
Sat, 19 May 2018 18:23:03 +0530 |
Pulkit Goyal |
py3: use '%d' for integers in hgext/infinitepush/__init__.py
|
Sat, 19 May 2018 18:21:21 +0530 |
Pulkit Goyal |
py3: make sure we pass str to date.strftime()
|
Sat, 19 May 2018 21:47:59 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr() to convert str into bytes
|
Sat, 19 May 2018 21:46:54 +0530 |
Pulkit Goyal |
py3: fix kwargs handling in hgext/rebase.py
|
Wed, 04 Apr 2018 20:18:28 +0900 |
Yuya Nishihara |
hgweb: wrap {entries}* of tags with mappinggenerator
|
Wed, 04 Apr 2018 20:14:19 +0900 |
Yuya Nishihara |
hgweb: wrap {fentries} and {dentries} of manifest with mappinggenerator
|
Wed, 04 Apr 2018 20:11:20 +0900 |
Yuya Nishihara |
hgweb: wrap {entries}* of changelog with mappinglist
|
Wed, 04 Apr 2018 00:24:09 +0900 |
Yuya Nishihara |
hgweb: wrap {lines} of filerevision with mappinggenerator
|
Wed, 04 Apr 2018 00:21:52 +0900 |
Yuya Nishihara |
hgweb: drop unused argument 'tmpl' from webutil.diffstat()
|
Wed, 04 Apr 2018 00:20:47 +0900 |
Yuya Nishihara |
hgweb: use template context to render {diffstat}
|
Wed, 04 Apr 2018 00:19:37 +0900 |
Yuya Nishihara |
hgweb: wrap {diffstat} with mappedgenerator
|
Fri, 18 May 2018 20:43:01 -0400 |
Augie Fackler |
pathencode: improve error messages slightly
|
Fri, 18 May 2018 20:42:31 -0400 |
Augie Fackler |
pathencode: hashlib.sha1() takes bytes not str on Python 3
|
Fri, 18 May 2018 20:42:04 -0400 |
Augie Fackler |
pathencode: fix importing hashlib on Python 3
|
Fri, 18 May 2018 20:11:24 -0400 |
Augie Fackler |
context: fix %-formatting on Python 3
|
Fri, 18 May 2018 19:54:50 -0400 |
Augie Fackler |
patch: fix import-time syntax error in test-check-module-imports.t
|
Fri, 18 May 2018 19:52:35 -0400 |
Augie Fackler |
py3: whitelist two more passing tests observed by buildbot
|
Sat, 19 May 2018 00:23:36 +0530 |
Pulkit Goyal |
py3: use stringutil.pprint() to format a list to print
|
Sat, 19 May 2018 00:21:59 +0530 |
Pulkit Goyal |
py3: fix kwargs handling in qgurad in hgext/mq.py
|
Sat, 19 May 2018 00:19:56 +0530 |
Pulkit Goyal |
py3: use .startswith() instead of bytes[0]
|
Thu, 17 May 2018 23:11:24 -0700 |
Kyle Lippincott |
crecord: fallback to text mode if diffs are too big for curses mode
|
Thu, 17 May 2018 15:33:28 -0700 |
Martin von Zweigbergk |
narrow: filter copies in core
|
Thu, 17 May 2018 15:25:52 -0700 |
Martin von Zweigbergk |
narrow: filter set of files to check for case-folding to core
|
Thu, 17 May 2018 15:12:48 -0700 |
Martin von Zweigbergk |
narrow: filter merge actions in core
|
Thu, 17 May 2018 12:23:38 -0700 |
Gregory Szorc |
hgweb: extract code for emitting multiple changelist records
|
Wed, 16 May 2018 22:44:27 -0400 |
Matt Harbison |
phabricator: register config settings
|