Mercurial > hg
graph
-
bundle2: move processpart stream maintenance into part iteratorThu, 14 Sep 2017 10:20:05 -0700, by Durham Goode
-
merge with stableMon, 18 Sep 2017 14:12:20 -0500, by Kevin Bullock
-
py3: convert system strings to bytes in doctest of formatter.pySun, 17 Sep 2017 12:39:53 +0900, by Yuya Nishihara
-
py3: rewrite stdout hack of doctest by using ui.pushbuffer()Sun, 17 Sep 2017 12:39:14 +0900, by Yuya Nishihara
-
py3: use bytes os.sep in doctest of pathutil.pySun, 17 Sep 2017 12:26:42 +0900, by Yuya Nishihara
-
py3: fix doctests in patch.py to be compatible with Python 3Sun, 17 Sep 2017 12:23:16 +0900, by Yuya Nishihara
-
py3: stop using bytes[n] in patch.pySun, 17 Sep 2017 12:20:35 +0900, by Yuya Nishihara
-
error: move patch.PatchError so it can easily implement __bytes__ (API)Sun, 03 Sep 2017 16:45:33 +0900, by Yuya Nishihara
-
templater: extract shortest() logic from template functionFri, 15 Sep 2017 00:01:57 -0700, by Martin von Zweigbergk
-
bundle2: raise a more helpful error if building a bundle part header failsFri, 15 Sep 2017 18:37:29 -0400, by Augie Fackler
-
hgwebdir: read 'web.template' untrustedFri, 15 Sep 2017 18:57:50 +0200, by Boris Feld
-
configitems: register the 'web.templates' configFri, 30 Jun 2017 03:45:53 +0200, by Boris Feld
-
configitems: register the 'web.style' configFri, 30 Jun 2017 03:45:52 +0200, by Boris Feld
-
configitems: register the 'web.stripes' configFri, 30 Jun 2017 03:45:51 +0200, by Boris Feld
-
configitems: register the 'web.refreshinterval' configFri, 30 Jun 2017 03:45:50 +0200, by Boris Feld
-
configitems: register the 'web.prefix' configFri, 30 Jun 2017 03:45:49 +0200, by Boris Feld
-
configitems: register the 'web.port' configFri, 30 Jun 2017 03:45:48 +0200, by Boris Feld
-
configitems: register the 'web.ipv6' configFri, 30 Jun 2017 03:45:47 +0200, by Boris Feld
-
configitems: register the 'web.errorlog' configFri, 30 Jun 2017 03:45:45 +0200, by Boris Feld
-
configitems: register the 'web.encoding' configFri, 30 Jun 2017 03:45:44 +0200, by Boris Feld
-
configitems: register the 'web.description' configFri, 30 Jun 2017 03:45:43 +0200, by Boris Feld
-
configitems: register the 'web.descend' configFri, 30 Jun 2017 03:45:42 +0200, by Boris Feld
-
configitems: register the 'web.deny_read' configFri, 30 Jun 2017 03:45:41 +0200, by Boris Feld
-
configitems: register the 'web.csp' configFri, 30 Jun 2017 03:45:40 +0200, by Boris Feld
-
configitems: register the 'web.collapse' configFri, 30 Jun 2017 03:45:38 +0200, by Boris Feld
-
configitems: register the 'web.certificate' configFri, 30 Jun 2017 03:45:37 +0200, by Boris Feld
-
configitems: register the 'web.cacerts' configFri, 30 Jun 2017 03:45:36 +0200, by Boris Feld
-
configitems: register the 'web.baseurl' configFri, 30 Jun 2017 03:45:35 +0200, by Boris Feld
-
configitems: register the 'web.allow_read' configFri, 30 Jun 2017 03:45:34 +0200, by Boris Feld
-
configitems: register the 'web.allow_archive' configFri, 30 Jun 2017 03:45:33 +0200, by Boris Feld
-
configitems: register the 'web.address' configFri, 30 Jun 2017 03:45:32 +0200, by Boris Feld
-
configitems: register the 'web.accesslog' configFri, 30 Jun 2017 03:45:31 +0200, by Boris Feld
-
web: use '_unset' default value for proxy config methodFri, 15 Sep 2017 19:21:08 +0200, by Boris Feld
-
tests: use int() instead of long() in test-pathencode.pySat, 16 Sep 2017 11:48:05 -0400, by Augie Fackler
-
tests: add xrange alias for test-pathencode.pySat, 16 Sep 2017 11:47:53 -0400, by Augie Fackler
-
python3: another 3 tests whitelistedSat, 16 Sep 2017 11:33:16 -0400, by Augie Fackler
-
repair: reliably obtain bytestr of node idsTue, 22 Aug 2017 21:22:34 -0400, by Augie Fackler
-
bundles: turn nbchanges int into a bytestr using pycompat.bytestrFri, 15 Sep 2017 18:38:36 -0400, by Augie Fackler
-
exchange: hit opargs with pycompat.strkwargs before **-ing itSat, 16 Sep 2017 11:09:08 -0400, by Augie Fackler
-
revlog: update signature of dummy addgroup() in bundlerepo and unionrepoFri, 15 Sep 2017 23:58:45 +0900, by Yuya Nishihara
-
py3: use 'surrogatepass' error handler to process U+DCxx transparentlySat, 16 Sep 2017 22:55:48 +0900, by Yuya Nishihara
-
py3: don't pass bytes to array.array()Sat, 16 Sep 2017 22:42:19 +0900, by Yuya Nishihara
-
py3: wrap bytes in encoding.from/toutf8b() with bytestrSun, 03 Sep 2017 15:54:29 +0900, by Yuya Nishihara
-
py3: iterate bytes as a byte string in store.lowerencode()Sun, 03 Sep 2017 17:28:47 +0900, by Yuya Nishihara
-
py3: use bytechr() in store._buildlowerencodefun()Sun, 03 Sep 2017 17:27:50 +0900, by Yuya Nishihara
-
store: give name to lowerencode functionSun, 03 Sep 2017 17:26:10 +0900, by Yuya Nishihara
-
py3: iterate bytes as a byte string in dagparser.pySun, 03 Sep 2017 15:32:45 +0900, by Yuya Nishihara
-
py3: wrap string constants in dagparser.py with bytestr()Sun, 03 Sep 2017 15:28:39 +0900, by Yuya Nishihara
-
py3: drop use of str() in dagparser.pySun, 03 Sep 2017 15:25:50 +0900, by Yuya Nishihara
-
dagparser: fix variable name in error messageSun, 03 Sep 2017 15:22:54 +0900, by Yuya Nishihara
-
py3: convert function name to bytes in ui.configwith()Sun, 03 Sep 2017 17:47:21 +0900, by Yuya Nishihara
-
drawdag: port to python 3Wed, 23 Aug 2017 01:23:16 -0400, by Augie Fackler
-
drawdag: add a couple of doctests to help with python3 portingWed, 23 Aug 2017 10:51:26 -0400, by Augie Fackler
-
drawdag: tagsmod.tag() takes a list of names, not a single nameWed, 23 Aug 2017 01:24:01 -0400, by Augie Fackler
-
bruterebase: port to python 3Wed, 23 Aug 2017 01:22:59 -0400, by Augie Fackler
-
exchange: use '%d' % x instead of str(x) to encode intsTue, 22 Aug 2017 21:21:13 -0400, by Augie Fackler
-
posix: always pass a native str to unicodedata.normalize's first argFri, 15 Sep 2017 19:44:32 -0400, by Augie Fackler
-
posix: use slicing to grab a single byte out of a bytes in HFS+ normcase codeFri, 15 Sep 2017 19:44:05 -0400, by Augie Fackler
-
encoding: ensure getutf8char always returns a bytestr, never an intFri, 15 Sep 2017 19:43:32 -0400, by Augie Fackler
-
posix: fix HFS+ normcase doctest to produce valid bytes literals in Python 3Fri, 15 Sep 2017 19:43:02 -0400, by Augie Fackler
-
tests: add and remove some (glob) markersFri, 15 Sep 2017 22:08:25 -0400, by Augie Fackler
-
uncommit: move fb-extension to core which uncommits a changesetThu, 24 Aug 2017 22:55:56 +0530, by Pulkit Goyal
-
show: use consistent (and possibly shorter) node lengthsWed, 13 Sep 2017 21:15:46 -0700, by Gregory Szorc
-
show: pass the minimum length for nodes as a template keywordThu, 03 Aug 2017 21:51:34 -0700, by Gregory Szorc
-
cmdutil: allow extra properties to be added to each contextThu, 03 Aug 2017 21:13:27 -0700, by Gregory Szorc
-
dirstate: perform transactions with _map using single call, where possibleThu, 14 Sep 2017 09:41:22 -0700, by Michael Bolin
-
extensions: register config item earlyTue, 05 Sep 2017 00:34:13 +0200, by Boris Feld
-
extensions: factor extra data loading outTue, 05 Sep 2017 00:31:59 +0200, by Boris Feld
-
configitems: register the 'win32text.warn' configFri, 30 Jun 2017 03:45:56 +0200, by Boris Feld
-
configitems: register the 'mq.secret' configFri, 30 Jun 2017 03:43:17 +0200, by Boris Feld
-
configitems: register the 'mq.plain' configFri, 30 Jun 2017 03:43:16 +0200, by Boris Feld
-
configitems: register the 'mq.keepchanges' configFri, 30 Jun 2017 03:43:15 +0200, by Boris Feld
-
configitems: register the 'mq.git' configFri, 30 Jun 2017 03:43:14 +0200, by Boris Feld
-
configitems: register the 'win32mbcs.encoding' configFri, 30 Jun 2017 03:45:54 +0200, by Boris Feld
-
copytrace: move fast heuristic copytracing algorithm to coreSun, 03 Sep 2017 03:49:15 +0530, by Pulkit Goyal
-
configitems: register the 'convert.svn.startrev' configFri, 30 Jun 2017 03:36:46 +0200, by Boris Feld
-
configitems: register the 'convert.svn.debugsvnlog' configFri, 30 Jun 2017 03:36:36 +0200, by Boris Feld
-
configitems: register the 'convert.skiptags' configFri, 30 Jun 2017 03:36:28 +0200, by Boris Feld
-
configitems: register the 'convert.p4.startrev' configFri, 30 Jun 2017 03:36:20 +0200, by Boris Feld
-
configitems: register the 'convert.localtimezone' configFri, 30 Jun 2017 03:36:00 +0200, by Boris Feld
-
configitems: register the 'convert.ignoreancestorcheck' configFri, 30 Jun 2017 03:35:55 +0200, by Boris Feld
-
configitems: register the 'convert.hg.usebranchnames' configFri, 30 Jun 2017 03:35:48 +0200, by Boris Feld
-
configitems: register the 'convert.hg.tagsbranch' configFri, 30 Jun 2017 03:35:38 +0200, by Boris Feld
-
configitems: register the 'convert.hg.startrev' configFri, 30 Jun 2017 03:35:29 +0200, by Boris Feld
-
configitems: register the 'convert.hg.sourcename' configFri, 30 Jun 2017 03:35:22 +0200, by Boris Feld
-
configitems: register the 'convert.hg.saverev' configFri, 30 Jun 2017 03:35:12 +0200, by Boris Feld
-
configitems: register the 'convert.hg.revs' configFri, 30 Jun 2017 03:34:58 +0200, by Boris Feld
-
configitems: register the 'convert.hg.ignoreerrors' configFri, 30 Jun 2017 03:34:49 +0200, by Boris Feld
-
configitems: register the 'convert.hg.clonebranches' configFri, 30 Jun 2017 03:34:45 +0200, by Boris Feld
-
configitems: register the 'convert.git.skipsubmodules' configFri, 30 Jun 2017 03:34:32 +0200, by Boris Feld
-
configitems: register the 'convert.git.similarity' configFri, 30 Jun 2017 03:34:23 +0200, by Boris Feld
-
configitems: register the 'convert.git.saverev' configFri, 30 Jun 2017 03:34:14 +0200, by Boris Feld
-
configitems: register the 'convert.git.renamelimit' configFri, 30 Jun 2017 03:34:06 +0200, by Boris Feld
-
configitems: register the 'convert.git.remoteprefix' configFri, 30 Jun 2017 03:34:00 +0200, by Boris Feld
-
configitems: register the 'convert.git.findcopiesharder' configFri, 30 Jun 2017 03:33:51 +0200, by Boris Feld
-
configitems: register the 'convert.git.extrakeys' configFri, 30 Jun 2017 03:33:41 +0200, by Boris Feld
-
configitems: register the 'convert.git.committeractions' configFri, 30 Jun 2017 03:33:29 +0200, by Boris Feld
-
configitems: register the 'convert.cvsps.mergeto' configFri, 30 Jun 2017 03:33:25 +0200, by Boris Feld
-
configitems: register the 'convert.cvsps.mergefrom' configFri, 30 Jun 2017 03:33:15 +0200, by Boris Feld
-
configitems: register the 'convert.cvsps.fuzz' configFri, 30 Jun 2017 03:33:06 +0200, by Boris Feld
-
configitems: register the 'convert.cvsps.cache' configFri, 30 Jun 2017 03:32:53 +0200, by Boris Feld
-
bundle2: move exception handling into part iteratorWed, 13 Sep 2017 20:39:01 -0700, by Durham Goode
-
bundle2: move part counter to partiteratorWed, 13 Sep 2017 17:16:50 -0700, by Durham Goode
-
bundle2: move part iterator a separate classWed, 13 Sep 2017 17:16:45 -0700, by Durham Goode
-
changegroup: add source parameter to generatemanifestsMon, 11 Sep 2017 13:39:22 -0700, by Durham Goode
-
changegroup: remove changegroup dependency from revlog.addgroupWed, 13 Sep 2017 10:43:44 -0700, by Durham Goode
-
revlog: refactor chain variableWed, 13 Sep 2017 10:43:16 -0700, by Durham Goode
-
scmutil: don't append .orig to backups in origbackuppath (BC)Mon, 11 Sep 2017 17:49:49 +0000, by Mark Thomas
-
repair: preserve phase also when not using generaldelta (issue5678) stableThu, 14 Sep 2017 11:16:57 -0700, by Martin von Zweigbergk
-
merge: move cwd-missing detection to helper functionsTue, 12 Sep 2017 19:27:01 -0700, by Phil Cohen
-
doctest: enable tests by default on Python 3Sun, 03 Sep 2017 15:09:04 +0900, by Yuya Nishihara
-
doctest: normalize b'', u'' and exception output on Python 3Thu, 24 Aug 2017 22:33:28 +0900, by Yuya Nishihara
-
doctest: coerce dict.keys() to listSun, 03 Sep 2017 17:33:10 +0900, by Yuya Nishihara