Mercurial > hg
graph
-
tests: port inline cgi script in test-largefiles.t to python 3Fri, 13 Apr 2018 22:27:16 -0400, by Augie Fackler
-
lfcommands: use %d on known-int in format stringFri, 13 Apr 2018 22:26:57 -0400, by Augie Fackler
-
py3: fix test-shelve.t on Python 3Fri, 13 Apr 2018 22:12:30 -0400, by Augie Fackler
-
tests: fix up a couple of minor bytes inconsistencies in run-tests.pyFri, 13 Apr 2018 21:53:07 -0400, by Augie Fackler
-
tests: make sure test-run-tests.t actually runs run-tests.py under Python 3Fri, 13 Apr 2018 21:51:10 -0400, by Augie Fackler
-
py3: another three passingFri, 13 Apr 2018 21:30:55 -0400, by Augie Fackler
-
httppeer: work around API differences on urllib Request objectsFri, 13 Apr 2018 21:11:28 -0400, by Augie Fackler
-
httppeer: no matter what Python 3 might think, http headers are bytesFri, 13 Apr 2018 21:07:18 -0400, by Augie Fackler
-
httppeer: fix debug prints to work on Python 3Fri, 13 Apr 2018 21:06:50 -0400, by Augie Fackler
-
url: some bytes/str cleanup where we interface with stdlib funcsFri, 13 Apr 2018 21:04:25 -0400, by Augie Fackler
-
hgweb: these strings should be sysstrs, not bytesFri, 13 Apr 2018 21:01:17 -0400, by Augie Fackler
-
tests: port inline extensions in test-http.t to Python 3Fri, 13 Apr 2018 21:22:05 -0400, by Augie Fackler
-
patch: implement a new worddiff algorithmMon, 09 Apr 2018 15:58:30 -0700, by Jun Wu
-
patch: buffer lines for a same hunkMon, 19 Mar 2018 04:28:30 -0700, by Jun Wu
-
patch: move yielding "\n" to the end of loopMon, 19 Mar 2018 04:28:29 -0700, by Jun Wu
-
context: clarify deprecation warning messageMon, 16 Apr 2018 09:39:40 -0700, by Martin von Zweigbergk
-
wireprotov2: add support for more response typesSun, 15 Apr 2018 10:37:29 -0700, by Gregory Szorc
-
wireprotov2: remove support for sending bytes responseSat, 14 Apr 2018 15:38:11 -0700, by Gregory Szorc
-
wireprotov2: change behavior of error frameSat, 14 Apr 2018 15:36:12 -0700, by Gregory Szorc
-
wireprotov2: change command response protocol to include a leading mapSat, 14 Apr 2018 15:19:36 -0700, by Gregory Szorc
-
wireprotov2: change frame type and name for command responseSat, 14 Apr 2018 14:37:23 -0700, by Gregory Szorc
-
wireprotov2: change frame type value for command dataSat, 14 Apr 2018 12:11:24 -0700, by Gregory Szorc
-
wireprotov2: define response data as CBORSat, 14 Apr 2018 12:07:31 -0700, by Gregory Szorc
-
wireprotov2: decode responses to their expected typesSat, 14 Apr 2018 11:49:06 -0700, by Gregory Szorc
-
wireprotov2: establish a type for representing command responseSat, 14 Apr 2018 11:46:08 -0700, by Gregory Szorc
-
wireprotov2: move response handling out of httppeerSat, 14 Apr 2018 11:50:19 -0700, by Gregory Szorc
-
debugcommands: ability to suppress logging of handshakeSat, 14 Apr 2018 11:49:57 -0700, by Gregory Szorc
-
hg: pass command intents to repo/peer creation (API)Sat, 14 Apr 2018 09:57:44 -0700, by Gregory Szorc
-
registrar: replace "cmdtype" with an intent-based mechanism (API)Sat, 14 Apr 2018 09:23:48 -0700, by Gregory Szorc
-
cleanup: polyfill assertRaisesRegex so we can avoid assertRaisesRegexpSat, 14 Apr 2018 11:20:38 -0400, by Augie Fackler
-
tests: add b prefixes to test-hg-parseurl.pySat, 14 Apr 2018 11:07:24 -0400, by Augie Fackler
-
tests: port test-hg-parseurl.py to unittestSat, 14 Apr 2018 11:04:58 -0400, by Augie Fackler
-
hgwebdir: un-bytes the env dict before re-parsing envSat, 14 Apr 2018 01:12:55 -0400, by Augie Fackler
-
cborutil: implement support for streaming encoding, bytestring decodingSat, 14 Apr 2018 16:36:15 -0700, by Gregory Szorc
-
configitems: register server.zstdlevelSun, 15 Apr 2018 22:28:03 -0400, by Matt Harbison
-
scmutil: make shortesthexnodeidprefix() take a full binary nodeidSat, 14 Apr 2018 00:13:08 -0700, by Martin von Zweigbergk
-
scmutil: make shortesthexnodeidprefix() use unfiltered repoFri, 13 Apr 2018 10:36:03 -0700, by Martin von Zweigbergk
-
templates: adjust white space amount in the output of {whyunstable}Sun, 15 Apr 2018 19:41:34 +0800, by Anton Shestakov
-
tests: split long templates that use {whyunstable} and put them in hgrcSun, 15 Apr 2018 19:28:01 +0800, by Anton Shestakov
-
tests: make custom templates that use {whyunstable} terserSun, 15 Apr 2018 18:37:22 +0800, by Anton Shestakov
-
tests: hg log shouldn't need --hidden to show whyunstable template keywordSun, 15 Apr 2018 18:27:49 +0800, by Anton Shestakov
-
makefile: add Ubuntu Bionic docker targets (.deb and ppa)Sat, 14 Apr 2018 15:39:57 +0200, by Antonio Muci
-
makefile: reformat .PHONY targetsSat, 14 Apr 2018 18:23:57 +0200, by Antonio Muci
-
makefile: mkdir is not needed on templatized docker buildsSat, 14 Apr 2018 15:57:55 +0200, by Antonio Muci
-
hgweb: convert _siblings to a factory function of mappinggeneratorSun, 01 Apr 2018 23:50:34 +0900, by Yuya Nishihara
-
hgweb: extract a generator function of _siblings classSun, 01 Apr 2018 23:47:43 +0900, by Yuya Nishihara
-
hgweb: wrap {changenav} and {nav} with mappinglistSun, 01 Apr 2018 23:40:08 +0900, by Yuya Nishihara
-
hgweb: make revnav.gen() simply build a list of mappings by one passSun, 01 Apr 2018 23:34:29 +0900, by Yuya Nishihara
-
hgweb: lift {sessionvars} to a wrapped typeSun, 01 Apr 2018 23:12:37 +0900, by Yuya Nishihara
-
hgweb: make sessionvars class less denseSun, 01 Apr 2018 23:03:58 +0900, by Yuya Nishihara
-
hgweb: prefix private variables of sessionvars with '_'Sun, 01 Apr 2018 23:03:02 +0900, by Yuya Nishihara
-
lfs: update the HTTP status codes in error casesFri, 13 Apr 2018 16:32:33 -0400, by Matt Harbison
-
lfs: gracefully handle aborts on the server when corrupt blobs are detectedSun, 25 Feb 2018 14:07:13 -0500, by Matt Harbison
-
lfs: fix the inferred remote store path when using a --prefixFri, 13 Apr 2018 14:16:30 -0400, by Matt Harbison
-
lfs: log information about Internal Server Errors reported in the Batch APIFri, 13 Apr 2018 12:39:54 -0400, by Matt Harbison
-
test-lfs: add tests to force server error path coverageSat, 07 Apr 2018 12:48:21 -0400, by Matt Harbison
-
keepalive: add ** overlooked in 83250442dc81Sat, 14 Apr 2018 10:43:19 -0400, by Augie Fackler
-
test-check-commit: don't run hg per commitSat, 14 Apr 2018 17:27:32 +0900, by Yuya Nishihara
-
templates: make divergentnodes in whyunstable keyword be a hybrid listSat, 14 Apr 2018 20:34:14 +0800, by Anton Shestakov
-
templates: add whyunstable template keywordMon, 26 Mar 2018 17:00:12 +0800, by Anton Shestakov