Mercurial > hg
graph
-
configitems: register the 'hostfingerprints' sectionThu, 12 Oct 2017 00:20:41 +0200, by Boris Feld
-
configitems: register the 'hostsecurity.minimumprotocol' configThu, 12 Oct 2017 00:19:12 +0200, by Boris Feld
-
configitems: register the 'progress.format' configWed, 11 Oct 2017 22:53:17 +0200, by Boris Feld
-
configitems: register the 'blackbox.maxfiles' configWed, 11 Oct 2017 22:51:23 +0200, by Boris Feld
-
hgweb: fix decodevaluefromheaders to always return a bytes valueSun, 15 Oct 2017 00:43:01 -0400, by Augie Fackler
-
hgweb: more "headers are native strs" cleanupSun, 15 Oct 2017 00:42:25 -0400, by Augie Fackler
-
hgweb: when unpacking args from request form, convert to bytesSun, 15 Oct 2017 00:41:34 -0400, by Augie Fackler
-
wireproto: more strkwargs cleanupSun, 15 Oct 2017 00:39:53 -0400, by Augie Fackler
-
hgweb: more "http headers are native strs" cleanupSun, 15 Oct 2017 00:38:33 -0400, by Augie Fackler
-
wireproto: bounce kwargs to/from bytes/str as neededSun, 15 Oct 2017 00:05:43 -0400, by Augie Fackler
-
configitems: fixup default value of annotate config optionMon, 16 Oct 2017 15:12:50 +0200, by Boris Feld
-
transaction-summary: use a revset to filter obsoletes in reportnewcs()Mon, 16 Oct 2017 15:35:08 +0200, by Denis Laxalde
-
releasenotes: add pager support when printing to the uiSun, 15 Oct 2017 20:32:10 +0530, by Pulkit Goyal
-
configitems: fixup default value of diff config optionFri, 13 Oct 2017 22:08:55 +0200, by Boris Feld
-
devel-warn: add 'warn-' to 'devel.empty-changegroup' configSun, 08 Oct 2017 21:42:32 +0200, by Boris Feld
-
peer: ensure command names are always ascii bytestrsSun, 15 Oct 2017 00:05:00 -0400, by Augie Fackler
-
httppeer: always produce native str header keys and valuesSun, 15 Oct 2017 00:03:31 -0400, by Augie Fackler
-
wireproto: use %d to encode int, not %sSun, 15 Oct 2017 00:40:07 -0400, by Augie Fackler
-
wireproto: use a proper exception instead of `assert False`Sun, 15 Oct 2017 00:06:06 -0400, by Augie Fackler
-
wireproto: use listcomp instead of map()Sun, 15 Oct 2017 00:39:29 -0400, by Augie Fackler
-
dagutil: use a listcomp instead of a map()Sun, 15 Oct 2017 00:37:24 -0400, by Augie Fackler
-
peer: when collecting method names for batch calls, bytes-ify __name__Sat, 14 Oct 2017 12:03:42 -0400, by Augie Fackler
-
python3: replace im_{self,func} with __{self,func}__ globallySat, 14 Oct 2017 12:02:15 -0400, by Augie Fackler
-
httppeer: extract content-type from headers using native strSat, 14 Oct 2017 12:00:35 -0400, by Augie Fackler
-
httppeer: convert request url back to bytes before inspecting itSat, 14 Oct 2017 11:59:51 -0400, by Augie Fackler
-
templater: explode if we try to emit a strSat, 14 Oct 2017 11:30:17 -0400, by Augie Fackler
-
hgweb: fill in content-type and content-length as native stringsSat, 14 Oct 2017 11:20:31 -0400, by Augie Fackler
-
hgweb: mimetype guessing needs a unicode pathSat, 14 Oct 2017 10:47:29 -0400, by Augie Fackler
-
hgweb: set sent_headers attr as early as practicalSat, 14 Oct 2017 15:37:33 -0400, by Augie Fackler
-
hgweb: detect Python 3-era libraries and use modern attribute namesThu, 05 Oct 2017 14:53:52 -0400, by Augie Fackler
-
server: indent block that's about to get conditionalizedSat, 14 Oct 2017 15:53:36 -0400, by Augie Fackler
-
templates: fix missed space between instability labelsSat, 14 Oct 2017 18:41:20 +0900, by Yuya Nishihara
-
templates: introduce labelcset() function in map-cmdline.default as exampleSat, 14 Oct 2017 18:24:01 +0900, by Yuya Nishihara
-
templater: load aliases from [templatealias] section in map fileSat, 14 Oct 2017 18:06:42 +0900, by Yuya Nishihara
-
templater: load template fragments from [templates] section in map fileSat, 14 Oct 2017 17:51:01 +0900, by Yuya Nishihara
-
config: allow remapping the default sectionSat, 14 Oct 2017 17:41:41 +0900, by Yuya Nishihara
-
templater: simplify merge of __base__ dicts by reading it firstSat, 20 Aug 2016 18:33:02 +0900, by Yuya Nishihara
-
phase: add a dedicated pretxnclose-phase hookSun, 08 Oct 2017 17:23:18 +0200, by Boris Feld
-
phase: add a dedicated txnclose-phase hookSun, 08 Oct 2017 17:50:46 +0200, by Boris Feld
-
bookmark: add a dedicated pretxnclose-bookmark hookSun, 08 Oct 2017 18:50:14 +0200, by Boris Feld
-
bookmark: add a dedicated txnclose-bookmark hookTue, 10 Oct 2017 17:53:42 +0200, by Boris Feld
-
tweakdefaults: make commands.update.check be `noconflict`Fri, 13 Oct 2017 15:58:54 -0400, by Augie Fackler
-
hgweb: fix logging to use native strings as appropriateSat, 14 Oct 2017 15:43:06 -0400, by Augie Fackler
-
config: graduate experimental.updatecheck to commands.update.checkSat, 14 Oct 2017 03:13:50 -0400, by Augie Fackler
-
hgweb: rewrite most obviously-native-strings to be native stringsSat, 14 Oct 2017 15:42:38 -0400, by Augie Fackler
-
hgweb: use native strings consistently for querystring parsingThu, 05 Oct 2017 14:48:52 -0400, by Augie Fackler
-
hgweb: rewrite two X or Y and Z ad-hoc ternaries with Y if X else ZThu, 05 Oct 2017 14:48:31 -0400, by Augie Fackler
-
httppeer: use native strings for headersSun, 01 Oct 2017 12:12:34 -0400, by Augie Fackler
-
hgweb: more native string treatment in query string parsingThu, 05 Oct 2017 14:29:51 -0400, by Augie Fackler
-
httppeer: pass url to urllib as native str, not bytesSat, 14 Oct 2017 14:07:39 -0400, by Augie Fackler
-
tersestatus: rework dirnode and tersedir docstringsSat, 14 Oct 2017 13:33:37 +0200, by Denis Laxalde
-
bitmanipulation: reformat with clang-formatWed, 04 Oct 2017 10:52:50 -0400, by Augie Fackler
-
hghave: add a check for clang-formatMon, 14 Sep 2015 14:16:31 -0400, by Augie Fackler
-
python3: use our bytes-only version of cgi.escape everywhereThu, 05 Oct 2017 14:16:20 -0400, by Augie Fackler
-
url: add cgi.escape equivalent for bytestringsSat, 14 Oct 2017 02:57:26 -0400, by Augie Fackler
-
python3: move from using func_name to __name__Thu, 05 Oct 2017 14:15:05 -0400, by Augie Fackler
-
tests: add globs for WindowsSat, 14 Oct 2017 01:20:12 -0400, by Matt Harbison
-
test-conflicts: conditionalize for no-symlink platformsSat, 14 Oct 2017 01:07:59 -0400, by Matt Harbison
-
test-extdata: conditonalize error message for WindowsSat, 14 Oct 2017 00:20:59 -0400, by Matt Harbison
-
test-audit-path: fill in missing output for no-symlink caseSat, 14 Oct 2017 00:07:26 -0400, by Matt Harbison