Mercurial > hg
graph
-
tests: fix run-tests XML reporting on Python 3Tue, 19 Sep 2017 00:09:37 -0400, by Augie Fackler
-
tests: convert bisect support regex to binaryTue, 19 Sep 2017 00:08:52 -0400, by Augie Fackler
-
tests: decode bytes path to hg command before hitting with shellquoteTue, 19 Sep 2017 00:08:12 -0400, by Augie Fackler
-
tests: fix test-is-whitelisted check in run-testsTue, 19 Sep 2017 00:07:51 -0400, by Augie Fackler
-
tests: fix run-tests "slow test" checkTue, 19 Sep 2017 00:07:23 -0400, by Augie Fackler
-
tests: fix run-tests default values in Test constructorTue, 19 Sep 2017 00:06:57 -0400, by Augie Fackler
-
tests: add support for listing tests to run in a fileMon, 18 Sep 2017 17:11:32 -0400, by Augie Fackler
-
python3: remove test-update-dest.t from the whitelistMon, 18 Sep 2017 15:34:50 -0400, by Augie Fackler
-
bundle2: move part processing to a separate functionThu, 14 Sep 2017 10:20:05 -0700, by Durham Goode
-
bundle2: remove unnecessary try finallyThu, 14 Sep 2017 10:20:05 -0700, by Durham Goode
-
bundle2: move handler validation out of processpartThu, 14 Sep 2017 10:20:05 -0700, by Durham Goode
-
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
-
doctest: upgrade old-style "except" clauseSun, 03 Sep 2017 15:16:01 +0900, by Yuya Nishihara
-
doctest: use print_function and convert bytes to unicode where neededSun, 03 Sep 2017 14:56:31 +0900, by Yuya Nishihara
-
doctest: do not embed non-ascii characters in docstringSun, 03 Sep 2017 15:47:17 +0900, by Yuya Nishihara
-
doctest: pass encoding name as system stringSun, 03 Sep 2017 15:42:27 +0900, by Yuya Nishihara
-
doctest: replace str() with bytes()Sun, 03 Sep 2017 14:38:58 +0900, by Yuya Nishihara
-
doctest: replace chr() with pycompat.bytechr()Sun, 03 Sep 2017 14:37:25 +0900, by Yuya Nishihara
-
doctest: replace .iteritems() with .items()Sun, 03 Sep 2017 14:35:37 +0900, by Yuya Nishihara
-
doctest: bulk-replace string literals with b'' for Python 3Sun, 03 Sep 2017 14:32:11 +0900, by Yuya Nishihara
-
debuginstall: do not pass exception object to formatter (issue5676)Thu, 07 Sep 2017 22:36:54 +0900, by Yuya Nishihara
-
debuginstall: use codecs.lookup() to detect invalid encodingThu, 07 Sep 2017 22:27:23 +0900, by Yuya Nishihara
-
extensions: fix wrapcommand/function of class instanceSun, 10 Sep 2017 23:37:14 +0900, by Yuya Nishihara
-
changegroup: avoid creating empty changegroup partTue, 12 Sep 2017 09:13:02 -0700, by Durham Goode
-
tests: split test-revset.t in halfTue, 12 Sep 2017 15:12:27 -0700, by Durham Goode
-
merge: flush any deferred writes just before recordupdates()Mon, 11 Sep 2017 13:17:43 -0700, by Phil Cohen
-
merge: flush any deferred writes before, and after, running any workersMon, 11 Sep 2017 13:03:27 -0700, by Phil Cohen
-
filemerge: flush if using deferred writes when running a merge toolMon, 11 Sep 2017 13:03:27 -0700, by Phil Cohen
-
merge: pass wctx to premerge, filemergeMon, 11 Sep 2017 13:03:27 -0700, by Phil Cohen
-
cmdutil: fix amend when passing a dateMon, 11 Sep 2017 18:07:29 +0200, by Boris Feld
-
merge with stableTue, 12 Sep 2017 11:18:35 -0400, by Augie Fackler
-
configitems: register the 'eol.only-consistent' configFri, 30 Jun 2017 03:39:32 +0200, by Boris Feld
-
configitems: register the 'eol.native' configFri, 30 Jun 2017 03:39:26 +0200, by Boris Feld
-
configitems: register the 'eol.fix-trailing-newline' configFri, 30 Jun 2017 03:39:21 +0200, by Boris Feld
-
configitems: register the 'patchbomb.publicurl' configFri, 30 Jun 2017 03:43:43 +0200, by Boris Feld
-
configitems: register the 'patchbomb.intro' configFri, 30 Jun 2017 03:43:41 +0200, by Boris Feld
-
configitems: register the 'patchbomb.from' configFri, 30 Jun 2017 03:43:40 +0200, by Boris Feld
-
configitems: register the 'patchbomb.flagtemplate' configFri, 30 Jun 2017 03:43:39 +0200, by Boris Feld
-
configitems: register the 'patchbomb.confirm' configFri, 30 Jun 2017 03:43:38 +0200, by Boris Feld
-
configitems: register the 'patchbomb.bundletype' configFri, 30 Jun 2017 03:43:37 +0200, by Boris Feld
-
blackbox: remove _bbvfs stateWed, 06 Sep 2017 21:12:27 -0700, by Jun Wu
-
blackbox: do not cache file objectsWed, 06 Sep 2017 21:08:59 -0700, by Jun Wu
-
blackbox: inline _bbwriteWed, 06 Sep 2017 20:54:53 -0700, by Jun Wu
-
blackbox: fix rotation with chgWed, 06 Sep 2017 19:27:30 -0700, by Jun Wu
-
test-blackbox: make it compatible with chgWed, 06 Sep 2017 18:31:25 -0700, by Jun Wu
-
ssh: fix flakey ssh errors on BSD systemsMon, 11 Sep 2017 15:59:18 -0700, by Durham Goode
-
context: add overlayworkingcontext and overlayworkingfilectxMon, 11 Sep 2017 13:03:27 -0700, by Phil Cohen
-
changegroup: rename getsubsetraw to makestreamSun, 10 Sep 2017 18:52:40 -0700, by Durham Goode
-
changegroup: remove external uses of getbundlerSun, 10 Sep 2017 18:51:31 -0700, by Durham Goode
-
changegroup: replace getchangegroup with makechangegroupSun, 10 Sep 2017 18:50:12 -0700, by Durham Goode
-
changegroup: replace changegroup with makechangegroupSun, 10 Sep 2017 18:48:42 -0700, by Durham Goode
-
changegroup: delete getlocalchangegroupSun, 10 Sep 2017 18:47:39 -0700, by Durham Goode
-
changegroup: replace getlocalchangegroupraw with makestreamSun, 10 Sep 2017 19:01:56 -0700, by Durham Goode
-
changegroup: replace changegroupsubset with makechangegroupSun, 10 Sep 2017 18:43:59 -0700, by Durham Goode
-
changegroup: replace getsubset with makechangegroupSun, 10 Sep 2017 18:39:02 -0700, by Durham Goode
-
rebase: remove unnecessary '.unfiltered()' callsWed, 06 Sep 2017 16:17:04 -0700, by Jun Wu
-
rebase: remove complex unhiding codeWed, 06 Sep 2017 16:13:04 -0700, by Jun Wu
-
rebase: use unfiltered repo when loading stateWed, 06 Sep 2017 15:23:19 -0700, by Jun Wu
-
rebase: do not crash rebasing merge with a parent having hidden successorWed, 06 Sep 2017 12:40:00 -0700, by Jun Wu
-
changegroup: fix to allow empty manifest partsWed, 06 Sep 2017 18:33:55 -0700, by Durham Goode
-
mq: create non-lossy patches, also with custom global diff configuration stableMon, 11 Sep 2017 00:42:24 +0200, by Mads Kiilerich
-
mq: test coverage of how [diff] configuration influence can break mq patches stableMon, 11 Sep 2017 00:42:22 +0200, by Mads Kiilerich
-
wrapcommand: use functools.partialTue, 05 Sep 2017 15:18:45 -0700, by Jun Wu
-
wrapfunction: use functools.partial if possibleTue, 05 Sep 2017 13:37:36 -0700, by Jun Wu
-
cmdutil: remove redundant commitfunc parameter in amend (API)Fri, 01 Sep 2017 12:34:36 -0700, by Saurabh Singh
-
cmdutil: remove the redundant commit during amendFri, 01 Sep 2017 12:34:36 -0700, by Saurabh Singh
-
checknlink: rename file object from 'fd' to 'fp'Wed, 06 Sep 2017 12:56:19 -0700, by Jun Wu
-
cleanup: rename "matchfn" to "match" where obviously a matcherTue, 05 Sep 2017 15:06:45 -0700, by Martin von Zweigbergk
-
check-code: fix incorrect capitalization in camelcase regexWed, 06 Sep 2017 08:22:54 -0700, by Martin von Zweigbergk
-
amend: use context manager for config overrideWed, 06 Sep 2017 10:41:13 -0700, by Martin von Zweigbergk
-
amend: delete dead assignment to "newid"Wed, 06 Sep 2017 10:42:02 -0700, by Martin von Zweigbergk
-
checknlink: use a random temp file name for checkingFri, 01 Sep 2017 17:09:53 -0700, by Jun Wu
-
copytrace: move the default copytracing algorithm in a new functionSun, 03 Sep 2017 02:34:01 +0530, by Pulkit Goyal
-
copytrace: replace experimental.disablecopytrace config with copytrace (BC)Sun, 03 Sep 2017 01:52:19 +0530, by Pulkit Goyal
-
filemerge: use fctx.write() in the internal:dump tool, instead of copyTue, 05 Sep 2017 12:04:02 -0700, by Phil Cohen
-
largefiles: remove unused assignments from wrapfunction()Thu, 31 Aug 2017 22:39:10 -0700, by Martin von Zweigbergk
-
branches: correctly show inactive multiheaded branchesThu, 31 Aug 2017 18:24:08 +0300, by the31k
-
parser: stabilize output of prettyformat() by using byte-safe repr()Sun, 03 Sep 2017 21:17:25 +0900, by Yuya Nishihara
-
py3: fix repr(util.url) to return system stringSun, 03 Sep 2017 17:51:23 +0900, by Yuya Nishihara
-
py3: use bytes[n:n + 1] to get bytes in templater._parsetemplate()Sun, 03 Sep 2017 17:37:17 +0900, by Yuya Nishihara
-
py3: fix type of attribute name in smartset.pySun, 03 Sep 2017 17:14:53 +0900, by Yuya Nishihara
-
py3: fix mixed bytes/unicode in revsetlang._aliassyminitlettersSun, 03 Sep 2017 17:03:23 +0900, by Yuya Nishihara
-
py3: fix type of regex literals in subrepo.pySun, 03 Sep 2017 15:01:23 +0900, by Yuya Nishihara
-
py3: replace bytes[n] with bytes[n:n + 1] in patch.py where neededSun, 03 Sep 2017 16:19:20 +0900, by Yuya Nishihara
-
py3: fix type of regex literals in patch.pySun, 03 Sep 2017 16:12:15 +0900, by Yuya Nishihara
-
revset: optimize "draft() & ::x" patternMon, 28 Aug 2017 14:49:00 -0700, by Jun Wu
-
phabricator: add a config to use curl for communicationFri, 01 Sep 2017 12:13:17 -0700, by Jun Wu
-
phabricator: standardize colorsThu, 24 Aug 2017 18:00:23 -0700, by Jun Wu
-
wireproto: do not abort after successful lookupFri, 01 Sep 2017 14:00:13 -0700, by Kyle Lippincott
-
check-code: forbid "\S" in egrep regular expressionFri, 01 Sep 2017 16:44:30 -0700, by Jun Wu
-
check-code: forbid using bash in shebangFri, 01 Sep 2017 15:47:32 -0700, by Jun Wu
-
amend: add tests for amending only some files from commit to be amendedFri, 01 Sep 2017 12:34:34 -0700, by Saurabh Singh
-
test-editor-filename: fix portability of fake editor commandSat, 02 Sep 2017 21:49:45 +0900, by Yuya Nishihara
-
amend: moving first assignment of newid closer to its useFri, 01 Sep 2017 12:34:36 -0700, by Saurabh Singh
-
amend: rectify commentThu, 31 Aug 2017 18:35:39 -0700, by Saurabh Singh
-
amend: removing redundant if conditionFri, 01 Sep 2017 15:08:54 -0700, by Saurabh Singh
-
editor: file created for diff action should have .diff suffixFri, 01 Sep 2017 20:28:26 +0000, by Michael Bolin
-
test-amend: match output using conditional test case nameFri, 01 Sep 2017 11:13:55 -0700, by Jun Wu
-
util: use set for reserved Windows filenamesThu, 31 Aug 2017 19:40:15 -0700, by Gregory Szorc
-
context: add arbitraryfilectx, which can represent files outside the workdirFri, 01 Sep 2017 11:52:20 -0700, by Phil Cohen
-
simplemerge: remove unused `filtereddata` parameterFri, 01 Sep 2017 10:35:43 -0700, by Phil Cohen
-
simplemerge: remove unused `repo` parameterFri, 01 Sep 2017 10:35:43 -0700, by Phil Cohen
-
extensions: prohibit unicode defaultsTue, 29 Aug 2017 18:24:51 +0200, by Christophe de Vienne
-
revsetlang: remove unused functionsSat, 19 Aug 2017 22:04:03 +0900, by Yuya Nishihara
-
revsetlang: match tree by helper function on optimizeWed, 17 Feb 2016 21:40:59 +0900, by Yuya Nishihara
-
parser: add helper function to test if pattern matches parsed treeWed, 17 Feb 2016 21:31:09 +0900, by Yuya Nishihara
-
revsetlang: build optimized tree by helper functionWed, 17 Feb 2016 21:38:25 +0900, by Yuya Nishihara
-
parser: add helper function that constructs parsed tree from templateWed, 17 Feb 2016 21:30:04 +0900, by Yuya Nishihara
-
patch: take messages out of the function so that extensions can add entriesWed, 30 Aug 2017 18:19:14 +0530, by Pulkit Goyal
-
run-tests: allow bisecting a different repoWed, 02 Aug 2017 21:24:29 -0700, by Jun Wu
-
run-tests: extract prefix of bisect commands to a variableWed, 02 Aug 2017 21:01:38 -0700, by Jun Wu
-
run-tests: pass --with-hg to run-tests.py command used by bisectWed, 02 Aug 2017 21:01:38 -0700, by Jun Wu
-
import-checker: allow relative import a module being checkedMon, 28 Aug 2017 13:43:25 -0700, by Jun Wu
-
merge: move some of the logic in batchget() to workingfilectxThu, 31 Aug 2017 11:28:59 -0700, by Phil Cohen
-
filemerge: add _restorebackupThu, 31 Aug 2017 11:28:59 -0700, by Phil Cohen
-
filemerge: reduce creation of tempfiles until neededThu, 31 Aug 2017 11:28:59 -0700, by Phil Cohen
-
filemerge: add `_workingpath`Thu, 31 Aug 2017 11:28:59 -0700, by Phil Cohen
-
filemerge: move a util copy call to filectx.writeThu, 31 Aug 2017 11:28:59 -0700, by Phil Cohen
-
filemerge: eliminate most uses of tempfilesThu, 31 Aug 2017 11:28:59 -0700, by Phil Cohen
-
filemerge: extract _maketemp and _makebackupThu, 31 Aug 2017 11:05:19 -0700, by Phil Cohen
-
encoding: check overflow while calculating size of JSON escape bufferThu, 31 Aug 2017 21:56:40 +0900, by Yuya Nishihara