Mercurial > hg
graph
-
exchangev2: fetch manifest revisionsWed, 05 Sep 2018 09:09:57 -0700, by Gregory Szorc
-
wireprotov2: define and implement "manifestdata" commandWed, 05 Sep 2018 09:09:52 -0700, by Gregory Szorc
-
wireprotov2: add TODOs around extending changesetdata fieldsWed, 22 Aug 2018 14:51:11 -0700, by Gregory Szorc
-
exchangev2: fetch and apply bookmarksWed, 29 Aug 2018 17:03:19 -0700, by Gregory Szorc
-
wireprotov2: add bookmarks to "changesetdata" commandThu, 23 Aug 2018 18:14:19 -0700, by Gregory Szorc
-
exchangev2: fetch and apply phases dataWed, 12 Sep 2018 10:01:58 -0700, by Gregory Szorc
-
wireprotov2: add phases to "changesetdata" commandTue, 28 Aug 2018 18:19:23 -0700, by Gregory Szorc
-
exchangev2: fetch changeset revisionsWed, 12 Sep 2018 10:01:36 -0700, by Gregory Szorc
-
wireprotov2: define and implement "changesetdata" commandWed, 12 Sep 2018 10:01:16 -0700, by Gregory Szorc
-
exchangev2: start to implement pull with wire protocol v2Wed, 12 Sep 2018 09:58:23 -0700, by Gregory Szorc
-
httppeer: expose capabilities for each commandTue, 21 Aug 2018 15:33:11 -0700, by Gregory Szorc
-
narrow: intersect provided matcher with narrowmatcher in `hg diff`Thu, 13 Sep 2018 22:48:27 -0700, by spectral
-
identify: change {parents} to a list of nodes (BC)Sat, 01 Sep 2018 12:15:02 +0900, by Yuya Nishihara
-
identify: use fm.hexfunc thoroughlySat, 01 Sep 2018 12:09:22 +0900, by Yuya Nishihara
-
formatter: replace contexthint() with demand loading of ctx objectSat, 01 Sep 2018 15:52:18 +0900, by Yuya Nishihara
-
formatter: populate ctx from repo and node valueThu, 07 Jun 2018 21:48:11 +0900, by Yuya Nishihara
-
merge with stableFri, 14 Sep 2018 18:18:46 -0400, by Augie Fackler
-
py3: call hgweb.hgweb() with bytes valuesSat, 15 Sep 2018 00:37:20 +0300, by Pulkit Goyal
-
py3: use '%d' for integers instead of '%s'Sat, 15 Sep 2018 00:24:05 +0300, by Pulkit Goyal
-
py3: use "%f" for floats instead of "%s"Sat, 15 Sep 2018 00:17:56 +0300, by Pulkit Goyal
-
py3: suppress the return value from .write() callSat, 15 Sep 2018 00:01:52 +0300, by Pulkit Goyal
-
py3: add b'' prefixes in tests/test-diff-color.tSat, 15 Sep 2018 00:01:20 +0300, by Pulkit Goyal
-
py3: slice through bytes to prevent getting ascii valueFri, 14 Sep 2018 23:59:41 +0300, by Pulkit Goyal
-
censor: use a reasonable amount of memoryThu, 13 Sep 2018 16:22:53 -0400, by Valentin Gatien-Baron
-
help: add internals.wireprotocolrpc to the tableFri, 14 Sep 2018 22:25:44 +0900, by Yuya Nishihara
-
setup: exclude vendored futures package on Python 3Fri, 14 Sep 2018 22:23:02 +0900, by Yuya Nishihara
-
py3: whitelist another passing testThu, 13 Sep 2018 11:08:08 -0400, by Augie Fackler
-
py3: prevent the win32 ctype _fields_ from being transformed to bytesThu, 13 Sep 2018 00:42:25 -0400, by Matt Harbison
-
cext: fix warnings when building for py3 on WindowsThu, 13 Sep 2018 17:32:20 -0400, by Matt Harbison
-
cext: stop preprocessing a partial function callThu, 13 Sep 2018 12:43:50 -0400, by Matt Harbison
-
py3: add b'' to some setup.py strings for WindowsThu, 13 Sep 2018 12:37:32 -0400, by Matt Harbison
-
dagop: fix typo spotted while doing unrelated investigationThu, 13 Sep 2018 18:09:22 -0400, by Augie Fackler
-
hg: don't reuse repo instance after unshare()Wed, 12 Sep 2018 19:00:46 -0700, by Gregory Szorc
-
unionrepo: dynamically create repository type from base repositoryTue, 11 Sep 2018 20:06:39 -0700, by Gregory Szorc
-
bundlerepo: dynamically create repository type from base repositoryTue, 11 Sep 2018 19:50:07 -0700, by Gregory Szorc
-
bundlerepo: factor out code for instantiating a bundle repositoryTue, 11 Sep 2018 19:16:32 -0700, by Gregory Szorc
-
bundlerepo: pass create=TrueTue, 11 Sep 2018 18:45:05 -0700, by Gregory Szorc
-
shelve: use bundlerepo.instance() to construct a repo objectTue, 11 Sep 2018 18:41:14 -0700, by Gregory Szorc
-
templatekw: add experimental {status} keywordSun, 29 Jul 2018 22:04:01 +0900, by Yuya Nishihara
-
templatekw: add option to include ignored/clean/unknown files in cacheSun, 29 Jul 2018 21:52:01 +0900, by Yuya Nishihara
-
templatekw: keep status tuple in cache dict and rename cache key accordinglySun, 29 Jul 2018 22:07:42 +0900, by Yuya Nishihara
-
templatekw: extract function that computes and caches file statusSun, 29 Jul 2018 21:39:12 +0900, by Yuya Nishihara
-
py3: use sysstr() to convert ProgrammingError bytes with no unicode error riskThu, 13 Sep 2018 22:32:51 +0900, by Yuya Nishihara
-
revlog: reuse cached delta for identical base revision (issue5975)Mon, 10 Sep 2018 08:31:41 +0200, by Boris Feld
-
snapshot: fix line order when skipping over empty deltasMon, 10 Sep 2018 10:11:21 +0200, by Boris Feld
-
tests: stabilize change for handling not quoting non-empty-directoryWed, 12 Sep 2018 23:10:59 -0400, by Matt Harbison
-
hg: wrap the highest layer in the `hg` script possible in trace eventTue, 21 Aug 2018 15:25:46 -0400, by Augie Fackler
-
localrepo: use urllocalpath() for path to create repo tooWed, 12 Sep 2018 12:01:32 -0700, by Martin von Zweigbergk
-
localrepo: move check for existing repo into createrepository()Wed, 12 Sep 2018 08:41:00 -0700, by Martin von Zweigbergk
-
py3: add b'' to some run-tests.py strings for WindowsWed, 12 Sep 2018 21:32:08 -0400, by Matt Harbison
-
wireprotov1peer: forward __name__ of wrapped method in batchable decoratorWed, 12 Sep 2018 19:14:28 -0400, by Augie Fackler
-
templatekw: add {size} keyword as an example of fctx-based keywordSun, 29 Jul 2018 21:28:51 +0900, by Yuya Nishihara
-
formatter: populate fctx from ctx and path valueSun, 29 Jul 2018 21:25:37 +0900, by Yuya Nishihara
-
formatter: factor out function that detects node change and document itThu, 07 Jun 2018 21:36:13 +0900, by Yuya Nishihara
-
formatter: inline _gettermap and _knownkeysSat, 01 Sep 2018 15:06:05 +0900, by Yuya Nishihara
-
formatter: fill missing resources by formatter, not by resource mapperSat, 01 Sep 2018 13:21:45 +0900, by Yuya Nishihara
-
templater: remove unused context argument from most resourcemapper functionsThu, 07 Jun 2018 23:27:54 +0900, by Yuya Nishihara
-
ancestor: remove extra generator from lazyancestors.__iter__()Mon, 10 Sep 2018 20:57:18 +0900, by Yuya Nishihara
-
localrepo: fix a mixmatched arg name in createrepository() docstringWed, 12 Sep 2018 11:24:51 -0700, by Martin von Zweigbergk
-
error: ensure ProgrammingError message is always a strWed, 12 Sep 2018 11:37:34 -0400, by Augie Fackler