Mercurial > hg
graph
-
revset: add stub to handle parentpost operationSun, 07 Aug 2016 17:48:52 +0900, by Yuya Nishihara
-
revset: infer ordering flag to teach if operation should define/follow orderTue, 16 Feb 2016 22:02:16 +0900, by Yuya Nishihara
-
revset: wrap arguments of 'or' by 'list' nodeSun, 07 Aug 2016 17:04:05 +0900, by Yuya Nishihara
-
journal: properly check for held lock (issue5349)Tue, 13 Sep 2016 20:30:19 +0200, by Pierre-Yves David
-
ssl: handle a difference in SSLError with pypy (issue5348)Tue, 13 Sep 2016 17:46:29 +0200, by Pierre-Yves David
-
manifest: change manifestctx to not inherit from manifestdictMon, 12 Sep 2016 10:55:43 -0700, by Durham Goode
-
manifest: make one use of _mancache avoid manifestctxsMon, 12 Sep 2016 14:29:09 -0700, by Durham Goode
-
debugrevspec: add option to verify optimized resultSun, 21 Aug 2016 13:16:21 +0900, by Yuya Nishihara
-
debugrevspec: add option to skip optimize() and evaluate unoptimized treeSun, 21 Aug 2016 12:40:02 +0900, by Yuya Nishihara
-
revset: remove showwarning option from expandaliases()Thu, 08 Sep 2016 22:44:10 +0900, by Yuya Nishihara
-
debugrevspec: evaluate tree built by itselfSun, 21 Aug 2016 12:45:43 +0900, by Yuya Nishihara
-
localrepo: make _refreshfilecachestats unfiltered method to refresh correctlyMon, 12 Sep 2016 03:06:29 +0900, by FUJIWARA Katsunori
-
streamclone: clear caches after writing changes into files for visibilityMon, 12 Sep 2016 03:06:29 +0900, by FUJIWARA Katsunori
-
localrepo: make invalidate avoid invalidating store inside transaction (API)Mon, 12 Sep 2016 03:06:28 +0900, by FUJIWARA Katsunori
-
streamclone: force @filecache properties to be reloaded from fileMon, 12 Sep 2016 03:06:28 +0900, by FUJIWARA Katsunori
-
manifest: backed out changeset bb3281b3fcaaSat, 10 Sep 2016 01:42:05 +0200, by Pierre-Yves David
-
manifest: backed out changeset b60a5fe98b73Sat, 10 Sep 2016 01:41:38 +0200, by Pierre-Yves David
-
debugrevspec: deprecate --optimize optionSun, 21 Aug 2016 12:36:23 +0900, by Yuya Nishihara
-
debugrevspec: add option to print parsed tree at given stagesSun, 21 Aug 2016 12:33:57 +0900, by Yuya Nishihara
-
debugrevspec: transform and print parsed tree by stagesSun, 21 Aug 2016 12:04:08 +0900, by Yuya Nishihara
-
debugrevspec: build parsed tree even if no --verbose specifiedSun, 21 Aug 2016 11:50:54 +0900, by Yuya Nishihara
-
osutil: fix the declaration to work on different sizes of off_tThu, 08 Sep 2016 10:37:58 +0200, by Maciej Fijalkowski
-
manifest: change manifestctx to not inherit from manifestdictWed, 31 Aug 2016 12:46:53 -0700, by Durham Goode
-
manifest: make uses of _mancache aware of contextsMon, 29 Aug 2016 18:02:09 -0700, by Durham Goode
-
manifest: add treemanifestctx classWed, 31 Aug 2016 13:29:49 -0700, by Durham Goode
-
revset: add public function to create matcher from evaluatable treeSun, 21 Aug 2016 11:37:00 +0900, by Yuya Nishihara
-
revset: make analyze() a separate step from optimize()Sun, 21 Aug 2016 11:29:57 +0900, by Yuya Nishihara
-
revset: extract tree transformation from optimize()Sun, 07 Aug 2016 14:35:03 +0900, by Yuya Nishihara
-
hghave: fix has_bzr() to not try to import RevisionSpec as moduleSun, 04 Sep 2016 17:19:44 +0900, by Yuya Nishihara
-
update: label bookmark name in messageMon, 22 Aug 2016 14:44:14 +0200, by Pierre-Yves David
-
discovery: explicitly check for None in outgoing initTue, 06 Sep 2016 09:43:25 -0700, by Ryan McElroy
-
import: report directory-relative paths in error messages (issue5224)Fri, 26 Aug 2016 12:48:20 +0200, by liscju
-
commands: remove unecessary copying of list in graft()Mon, 05 Sep 2016 08:29:36 +0000, by Hannes Oldenburg
-
revset: do not partial-match operator and function names in optimize()Sun, 07 Aug 2016 16:36:08 +0900, by Yuya Nishihara
-
revset: remove false condition to process 'negate' operatorSun, 07 Aug 2016 14:13:27 +0900, by Yuya Nishihara
-
revset: make optimize() reject unknown operatorsSun, 07 Aug 2016 15:01:42 +0900, by Yuya Nishihara
-
help: show content for explicitly disabled extension (issue5228)Thu, 01 Sep 2016 22:06:42 +0200, by liscju
-
obsolete: fix minor module documentation issuesFri, 02 Sep 2016 10:18:56 +0200, by liscju
-
debugextensions: hide "ships-with-hg-core" magic string (BC)Fri, 26 Aug 2016 23:31:17 +0900, by Yuya Nishihara
-
debugextensions: show ships-with-hg-core state as a separate fieldWed, 31 Aug 2016 23:22:07 +0900, by Yuya Nishihara
-
test-debugextensions: add dummy extension to make ifcontains() test more solidWed, 31 Aug 2016 23:36:37 +0900, by Yuya Nishihara
-
py3: remove use of *L syntaxThu, 01 Sep 2016 02:29:46 +0530, by Pulkit Goyal
-
util: rename checkcase() to fscasesensitive() (API)Tue, 30 Aug 2016 09:22:53 -0700, by Martin von Zweigbergk
-
manifest: call m1.load and m2.load before writing a subtreeMon, 29 Aug 2016 17:48:14 -0700, by Durham Goode
-
histedit: correct output of error when 'base' is from the edit listTue, 30 Aug 2016 13:13:50 -0400, by Augie Fackler
-
py3: split check of pygments-using files from the rest of the treeTue, 30 Aug 2016 13:33:48 -0400, by Augie Fackler
-
version: change "place" field of extension to "bundled" flagFri, 26 Aug 2016 23:38:52 +0900, by Yuya Nishihara
-
extensions: use ismoduleinternal() thoroughlySat, 27 Aug 2016 00:00:28 +0900, by Yuya Nishihara
-
lock: show more detail for new-style locks in lock waiting message (issue4752)Tue, 30 Aug 2016 09:25:00 -0700, by Mark Ignacio
-
formatter: add context manager interface for convenienceMon, 29 Aug 2016 00:00:05 +0900, by Yuya Nishihara
-
histedit: remove now unused 'constraints' related codeFri, 26 Aug 2016 21:06:31 +0200, by Pierre-Yves David
-
histedt: use inheritance to override the constraints in 'base'Fri, 26 Aug 2016 21:00:33 +0200, by Pierre-Yves David
-
histedit: move constraint verification to the 'action.verify' methodFri, 26 Aug 2016 20:54:52 +0200, by Pierre-Yves David
-
histedit: directly use node in 'verifyactions'Fri, 26 Aug 2016 20:54:32 +0200, by Pierre-Yves David
-
histedit: temporarily shorten name of 'constraints' variableFri, 26 Aug 2016 20:42:18 +0200, by Pierre-Yves David
-
histedit: drop the 'nodetoverify' local variableFri, 26 Aug 2016 20:38:37 +0200, by Pierre-Yves David
-
histedit: make 'constraints' a class attribute instead of a methodFri, 26 Aug 2016 20:34:58 +0200, by Pierre-Yves David
-
histedit: drop the 'nodetoverify' methodFri, 26 Aug 2016 20:31:33 +0200, by Pierre-Yves David
-
test-gpg: start gpg-agent by gpg-connect-agent only if GnuPG v2.1+ detectedMon, 29 Aug 2016 22:59:39 +0900, by Yuya Nishihara
-
rebase: properly calculate total commits to rebase (issue5347)Fri, 26 Aug 2016 00:16:51 +0000, by timeless
-
mpatch: add setup_mpatch_cffi.pySun, 28 Aug 2016 17:51:32 -0700, by Maciej Fijalkowski
-
journal: rename on disk files to 'namejournal'Wed, 24 Aug 2016 03:59:19 +0200, by Pierre-Yves David
-
tests: guard demandimport segment of test-extension.tThu, 25 Aug 2016 23:13:36 +0000, by timeless
-
tests: skip demandimport if disabledThu, 25 Aug 2016 22:03:51 +0000, by timeless
-
hghave: add demandimport checkingThu, 25 Aug 2016 22:30:35 +0000, by timeless
-
hghave: make bzr checks stricterThu, 25 Aug 2016 22:51:39 +0000, by timeless
-
help: document wire protocol commandsMon, 22 Aug 2016 19:50:21 -0700, by Gregory Szorc
-
help: document wire protocol "handshake" protocolMon, 22 Aug 2016 19:49:59 -0700, by Gregory Szorc
-
help: document wire protocol capabilitiesMon, 22 Aug 2016 19:48:31 -0700, by Gregory Szorc
-
crecord: properly handle files with No newline at eof (issue5268) stableFri, 02 Sep 2016 20:15:37 +0000, by timeless
-
annotate: pre-calculate the "needed" dictionary (issue5360) stableFri, 02 Sep 2016 15:20:59 +0100, by Jun Wu
-
help: document wire protocol transport protocolsMon, 22 Aug 2016 19:47:34 -0700, by Gregory Szorc
-
help: internals topic for wire protocolMon, 22 Aug 2016 19:46:39 -0700, by Gregory Szorc
-
grep: add formatter supportThu, 18 Aug 2016 15:13:56 +0900, by Yuya Nishihara
-
grep: build list of all columns regardless of display optionsThu, 18 Aug 2016 14:52:06 +0900, by Yuya Nishihara
-
grep: build list of columns without "grep." label prefixThu, 18 Aug 2016 14:23:29 +0900, by Yuya Nishihara
-
grep: factor out function that prints matched line with labelsThu, 18 Aug 2016 14:09:49 +0900, by Yuya Nishihara
-
grep: refactor loop that yields matched text with labelThu, 18 Aug 2016 14:03:25 +0900, by Yuya Nishihara
-
bundle2: localize handleoutput remote prompts stable 3.9.1Thu, 01 Sep 2016 13:16:55 -0500, by Akihiko Odaki
-
files: change documentation to match its behaviour (issue5276)Tue, 05 Jul 2016 09:37:07 +0200, by liscju
-
templater: add template path to __base__ searchWed, 24 Aug 2016 17:43:45 -0700, by Matt Mackall
-
blackbox: also log alias expansionsTue, 23 Aug 2016 16:40:08 -0400, by Augie Fackler
-
test-clonebundles: accept another error string hereThu, 25 Aug 2016 01:06:32 -0400, by Augie Fackler
-
tests: guard test-archive-symlink with unziplinks checkThu, 25 Aug 2016 01:26:39 -0400, by Augie Fackler
-
hghave: add a check for unzip(1) that understands symlinksThu, 25 Aug 2016 01:25:52 -0400, by Augie Fackler
-
test-https: drop two spurious --traceback flagsThu, 25 Aug 2016 01:00:54 -0400, by Augie Fackler
-
extensions: change magic "shipped with hg" stringTue, 23 Aug 2016 11:26:08 -0400, by Augie Fackler
-
version: add formatter supportThu, 25 Aug 2016 01:00:26 -0400, by Yuya Nishihara
-
version: factor out mapping of internal/external labelsTue, 16 Aug 2016 16:09:12 +0900, by Yuya Nishihara
-
version: always build list of extension versionsTue, 16 Aug 2016 16:03:09 +0900, by Yuya Nishihara
-
formatter: add fm.nested(field) to either write or build sub itemsSun, 13 Mar 2016 19:59:39 +0900, by Yuya Nishihara
-
formatter: factor out format*() functions to separate classesMon, 15 Aug 2016 13:51:14 +0900, by Yuya Nishihara
-
crecord: restore SIGWINCH handler before returnWed, 24 Aug 2016 11:24:07 +0100, by Jun Wu
-
bdiff: implement cffi version of bdiffSat, 20 Aug 2016 23:06:01 +0200, by Maciej Fijalkowski
-
bdiff: implement cffi version of blocksThu, 28 Jul 2016 14:17:08 +0200, by Maciej Fijalkowski
-
util: checknlink should remove file it creates if an exception occursFri, 19 Aug 2016 13:30:40 -0700, by Tony Tung
-
merge: remove files with extra actions from merge action listTue, 23 Aug 2016 17:58:53 -0700, by Siddharth Agarwal
-
revlog: use an LRU cache for delta chain basesMon, 22 Aug 2016 21:48:50 -0700, by Gregory Szorc
-
revlog: remove unused variablesMon, 22 Aug 2016 20:17:36 -0700, by Gregory Szorc
-
util: properly implement lrucachedict.get()Mon, 22 Aug 2016 20:30:37 -0700, by Gregory Szorc
-
manifest: change changectx to access manifest via manifestlogWed, 17 Aug 2016 13:25:13 -0700, by Durham Goode
-
manifest: use property instead of field for manifest revlog storageWed, 17 Aug 2016 13:25:13 -0700, by Durham Goode
-
manifest: introduce manifestlog and manifestctx classesWed, 17 Aug 2016 13:25:13 -0700, by Durham Goode
-
manifest: make manifest derive from manifestrevlogWed, 17 Aug 2016 13:25:13 -0700, by Durham Goode
-
manifest: break mancache into two cachesWed, 17 Aug 2016 13:25:13 -0700, by Durham Goode
-
dispatch: explicitly pass fancyopts optional arg as a keywordThu, 18 Aug 2016 11:32:02 -0400, by Augie Fackler
-
osutil: fix the bug on OS X when we return more in listdirSat, 20 Aug 2016 23:05:18 +0200, by Maciej Fijalkowski
-
histedit: use samefile function from cmdutilSun, 21 Aug 2016 08:03:22 +0000, by Hannes Oldenburg
-
cmdutil: extract samefile function from amend()Sun, 21 Aug 2016 08:00:18 +0000, by Hannes Oldenburg
-
templater: rename "right" argument of pad() functionFri, 22 Apr 2016 21:32:30 +0900, by Yuya Nishihara
-
templater: make pad() evaluate boolean argument (BC)Fri, 22 Apr 2016 21:29:13 +0900, by Yuya Nishihara
-
templater: fix if() to not evaluate False as bool('False')Thu, 18 Aug 2016 16:29:22 +0900, by Yuya Nishihara
-
templater: make it clearer that _flatten() omits NoneThu, 18 Aug 2016 15:55:07 +0900, by Yuya Nishihara
-
revset: support "follow(renamed.py, e22f4f3f06c3)" (issue5334)Thu, 18 Aug 2016 17:25:10 +0200, by Gábor Stefanik
-
coal: use inheritance to derive from paperWed, 17 Aug 2016 13:43:13 -0500, by Matt Mackall
-
templater: add inheritance support to style mapsWed, 17 Aug 2016 13:40:27 -0500, by Matt Mackall
-
killdaemons: prevent killing all user processes by bad pid fileThu, 18 Aug 2016 18:43:48 +0900, by Yuya Nishihara
-
py3: automatically glob out line numbers from check-py3-compat outputWed, 17 Aug 2016 20:56:12 +0900, by Yuya Nishihara
-
py3: have check-py3-compat require pygments to get stable resultWed, 17 Aug 2016 20:52:50 +0900, by Yuya Nishihara
-
computeoutgoing: move the function from 'changegroup' to 'exchange'Tue, 09 Aug 2016 17:06:35 +0200, by Pierre-Yves David
-
getchangegroup: take an 'outgoing' object as argument (API)Tue, 09 Aug 2016 17:00:38 +0200, by Pierre-Yves David
-
outgoing: add a 'missingroots' argumentTue, 09 Aug 2016 22:31:38 +0200, by Pierre-Yves David
-
outgoing: adds some default value for argumentTue, 09 Aug 2016 15:55:44 +0200, by Pierre-Yves David
-
outgoing: pass a repo object to the constructorTue, 09 Aug 2016 15:26:53 +0200, by Pierre-Yves David
-
match: remove matchessubrepo method (API)Tue, 16 Aug 2016 08:21:16 +0000, by Hannes Oldenburg
-
subrepo: cleanup of subrepo filematcher logicTue, 16 Aug 2016 08:15:12 +0000, by Hannes Oldenburg
-
pycompat: delay loading modules registered to stubSun, 14 Aug 2016 14:46:24 +0900, by Yuya Nishihara
-
py3: import builtin wrappers automagically by code transformerTue, 16 Aug 2016 12:35:15 +0900, by Yuya Nishihara
-
py3: provide (del|get|has|set)attr wrappers that accepts bytesSun, 14 Aug 2016 12:51:21 +0900, by Yuya Nishihara
-
py3: check python version to enable builtins hackSun, 14 Aug 2016 12:44:13 +0900, by Yuya Nishihara
-
py3: move xrange alias next to import linesSun, 14 Aug 2016 12:41:54 +0900, by Yuya Nishihara
-
check-code: allow assignment to hasattr variableTue, 16 Aug 2016 17:15:54 +0900, by Yuya Nishihara
-
debugobsolete: add formatter support (issue5134)Mon, 15 Aug 2016 16:07:55 +0900, by Yuya Nishihara
-
formatter: add function to convert dict to appropriate formatMon, 15 Aug 2016 12:58:33 +0900, by Yuya Nishihara
-
check-code: make dict() pattern less invasiveMon, 15 Aug 2016 17:17:39 +0900, by Yuya Nishihara
-
hgweb: tweak zlib chunking behaviorSun, 14 Aug 2016 21:29:46 -0700, by Gregory Szorc
-
test-gpg: run migration of v1 secret keys beforehandSun, 14 Aug 2016 17:07:05 +0900, by Yuya Nishihara
-
test-gpg: start gpg-agent under control of the test runnerSun, 14 Aug 2016 17:01:33 +0900, by Yuya Nishihara
-
test-gpg: make temporary copy of GNUPGHOMESun, 14 Aug 2016 16:49:47 +0900, by Yuya Nishihara
-
hgweb: document why we don't allow untrusted settings to control zlibMon, 15 Aug 2016 20:39:33 -0700, by Gregory Szorc
-
hgweb: profile HTTP requestsSun, 14 Aug 2016 18:37:24 -0700, by Gregory Szorc
-
hgweb: abstract call to hgwebdir wsgi functionSun, 14 Aug 2016 16:03:30 -0700, by Gregory Szorc
-
profiling: don't error with statprof when profiling has already startedSun, 14 Aug 2016 18:28:43 -0700, by Gregory Szorc
-
profiling: add a context manager that no-ops if profiling isn't enabledSun, 14 Aug 2016 17:51:12 -0700, by Gregory Szorc
-
profiling: make profiling functions context managers (API)Sun, 14 Aug 2016 18:25:22 -0700, by Gregory Szorc
-
dispatch: set profiling.enabled when profiling is enabledSun, 14 Aug 2016 16:35:58 -0700, by Gregory Szorc
-
profiling: move profiling code from dispatch.py (API)Sun, 14 Aug 2016 16:30:44 -0700, by Gregory Szorc
-
merge with stableMon, 15 Aug 2016 12:26:02 -0400, by Augie Fackler
-
pycompat: avoid using an extra functionSat, 13 Aug 2016 04:21:42 +0530, by Pulkit Goyal
-
pycompat: remove multiple occurences of urlencodeSat, 13 Aug 2016 03:03:01 +0530, by Pulkit Goyal
-
osx: stamp the hg version into the version field in the pkgFri, 12 Aug 2016 17:51:48 -0400, by Augie Fackler
-
performance: disable workaround for an old bug of Python gcThu, 28 Jul 2016 14:18:01 +0200, by Maciej Fijalkowski
-
merge: always use other, not remote, in user promptsFri, 12 Aug 2016 05:56:40 -0700, by Simon Farnsworth
-
merge: use labels in prompts to the userFri, 12 Aug 2016 06:01:42 -0700, by Simon Farnsworth
-
journal: use the dirstate parentchange callbacksTue, 09 Aug 2016 09:15:46 -0700, by Mateusz Kwapich
-
dirstate: add callback to notify extensions about wd parent changeThu, 11 Aug 2016 08:00:41 -0700, by Mateusz Kwapich
-
revpair: do not optimize tree to check for odd-range specSat, 06 Aug 2016 20:46:53 +0900, by Yuya Nishihara
-
revset: also parse x^: as (x^):Sat, 06 Aug 2016 20:37:48 +0900, by Yuya Nishihara
-
revset: resolve ambiguity of x^:y before alias expansionSat, 06 Aug 2016 20:21:00 +0900, by Yuya Nishihara
-
revset: add test for resolution of infix/suffix ambiguity of x^:ySat, 06 Aug 2016 19:59:28 +0900, by Yuya Nishihara
-
parser: remove unused binding parameter from suffix actionSun, 05 Jul 2015 21:11:19 +0900, by Yuya Nishihara
-
revset: fix keyword arguments to go through optimization process stableSun, 07 Aug 2016 14:58:49 +0900, by Yuya Nishihara
-
extensions: add unwrapfunction to undo wrapfunctionWed, 10 Aug 2016 16:27:33 +0100, by Jun Wu
-
extensions: add getwrapperchain to get a list of wrappersWed, 10 Aug 2016 15:21:42 +0100, by Jun Wu
-
extensions: set attributes to wrappers so we can trace them backWed, 10 Aug 2016 15:21:42 +0100, by Jun Wu
-
ui: drop values returned by inspect.*frame*() to avoid cyclesWed, 10 Aug 2016 15:05:20 +0100, by Jun Wu
-
dispatch: split global error handling out so it can be reusedTue, 09 Aug 2016 16:45:28 +0100, by Jun Wu
-
py3: conditionalize _winreg importWed, 10 Aug 2016 04:35:44 +0530, by Pulkit Goyal
-
py3: conditionalize the raise statementMon, 08 Aug 2016 23:51:11 +0530, by Pulkit Goyal
-
match: added matchessubrepo method to matcherTue, 09 Aug 2016 09:02:51 +0000, by Hannes Oldenburg
-
changegroup: move branch cache debug message to proper locationMon, 08 Aug 2016 22:06:07 -0700, by Gregory Szorc
-
journal: take wlock for writting the 'shared' fileMon, 08 Aug 2016 18:05:10 +0200, by Pierre-Yves David
-
debugbuilddag: take wlock to cover '.hg/localtags'Sun, 07 Aug 2016 17:15:19 +0200, by Pierre-Yves David
-
fakemergerecord: take wlock to write the merge stateMon, 08 Aug 2016 17:33:45 +0200, by Pierre-Yves David
-
shared: take wlock for writting the 'shared' fileSun, 07 Aug 2016 17:10:47 +0200, by Pierre-Yves David
-
mq: take wlock when 'qqueue' is doing write operationsSun, 07 Aug 2016 17:00:45 +0200, by Pierre-Yves David
-
py3: make check-py3-compat.py use correct module name at loading pure modulesTue, 09 Aug 2016 02:28:34 +0900, by FUJIWARA Katsunori
-
py3: update output of check-py3-compat.py with python3Tue, 09 Aug 2016 02:28:34 +0900, by FUJIWARA Katsunori
-
mpatch: raise MemoryError instead of mpatchError if lalloc() failedSun, 07 Aug 2016 10:06:56 +0900, by Yuya Nishihara
-
hgweb: config option to control zlib compression levelSun, 07 Aug 2016 18:09:58 -0700, by Gregory Szorc
-
help: don't try to render a section on sub-topicsSat, 06 Aug 2016 17:04:22 -0700, by Gregory Szorc
-
branchmap: remove extra indentFri, 05 Aug 2016 15:01:16 +0200, by Pierre-Yves David
-
branchmap: simplify error handlind when writing rev branch cacheFri, 05 Aug 2016 15:00:53 +0200, by Pierre-Yves David
-
branchmap: acquires lock before writting the rev branch cacheFri, 05 Aug 2016 14:57:16 +0200, by Pierre-Yves David
-
branchmap: preparatory indent of indent the branch rev writing codeFri, 05 Aug 2016 14:54:46 +0200, by Pierre-Yves David
-
mpatch: silence warning about maybe-uninitialized variableSun, 07 Aug 2016 09:47:07 +0900, by Yuya Nishihara
-
mpatch: change lalloc() to local functionSun, 07 Aug 2016 09:40:30 +0900, by Yuya Nishihara
-
mpatch: remove superfluous whitespacesSun, 07 Aug 2016 09:49:07 +0900, by Yuya Nishihara
-
cmdutil: remove duplicated badmatch call in cat()Sun, 07 Aug 2016 14:06:20 +0000, by Hannes Oldenburg
-
statichttprepo: do not try to write cachesFri, 05 Aug 2016 15:48:09 +0200, by Pierre-Yves David
-
demandimport: omit default value of "level" at construction of _demandmodSat, 06 Aug 2016 22:24:33 +0900, by FUJIWARA Katsunori
-
demandimport: import sub-module relatively as expected (issue5208)Sat, 06 Aug 2016 22:24:33 +0900, by FUJIWARA Katsunori
-
wireproto: remove gboptslist (API)Sat, 06 Aug 2016 15:00:34 -0700, by Gregory Szorc
-
wireproto: unescape argument names in batch command (BC)Sat, 06 Aug 2016 13:55:21 -0700, by Gregory Szorc
-
wireproto: consolidate code for obtaining "cmds" argument valueSat, 06 Aug 2016 13:46:28 -0700, by Gregory Szorc
-
revlog: use `iter(callable, sentinel)` instead of while TrueFri, 05 Aug 2016 15:35:02 -0400, by Augie Fackler
-
md5sum: use `iter(callable, sentinel)` instead of while TrueFri, 05 Aug 2016 14:00:56 -0400, by Augie Fackler
-
util: use `iter(callable, sentinel)` instead of while TrueFri, 05 Aug 2016 14:00:46 -0400, by Augie Fackler
-
url: use `iter(callable, sentinel)` instead of while TrueFri, 05 Aug 2016 14:00:39 -0400, by Augie Fackler
-
sshserver: use `iter(callable, sentinel)` instead of while TrueFri, 05 Aug 2016 14:00:30 -0400, by Augie Fackler
-
sshpeer: use `iter(callable, sentinel)` instead of while TrueFri, 05 Aug 2016 14:00:22 -0400, by Augie Fackler
-
patch: use `iter(callable, sentinel)` instead of while TrueFri, 05 Aug 2016 14:00:14 -0400, by Augie Fackler
-
commands: use `iter(callable, sentinel)` instead of while TrueFri, 05 Aug 2016 14:00:08 -0400, by Augie Fackler
-
changegroup: use `iter(callable, sentinel)` instead of while TrueFri, 05 Aug 2016 13:59:58 -0400, by Augie Fackler
-
extdiff: isolate path variable of saved command to independent paragraphWed, 27 Jul 2016 21:44:49 +0900, by Yuya Nishihara
-
extdiff: export __doc__ of saved command for translationWed, 27 Jul 2016 21:42:24 +0900, by Yuya Nishihara
-
extdiff: refactor closure of saved diff command as a top-level classWed, 27 Jul 2016 21:40:42 +0900, by Yuya Nishihara
-
i18n: use inspect.getsourcelines() to obtain lineno from func or classWed, 27 Jul 2016 21:53:14 +0900, by Yuya Nishihara
-
chg: just take it as EOF if recv() returns 0Fri, 05 Aug 2016 21:21:33 +0900, by Yuya Nishihara
-
vfs: use propertycache for openThu, 04 Aug 2016 16:56:50 +0200, by Pierre-Yves David
-
check-commit: allow underbars in cffi_-prefix function namesFri, 05 Aug 2016 17:27:51 -0400, by Augie Fackler
-
bundlerepo: add support for treemanifests in cg3 bundlesFri, 05 Aug 2016 13:08:11 -0400, by Augie Fackler
-
auditvfs: forward options property from nested vfsFri, 05 Aug 2016 11:19:22 -0400, by Augie Fackler
-
bundlerepo: use supportedincomingversions instead of allsupportedversionsThu, 04 Aug 2016 14:13:35 -0400, by Augie Fackler
-
bundlerepo: introduce method to find file starts and use itFri, 05 Aug 2016 13:07:58 -0400, by Augie Fackler
-
bundlerevlog: use for loop over iterator instead of while TrueFri, 05 Aug 2016 13:09:50 -0400, by Augie Fackler
-
bundlerepo: use for loop over iterator instead of while TrueFri, 05 Aug 2016 13:09:24 -0400, by Augie Fackler
-
localrepo: jettison now-unused dirlog() method from localrepoFri, 05 Aug 2016 12:47:03 -0400, by Augie Fackler
-
repair: build dirlogs using manifest, rather than repo shortcut methodFri, 05 Aug 2016 13:01:01 -0400, by Augie Fackler
-
cmdutil: open dirlogs via manifest property, not via repoFri, 05 Aug 2016 13:00:33 -0400, by Augie Fackler
-
wirepeer: rename confusing `source` parameterFri, 05 Aug 2016 16:34:30 -0400, by Augie Fackler
-
develwarn: use the lock helper in local repoFri, 05 Aug 2016 13:44:17 +0200, by Pierre-Yves David
-
exchange: correctly specify url to unbundle (issue5145) stableFri, 05 Aug 2016 16:25:15 -0400, by Augie Fackler
-
debugextension: change "testedwith" to a list (BC)Sat, 19 Mar 2016 17:19:03 -0700, by Yuya Nishihara
-
debugextensions: unindent nested ifSun, 10 Jul 2016 22:07:34 +0900, by Yuya Nishihara
-
debugextensions: give short name to util.version()Sun, 10 Jul 2016 22:06:13 +0900, by Yuya Nishihara
-
debugextensions: simply keep testedwith variable as a listSun, 10 Jul 2016 21:59:43 +0900, by Yuya Nishihara
-
test-treemanifest: ensure manifest command isn't brokenThu, 28 Jul 2016 16:27:35 -0400, by Augie Fackler
-
py3: use unicode literals in pure/osutil.pyThu, 04 Aug 2016 00:32:19 +0530, by Pulkit Goyal
-
py3: use unicode literals in crecord.pyThu, 04 Aug 2016 00:21:14 +0530, by Pulkit Goyal
-
py3: use unicode literals in changelog.pyThu, 04 Aug 2016 00:15:39 +0530, by Pulkit Goyal
-
mpatch: write a cffi version of mpatch.patchesMon, 25 Jul 2016 15:10:52 +0200, by Maciej Fijalkowski
-
mpatch: remove dependency on Python.h in mpatch.cFri, 22 Jul 2016 17:28:05 +0200, by Maciej Fijalkowski
-
mpatch: split mpatch into two filesMon, 18 Jul 2016 19:02:30 +0200, by Maciej Fijalkowski
-
mpatch: provide things that will be exported later with a prefixed nameMon, 18 Jul 2016 16:25:14 +0200, by Maciej Fijalkowski