Mercurial > hg
graph
-
remotefilelog: remove function that was described as deprecatedWed, 03 Oct 2018 13:54:45 -0400, by Augie Fackler
-
remotefilelog: import pruned-down remotefilelog extension from hg-experimentalThu, 27 Sep 2018 13:03:19 -0400, by Augie Fackler
-
store: introduce _matchtrackedpath() and use it to filter store filesWed, 17 Oct 2018 17:42:32 +0300, by Pulkit Goyal
-
narrow: only send includepats and excludepats if they are not emptyWed, 17 Oct 2018 17:24:55 +0300, by Pulkit Goyal
-
exchange: pass includepats and excludepats as arguments to getbundle()Tue, 16 Oct 2018 17:53:26 +0300, by Pulkit Goyal
-
catapult: add a bit more documentation on how to use catapult tracingThu, 01 Nov 2018 16:51:21 -0700, by Kyle Lippincott
-
catapult: introduce HGTESTCATAPULTSERVERPIPE to control run-tests' tracingThu, 01 Nov 2018 16:44:02 -0700, by Kyle Lippincott
-
catapult: rename 'active' to 'activetrace'; this isn't storing a boolean stateThu, 01 Nov 2018 16:44:37 -0700, by Kyle Lippincott
-
catapult: fix broken run-tests catapult tracingThu, 01 Nov 2018 16:44:32 -0700, by Kyle Lippincott
-
test: fix self._testdir to use the right mercurial library during testingSat, 03 Nov 2018 23:24:15 +0530, by Sangeet Kumar Mishra
-
tests: conditonalize a difference in test-merge-tools.t on WindowsSat, 03 Nov 2018 20:50:04 -0400, by Matt Harbison
-
statprof: clean up unicode/bytes a littleThu, 01 Nov 2018 17:12:22 -0400, by Augie Fackler
-
statprof: add a couple of asserts to avoid storing unicodesThu, 01 Nov 2018 17:11:31 -0400, by Augie Fackler
-
tests: add some helpful `|| cat` bits to test-profile.tThu, 01 Nov 2018 17:09:55 -0400, by Augie Fackler
-
tests: skip wireproto clientreactor tests on Python 3.6.0-3.6.3 inclusiveThu, 01 Nov 2018 16:13:01 -0400, by Augie Fackler
-
contrib: tweak import-checker to always use bytes for module namesThu, 01 Nov 2018 15:58:01 -0400, by Augie Fackler
-
contrib: fix import-checker to not b'' module names on Python 3Thu, 01 Nov 2018 15:43:43 -0400, by Augie Fackler
-
tests: add a critical flush() to run-tests.py to make output stable on py3Thu, 01 Nov 2018 15:47:26 -0400, by Augie Fackler
-
merge-tools: when calling external merge tool, describe the resolve inputsSat, 13 Oct 2018 07:49:20 -0700, by Kyle Lippincott
-
templatekw: deprecate p1rev/p2rev/p1node/p2node in favor of p1/p2Fri, 26 Oct 2018 21:46:37 +0900, by Yuya Nishihara
-
templatekw: add p1/p2 keywords which switches the current ctxFri, 26 Oct 2018 21:43:20 +0900, by Yuya Nishihara
-
templater: add wrapper for a single template mappingFri, 19 Oct 2018 21:11:30 +0900, by Yuya Nishihara
-
templatekw: extract internal "{rev}:{node|formatnode}" template to constantFri, 26 Oct 2018 21:28:20 +0900, by Yuya Nishihara
-
tweakdefaults: remove commands.resolve.mark-check=abort, it is too broken stableMon, 05 Nov 2018 15:01:45 -0800, by Kyle Lippincott
-
resolve: when resolve.mark-check=abort, downgrade to warning if pats specified stableFri, 02 Nov 2018 11:57:45 -0700, by Kyle Lippincott
-
test: remove changes preparing the drop of `HGMERGE`Thu, 01 Nov 2018 14:35:18 +0100, by Boris Feld
-
run-tests: define the default merge tool through configurationThu, 01 Nov 2018 14:29:21 +0100, by Boris Feld
-
run-tests: explicitly declare the list of dropped environment variableFri, 19 Oct 2018 01:52:16 +0200, by Boris Feld
-
test: drop usage of `HGMERGE` in `test-lfconvert.t`Thu, 01 Nov 2018 14:29:14 +0100, by Boris Feld
-
test: drop usage of `HGMERGE` in `test-merge-types.t`Thu, 01 Nov 2018 14:26:30 +0100, by Boris Feld
-
test: use the "correct" merge tool in `test-rebase-detach.t`Thu, 01 Nov 2018 14:24:34 +0100, by Boris Feld
-
test: also deactivate `ui.merge` when testing merge toolWed, 31 Oct 2018 19:12:32 +0100, by Boris Feld
-
tests: adjust merge tool config in test-largefiles-update.tWed, 31 Oct 2018 18:43:56 +0100, by Boris Feld
-
extensions: include current version in "invalid version" messageFri, 20 Apr 2018 18:08:54 +0200, by Boris Feld
-
obsolete: prefetch the repo.obsstore used in phasedivergence loopFri, 19 Oct 2018 01:07:08 +0200, by Boris Feld
-
obsutil: prefetch method in allpredecessors loopFri, 19 Oct 2018 00:53:18 +0200, by Boris Feld
-
merge with stableFri, 02 Nov 2018 14:24:29 -0400, by Augie Fackler
-
beautifygraph: don't substitute anything for 'X' in rendered graphsSat, 13 Oct 2018 01:55:40 -0700, by Danny Hooper
-
py3: do not stringify integers in revlog stats by '%s'Wed, 24 Oct 2018 21:29:04 +0900, by Yuya Nishihara
-
py3: convert revlog stats to a dict of (bytes, int) pairsWed, 24 Oct 2018 21:28:03 +0900, by Yuya Nishihara
-
rust: fix signature of rustlazyancestors_init() function stable 4.8Sun, 28 Oct 2018 21:16:36 +0900, by Yuya Nishihara
-
tests: require SQLite 3.8.3+ as sqlitestore relies on "WITH" clause stableFri, 02 Nov 2018 21:25:35 +0900, by Yuya Nishihara
-
relnotes: various tweaks for release notes stableFri, 19 Oct 2018 22:09:53 +0800, by Anton Shestakov
-
delta: skip "empty delta" optimisation for non-general case (issue6006) stableThu, 01 Nov 2018 12:52:16 +0100, by Boris Feld
-
narrow: fix copies._fullcopytracing() narrowspec filtering in graft case stableThu, 01 Nov 2018 16:32:16 -0700, by Martin von Zweigbergk
-
tests: demonstrate broken copies._fullcopytracing() stableThu, 01 Nov 2018 16:28:11 -0700, by Martin von Zweigbergk
-
narrow: make copies.pathcopies() filter with narrowspec again stableThu, 01 Nov 2018 13:20:12 -0700, by Martin von Zweigbergk
-
tests: demonstrate broken copies.pathcopies() stableThu, 01 Nov 2018 11:24:45 -0700, by Martin von Zweigbergk
-
setup: explain to distutils how we write rc versions stableWed, 31 Oct 2018 20:32:42 +0100, by Paul Morelle
-
changegroup: restore default node ordering (issue6001) stableWed, 31 Oct 2018 12:08:37 -0700, by Boris Feld
-
changegroup: introduce an explicit linear sorting stableMon, 29 Oct 2018 17:26:25 +0100, by Boris Feld
-
py3: roll up threading.Thread constructor args into **kwargsThu, 25 Oct 2018 22:13:22 -0400, by Matt Harbison
-
tests: glob over a single quote vs double quote difference on WindowsThu, 25 Oct 2018 21:04:47 -0400, by Matt Harbison
-
py3: port test-log-exthook.t to Python 3Tue, 23 Oct 2018 11:31:33 -0400, by Augie Fackler
-
extensions: fix up many many debug logs that use %rFri, 12 Oct 2018 12:30:47 -0400, by Augie Fackler
-
blackbox: add configitem for format of log timestampsWed, 17 Oct 2018 15:48:01 -0700, by Matt DeVore
-
narrow: replace filtering in list comprehension by set operationsTue, 23 Oct 2018 14:04:17 -0700, by Martin von Zweigbergk
-
storage: update sqlitestore to use the new `deltamode` parameterTue, 23 Oct 2018 19:20:22 +0200, by Boris Feld
-
narrow: rework logic to check whether we need to widen and narrowTue, 23 Oct 2018 16:24:04 +0300, by Pulkit Goyal
-
tests: show that adding an already included path still calls narrow_widen()Tue, 23 Oct 2018 14:26:17 +0300, by Pulkit Goyal
-
graft: introduce --base option for using custom base revision while mergingSun, 14 Oct 2018 17:08:18 +0200, by Mads Kiilerich
-
changegroup: add a option to create bundle with full snapshot onlyThu, 18 Oct 2018 12:31:06 +0200, by Boris Feld
-
changegroup: allow to force delta to be against p1Wed, 10 Oct 2018 00:21:02 +0200, by Boris Feld
-
storage: also use `deltamode argument` for ifiledataTue, 09 Oct 2018 23:26:35 +0200, by Boris Feld
-
configitems: rename the config to prevent adding an alias in future stableWed, 31 Oct 2018 15:27:06 +0300, by Pulkit Goyal
-
sparse-revlog: only refine delta candidates in the sparse case (issue6006) stableWed, 31 Oct 2018 11:02:08 +0100, by Boris Feld
-
changegroup: refactor emitrevision to use a `deltamode` argumentTue, 09 Oct 2018 22:02:01 +0200, by Boris Feld
-
http: work around custom http client classes that refuse extra attrs stableMon, 29 Oct 2018 16:23:42 -0400, by Augie Fackler
-
branchmap: do not specify changelog as an argumentTue, 23 Oct 2018 21:11:13 +0900, by Yuya Nishihara
-
filecache: unimplement __set__() and __delete__() (API)Sat, 20 Oct 2018 17:56:00 +0900, by Yuya Nishihara
-
filecache: use try-except for faster __dict__ lookupSat, 20 Oct 2018 19:13:05 +0900, by Yuya Nishihara
-
crecord: make nextsametype() check that parent item exists (issue6009) stableThu, 25 Oct 2018 21:33:43 +0800, by Anton Shestakov
-
help: describe what ui.tweakdefaults changes, concretely stableWed, 24 Oct 2018 10:05:13 -0400, by Valentin Gatien-Baron
-
logexchange: convert paths to unix when detecting the active path stableThu, 25 Oct 2018 00:22:42 -0400, by Matt Harbison
-
help: update the default value specified for `profiling.time-track` stableWed, 24 Oct 2018 22:40:48 -0400, by Matt Harbison
-
profiling: revert the default mode back to 'cpu' on Windows stableWed, 24 Oct 2018 22:24:10 -0400, by Matt Harbison
-
exewrapper: apply clang-format to silence test-check-clang-format.t stableTue, 23 Oct 2018 20:46:21 +0900, by Yuya Nishihara
-
help: displaying extension commands by defaultThu, 18 Oct 2018 19:57:30 -0700, by rdamazio
-
help: displaying documented aliases by defaultThu, 18 Oct 2018 19:57:05 -0700, by rdamazio
-
help: allow hiding of help topicsSat, 13 Oct 2018 05:43:39 -0700, by rdamazio
-
help: allow commands to be hiddenSat, 13 Oct 2018 05:02:55 -0700, by rdamazio
-
py3: add one more passing test to whitelistSat, 20 Oct 2018 00:12:20 +0300, by Pulkit Goyal
-
py3: make sure we pass sysstr in sqlite3.connect()Sat, 20 Oct 2018 00:05:50 +0300, by Pulkit Goyal
-
archive: use manifest.matches() to simplify and speed up matchingTue, 05 Sep 2017 15:24:25 -0700, by Martin von Zweigbergk
-
archive: create alwaysmatcher when no matcher providedTue, 05 Sep 2017 15:24:22 -0700, by Martin von Zweigbergk
-
archive: change "matcnfn" argument to a real matcherTue, 05 Sep 2017 15:21:21 -0700, by Martin von Zweigbergk
-
Added tag 4.8rc0 for changeset 956ec6f1320d stableMon, 22 Oct 2018 14:48:11 -0400, by Augie Fackler
-
merge to stable for 4.8 release freeze stable 4.8rc0Mon, 22 Oct 2018 14:46:06 -0400, by Augie Fackler
-
shortest: never emit 0-length prefix even if uniqueMon, 22 Oct 2018 11:34:35 -0700, by Martin von Zweigbergk
-
logtoprocess: sends the canonical command name to the subprocessMon, 22 Oct 2018 15:51:01 +0200, by Boris Feld
-
logtoprocess: fix message formattingMon, 22 Oct 2018 15:47:30 +0200, by Boris Feld
-
profiling: move default mode to "real" timeSat, 18 Aug 2018 01:44:38 +0200, by Boris Feld
-
streamclone: abort when client needs to handle obsmarkers, but doesn'tFri, 05 Oct 2018 23:40:12 +0800, by Anton Shestakov
-
streamclone: include obsstore file into stream bundle if client can read itFri, 05 Oct 2018 23:27:17 +0800, by Anton Shestakov
-
setup: build exewrapper with Unicode support on py3Fri, 19 Oct 2018 18:34:42 -0400, by Matt Harbison
-
exewrapper: convert to _tcsxxx functions for Unicode compatabilityFri, 19 Oct 2018 18:32:13 -0400, by Matt Harbison
-
exewrapper: drop an unused variableFri, 19 Oct 2018 18:23:14 -0400, by Matt Harbison
-
commands: restore compatibility for "^cmd" registration (issue6005)Thu, 18 Oct 2018 21:14:22 +0900, by Yuya Nishihara
-
exchangev2: support fetching shallow files historyFri, 19 Oct 2018 12:30:49 +0200, by Gregory Szorc
-
sqlitestore: support for storing revisions without their parentsWed, 17 Oct 2018 17:32:15 +0200, by Gregory Szorc
-
wireprotov2: support exposing linknode of file revisionsFri, 19 Oct 2018 15:38:25 +0200, by Gregory Szorc
-
localrepo: support marking repos as having shallow file storageFri, 19 Oct 2018 14:59:03 +0200, by Gregory Szorc
-
repository: teach addgroup() to receive data with missing parentsWed, 26 Sep 2018 14:41:15 -0700, by Gregory Szorc
-
commands: support passing depth to hg.clone()Fri, 19 Oct 2018 13:44:25 +0200, by Gregory Szorc
-
filelog: add a hasnode() method (API)Wed, 03 Oct 2018 14:57:29 -0700, by Gregory Szorc
-
lfs: consult the narrow matcher when extracting pointers from ctx (issue5794)Sun, 21 Oct 2018 22:26:00 -0400, by Matt Harbison
-
statprof: fix overflow while skipping boilerplate partsSat, 20 Oct 2018 20:25:56 +0900, by Yuya Nishihara
-
statprof: fix indent level of fp.write() (issue6004)Sat, 20 Oct 2018 20:15:48 +0900, by Yuya Nishihara
-
py3: stringify setupversion on WindowsFri, 19 Oct 2018 22:31:47 -0400, by Matt Harbison
-
tests: add coverage for some untested areas of hgwebFri, 19 Oct 2018 23:47:38 -0400, by Matt Harbison
-
statprof: update the name as the i increases (issue6003)Fri, 19 Oct 2018 23:30:56 +0300, by Pulkit Goyal
-
test: show more profile lines in test-profile.tFri, 19 Oct 2018 23:18:29 +0300, by Pulkit Goyal
-
keepalive: use getattr to avoid AttributeErrors when vcr is in useFri, 19 Oct 2018 11:45:51 -0400, by Augie Fackler
-
phabricator: do more of the VCR work in demandimport.deactivated()Fri, 19 Oct 2018 11:45:25 -0400, by Augie Fackler
-
tests: sleep longer in test-logtoprocess.tFri, 19 Oct 2018 11:28:29 -0400, by Augie Fackler