Mercurial > hg
graph
-
util: ensure forwarded attrs are set in globals() as sysstrSat, 08 Oct 2016 08:36:39 -0400, by Augie Fackler
-
pycompat: when setting attrs, ensure we use sysstrSat, 08 Oct 2016 08:35:43 -0400, by Augie Fackler
-
i18n: make the locale directory name the same string type as the datapathSat, 08 Oct 2016 05:26:18 -0400, by Augie Fackler
-
contributing: add new file with a pointer to the wikiSat, 08 Oct 2016 10:39:00 -0400, by Augie Fackler
-
templater: add relpath() to convert repo path to relative path (issue5394)Sat, 08 Oct 2016 15:24:26 +0200, by Yuya Nishihara
-
hgweb: fix the MRO in Python 3Sat, 08 Oct 2016 19:11:19 +0200, by Martijn Pieters
-
hgweb: make fctx.annotate a separated function so it could be wrappedSat, 08 Oct 2016 16:10:34 +0100, by Jun Wu
-
zsh_completion: update some option usage flags ('+', '=' and ':')Tue, 04 Oct 2016 20:49:59 +0800, by Anton Shestakov
-
manifest: drop Py_TPFLAGS_HAVE_SEQUENCE_IN from tp_flags in Python 3Sat, 08 Oct 2016 18:04:57 +0200, by Gregory Szorc
-
import: abort instead of crashing when copy source does not exist (issue5375)Sat, 08 Oct 2016 05:26:58 -0700, by Ryan McElroy
-
py3: make encodefun in store.py compatible with py3kSat, 08 Oct 2016 08:54:05 -0700, by Mateusz Kwapich
-
py3: make the string unicode so its iterable in py3kSat, 08 Oct 2016 08:45:28 -0700, by Mateusz Kwapich
-
copies: don't record divergence for files needing no mergeMon, 03 Oct 2016 13:29:59 +0200, by Gábor Stefanik
-
hgweb: avoid line wrap between revision and annotate-info (issue5398)Sat, 08 Oct 2016 19:32:54 +0900, by Tooru Fujisawa
-
py3: make format strings unicodes and not bytesSat, 08 Oct 2016 16:10:58 +0200, by Pulkit Goyal
-
mail: handle renamed email.HeaderFri, 07 Oct 2016 17:30:11 +0200, by Pulkit Goyal
-
revset: build _syminitletters from a saner source: the string moduleFri, 07 Oct 2016 08:32:40 -0400, by Augie Fackler
-
mq: release lock after transaction in qrefreshThu, 11 Aug 2016 15:05:17 +0200, by Pierre-Yves David
-
perf: release lock after transaction in perffncachewriteThu, 11 Aug 2016 14:51:19 +0200, by Pierre-Yves David
-
pull: grab wlock during pullTue, 23 Aug 2016 23:47:59 +0200, by Pierre-Yves David
-
bisect: move 'printresult' in the 'hbisect' moduleWed, 24 Aug 2016 04:19:11 +0200, by Pierre-Yves David
-
bisect: move the 'extendrange' to the 'hbisect' moduleWed, 24 Aug 2016 04:16:07 +0200, by Pierre-Yves David
-
bisect: extract the 'reset' logic into its own functionWed, 24 Aug 2016 04:13:53 +0200, by Pierre-Yves David
-
bisect: access the filesystem through vfs when resetingWed, 24 Aug 2016 04:31:49 +0200, by Pierre-Yves David
-
util: remove the copypasta unquote functionFri, 07 Oct 2016 17:06:55 +0200, by Martijn Pieters
-
merge: add conflict labels to merge commandFri, 07 Oct 2016 08:51:50 -0700, by Simon Farnsworth
-
check-commit: allow underscore as commit topicWed, 05 Oct 2016 15:28:34 +0200, by Mathias De Maré
-
merge: use labels in subrepo mergeSat, 08 Oct 2016 01:25:28 -0700, by Simon Farnsworth
-
registrar: make format strings unicodes and not bytesFri, 07 Oct 2016 08:32:18 -0400, by Augie Fackler
-
extensions: move the "import" logic out from "load"Mon, 03 Oct 2016 03:37:10 +0100, by Jun Wu
-
hgmanpage: stop using raw-unicode stringsFri, 07 Oct 2016 07:43:04 -0400, by Augie Fackler
-
revset: define _symletters in terms of _syminitlettersFri, 07 Oct 2016 08:09:23 -0400, by Augie Fackler
-
revset: remove doubled spaceFri, 07 Oct 2016 08:03:30 -0400, by Augie Fackler
-
util: use string.hexdigits instead of defining it ourselvesFri, 07 Oct 2016 08:58:23 -0400, by Augie Fackler
-
util: correct check of sys.version_infoFri, 07 Oct 2016 08:01:16 -0400, by Augie Fackler
-
py3: switch to .items() using transformerFri, 07 Oct 2016 15:29:57 +0200, by Pulkit Goyal
-
py3: handle multiple arguments in .encode() and .decode()Fri, 07 Oct 2016 14:04:49 +0200, by Pulkit Goyal
-
py3: convert to unicode to pass into encode()Fri, 07 Oct 2016 12:13:28 +0200, by Pulkit Goyal
-
templater: use "needle" and "haystack" as (meta-)variables for ifcontains()Sat, 01 Oct 2016 09:55:32 +0800, by Anton Shestakov
-
copies: mark checkcopies as internal with the _ prefixMon, 03 Oct 2016 13:24:56 +0200, by Gábor Stefanik
-
copies: split u1/u2 to u1u/u2u and u1r/u2rMon, 03 Oct 2016 13:23:19 +0200, by Gábor Stefanik
-
copies: style fixes and add commentMon, 03 Oct 2016 13:18:31 +0200, by Gábor Stefanik
-
copies: limit is an optimization, and doesn't provide guaranteesMon, 03 Oct 2016 16:19:55 +0200, by Gábor Stefanik
-
revset: do not rewrite ':y' to '0:y' (issue5385)Sat, 01 Oct 2016 20:20:11 +0900, by Yuya Nishihara
-
revset: extract function that creates range set from computed revisionsSat, 01 Oct 2016 20:11:48 +0900, by Yuya Nishihara
-
lazymanifest: write a more efficient, pypy friendly version of lazymanifestMon, 12 Sep 2016 13:37:14 +0200, by Maciej Fijalkowski
-
hg: set default path correctly when doing a clone+share (issue5378)Sun, 02 Oct 2016 22:34:40 -0700, by Gregory Szorc
-
annotate: calculate line count correctlySat, 01 Oct 2016 14:18:58 +0100, by Jun Wu
-
py3: use unicode in is_frozen()Sun, 02 Oct 2016 05:29:17 +0530, by Pulkit Goyal
-
py3: use unicodes in __slots__Sun, 02 Oct 2016 03:38:14 +0530, by Pulkit Goyal
-
merge with stableSat, 01 Oct 2016 15:10:38 -0400, by Augie Fackler
-
url: fix crash by empty path with #fragmentsFri, 30 Sep 2016 21:38:47 +0900, by Yuya Nishihara
-
py3: make i18n use encoding.environWed, 28 Sep 2016 20:07:32 +0900, by Yuya Nishihara
-
py3: provide encoding.environ which is a dict of bytesWed, 28 Sep 2016 20:05:34 +0900, by Yuya Nishihara
-
py3: convert encoding name and mode to strWed, 28 Sep 2016 20:39:06 +0900, by Yuya Nishihara
-
pycompat: extract function that converts attribute or encoding name to strWed, 28 Sep 2016 22:32:09 +0900, by Yuya Nishihara
-
pycompat: provide 'ispy3' constantWed, 28 Sep 2016 20:01:23 +0900, by Yuya Nishihara
-
extensions: add a note about debug output during extensions searchFri, 30 Sep 2016 00:27:35 +0200, by Pierre-Yves David
-
extensions: fix a debug message when searching for extensionsFri, 30 Sep 2016 00:25:15 +0200, by Pierre-Yves David
-
dirstate: rebuild should update dirstate properlyTue, 30 Aug 2016 15:16:28 -0700, by Mateusz Kwapich
-
histedit: avoid converting nodeid to context and back againTue, 27 Sep 2016 22:09:28 -0700, by Martin von Zweigbergk
-
help: mark boolean flags with [no-] to explain that they can be negatedTue, 13 Sep 2016 22:58:12 -0400, by Augie Fackler
-
mdiff: remove unused parameter 'refine' from allblocks()Tue, 27 Sep 2016 14:46:34 +0200, by Philippe Pepiot
-
demandimport: error out early on missing attribute of non package (issue5373)Mon, 26 Sep 2016 23:28:57 +0900, by Yuya Nishihara
-
demandimport: add 'nt' to ignore list (issue5373)Tue, 27 Sep 2016 21:56:00 +0900, by Yuya Nishihara
-
demandimport: add '_ctypes.pointer' to ignore list on PyPyTue, 27 Sep 2016 22:36:00 +0900, by Yuya Nishihara
-
hgweb: make anchor name actually match its href on help index pageMon, 26 Sep 2016 16:12:40 +0800, by Anton Shestakov
-
perf: add perfchangegroupchangelog commandSat, 24 Sep 2016 12:22:30 -0700, by Gregory Szorc
-
perf: add --reverse to perfrevlogSat, 24 Sep 2016 10:44:37 -0700, by Gregory Szorc
-
log: copy the way of ancestor traversal to --follow matcher (issue5376)Sat, 24 Sep 2016 19:58:23 +0900, by Yuya Nishihara
-
log: unroll loop that populates file paths for --patch --follow matcherSat, 24 Sep 2016 19:52:02 +0900, by Yuya Nishihara
-
wireproto: rename argument to groupchunks()Sun, 25 Sep 2016 12:20:31 -0700, by Gregory Szorc
-
tests: actually test non-generaldelta variant for stream clonesSun, 25 Sep 2016 13:20:55 -0700, by Gregory Szorc
-
revlog: document high frequency of code executionWed, 24 Aug 2016 20:18:58 -0700, by Gregory Szorc
-
revlog: make code in builddelta() slightly easier to readWed, 24 Aug 2016 20:00:52 -0700, by Gregory Szorc
-
py3: update test expectation on stable stable 3.9.2Fri, 23 Sep 2016 14:37:15 -0400, by Augie Fackler
-
grep: rewrite help to better document current (confusing) behavior stableFri, 23 Sep 2016 12:45:10 -0500, by Kevin Bullock
-
templates: add built-in files() functionFri, 23 Sep 2016 08:15:05 +0000, by Hannes Oldenburg
-
rebase: rebase changesets in topo order (issue5370) (BC)Sat, 17 Sep 2016 17:02:56 +1000, by Xidorn Quan
-
dispatch: make hg --profile wrap reposetupThu, 22 Sep 2016 12:36:30 -0700, by Arun Kulshreshtha
-
dispatch: change indentation level in _dispatch()Thu, 22 Sep 2016 12:19:48 -0700, by Arun Kulshreshtha
-
log: drop outdated optimization to walk revisions in reverse orderThu, 22 Sep 2016 20:59:24 +0900, by Yuya Nishihara
-
graphlog: preserve topo sort even if additional filter options specifiedThu, 22 Sep 2016 20:53:53 +0900, by Yuya Nishihara
-
transaction: open a file with checkambig=True to avoid file stat ambiguityThu, 22 Sep 2016 21:52:00 +0900, by FUJIWARA Katsunori
-
repair: open a file with checkambig=True to avoid file stat ambiguityThu, 22 Sep 2016 21:52:00 +0900, by FUJIWARA Katsunori
-
changelog: specify checkambig=True to revlog.__init__, to avoid ambiguityThu, 22 Sep 2016 21:51:59 +0900, by FUJIWARA Katsunori
-
changelog: specify checkambig=True to avoid ambiguity around truncationThu, 22 Sep 2016 21:51:59 +0900, by FUJIWARA Katsunori
-
manifest: specify checkambig=True to revlog.__init__, to avoid ambiguityThu, 22 Sep 2016 21:51:58 +0900, by FUJIWARA Katsunori
-
revlog: specify checkambig at writing to avoid file stat ambiguityThu, 22 Sep 2016 21:51:58 +0900, by FUJIWARA Katsunori
-
vfs: use checkambigatclosing in checkambig=True but atomictemp=False caseThu, 22 Sep 2016 21:51:57 +0900, by FUJIWARA Katsunori
-
scmutil: add file object wrapper class to check ambiguity at closingThu, 22 Sep 2016 21:51:57 +0900, by FUJIWARA Katsunori
-
scmutil: factor out common logic of delayclosedfile to reuse itThu, 22 Sep 2016 21:51:56 +0900, by FUJIWARA Katsunori
-
spartan: remove unused templatesThu, 22 Sep 2016 13:20:06 +0800, by Anton Shestakov
-
monoblue: remove unused templatesThu, 22 Sep 2016 13:19:44 +0800, by Anton Shestakov
-
gitweb: remove unused templatesThu, 22 Sep 2016 13:19:25 +0800, by Anton Shestakov
-
paper: remove unused templatesThu, 22 Sep 2016 13:18:59 +0800, by Anton Shestakov
-
help: add sections for revsetsWed, 21 Sep 2016 17:05:27 -0400, by timeless
-
help: move revsets.## documentation into infix sectionWed, 21 Sep 2016 17:23:05 +0000, by timeless
-
help: clarify quotes are needed for filesets.size expressionsWed, 21 Sep 2016 16:33:37 +0000, by timeless
-
paper: remove unused template "changelogchild"Wed, 21 Sep 2016 20:43:41 +0800, by Anton Shestakov
-
monoblue: remove unused template "changelogchild"Wed, 21 Sep 2016 20:43:10 +0800, by Anton Shestakov
-
gitweb: remove unused template "changelogchild"Wed, 21 Sep 2016 20:35:46 +0800, by Anton Shestakov
-
monoblue: tweak branch table's last row's cell colspan on summary pageWed, 21 Sep 2016 20:19:35 +0800, by Anton Shestakov
-
gitweb: tweak branch table's last row's cell colspan on summary pageWed, 21 Sep 2016 19:52:48 +0800, by Anton Shestakov
-
tests: clarify demandimport disabled stateWed, 21 Sep 2016 03:39:37 +0000, by timeless
-
demandimport: add trailing commaWed, 21 Sep 2016 02:46:59 +0000, by timeless
-
tests: favor single quotes for wrapping hg help ...Tue, 20 Sep 2016 23:49:20 +0000, by timeless
-
samplehgrcs: use single quotes in use warningTue, 20 Sep 2016 23:49:00 +0000, by timeless
-
util: use single quotes in use warningTue, 20 Sep 2016 23:48:30 +0000, by timeless
-
obsolete: use single quotes in use warningTue, 20 Sep 2016 23:48:19 +0000, by timeless
-
localrepo: use single quotes in use warningTue, 20 Sep 2016 23:48:08 +0000, by timeless
-
help: use single quotes in use warningTue, 20 Sep 2016 23:47:46 +0000, by timeless
-
discovery: use single quotes in use warningTue, 20 Sep 2016 23:47:30 +0000, by timeless
-
serve: use single quotes in use warningTue, 20 Sep 2016 23:47:02 +0000, by timeless
-
bundle: use single quotes in use warningTue, 20 Sep 2016 23:46:15 +0000, by timeless
-
histedit: use single quotes in use warningTue, 20 Sep 2016 23:45:25 +0000, by timeless
-
keyword: use single quotes in use warningTue, 20 Sep 2016 23:45:15 +0000, by timeless
-
mq: use single quotes in use warningTue, 20 Sep 2016 23:44:59 +0000, by timeless
-
pager: use single quotes in use warningTue, 20 Sep 2016 23:44:49 +0000, by timeless
-
rebase: use single quotes in use warningTue, 20 Sep 2016 23:44:28 +0000, by timeless
-
push: update help hint to point to config.paths sectionTue, 20 Sep 2016 20:12:38 +0000, by timeless
-
update: use single quotes in use warningFri, 02 Sep 2016 21:49:33 +0000, by timeless
-
remove: specify hg in added warningFri, 02 Sep 2016 21:46:00 +0000, by timeless
-
manifest: add manifestlog.addTue, 20 Sep 2016 12:24:01 -0700, by Durham Goode
-
manifest: move manifest.add onto manifestrevlogTue, 20 Sep 2016 12:24:01 -0700, by Durham Goode
-
manifest: remove dependency on treeinmem from manifest.addTue, 20 Sep 2016 12:24:01 -0700, by Durham Goode
-
manifest: move treeinmem onto manifestlogTue, 20 Sep 2016 12:24:01 -0700, by Durham Goode
-
copy: document current behavior of 'hg cp --after'Mon, 19 Sep 2016 17:14:43 -0400, by Augie Fackler
-
crecord: add an event that scrolls the selected line to the top of the screenTue, 20 Sep 2016 10:03:50 -0500, by Nathan Goldbaum
-
log: drop hack to fix order of revset (issue5100)Tue, 03 May 2016 14:24:00 +0900, by Yuya Nishihara
-
revset: add option to make matcher takes the ordering of the input setTue, 03 May 2016 14:18:28 +0900, by Yuya Nishihara
-
strip: don't use "full" and "partial" to describe bundlesMon, 19 Sep 2016 09:14:35 -0700, by Martin von Zweigbergk
-
strip: clarify that user action is required to recover temp bundleMon, 19 Sep 2016 09:14:32 -0700, by Martin von Zweigbergk
-
strip: report both bundle files in case of exception (issue5368)Thu, 15 Sep 2016 09:45:29 -0700, by Martin von Zweigbergk
-
strip: simplify some repeated conditionsThu, 15 Sep 2016 10:18:56 -0700, by Martin von Zweigbergk
-
config: add template supportMon, 29 Aug 2016 07:07:15 +0200, by Mathias De Maré
-
formatter: introduce isplain() to replace (the inverse of) __nonzero__() (API)Mon, 29 Aug 2016 17:19:09 +0200, by Mathias De Maré
-
diffopts: notice a negated boolean flag in diffoptsTue, 30 Aug 2016 15:55:07 -0400, by Augie Fackler
-
flags: allow specifying --no-boolean-flag on the command line (BC)Tue, 13 Sep 2016 22:57:57 -0400, by Augie Fackler
-
revset: make sort() noop depending on ordering requirement (BC)Tue, 03 May 2016 13:36:12 +0900, by Yuya Nishihara
-
revset: make reverse() noop depending on ordering requirement (BC)Tue, 03 May 2016 13:36:12 +0900, by Yuya Nishihara
-
revset: fix order of nested 'range' expression (BC)Tue, 03 May 2016 12:52:50 +0900, by Yuya Nishihara
-
revset: forward ordering requirement to argument of present()Wed, 01 Jun 2016 20:54:04 +0900, by Yuya Nishihara
-
crecord: delete commented lineWed, 14 Sep 2016 11:39:47 -0500, by Nathan Goldbaum
-
manifest: move dirlog up to manifestrevlogTue, 13 Sep 2016 16:00:41 -0700, by Durham Goode
-
manifest: move revlog specific options from manifest to manifestrevlogTue, 13 Sep 2016 16:00:41 -0700, by Durham Goode
-
manifest: adds manifestctx.readfastTue, 13 Sep 2016 16:26:30 -0700, by Durham Goode
-
manifest: add manifestctx.readdelta()Tue, 13 Sep 2016 16:25:21 -0700, by Durham Goode
-
merge with stableWed, 14 Sep 2016 17:12:39 +0200, by Pierre-Yves David
-
rebase: make debug logging more consistentTue, 13 Sep 2016 13:49:42 -0700, by Martin von Zweigbergk
-
revset: fix order of nested '_(|int|hex)list' expression (BC)Sun, 26 Jun 2016 18:41:28 +0900, by Yuya Nishihara
-
revset: fix order of nested 'or' expression (BC)Sun, 26 Jun 2016 18:17:12 +0900, by Yuya Nishihara
-
revset: add 'takeorder' attribute to mark functions that need ordering flagSun, 07 Aug 2016 17:58:50 +0900, by Yuya Nishihara
-
revset: pass around ordering flags to operationsSun, 07 Aug 2016 17:46:12 +0900, by Yuya Nishihara
-
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