Mercurial > hg
graph
-
rust: Rename Manifest to Manifestlog, ManifestEntry to ManifestMon, 13 Sep 2021 13:01:25 +0200, by Simon Sapin
-
rust: Add Repo::dirstate_map and use it in `rhg status`Thu, 09 Sep 2021 21:04:55 +0200, by Simon Sapin
-
rust: Switch to the memmap2-rs crateFri, 10 Sep 2021 09:53:09 +0200, by Simon Sapin
-
rust: Make OwningDirstateMap generic and move it into hg-coreThu, 09 Sep 2021 18:07:40 +0200, by Simon Sapin
-
rust: Move PyBytesWithData out of copy-tracing codeMon, 06 Sep 2021 13:39:54 +0200, by Simon Sapin
-
rust: Move VFS code to its own moduleMon, 06 Sep 2021 11:39:59 +0200, by Simon Sapin
-
rhg: Switch rhg.ignored-extensions config to Python-compatible list syntaxFri, 03 Sep 2021 16:32:35 +0200, by Simon Sapin
-
rhg: Port Python’s `ui.configlist` as `Config::get_list`Wed, 17 Feb 2021 20:49:53 +0100, by Simon Sapin
-
rust: Generalize the `trim_end_newlines` utility of byte stringsFri, 03 Sep 2021 16:37:20 +0200, by Simon Sapin
-
dirstate-item: move the C implementation to the same logicMon, 30 Aug 2021 21:18:29 +0200, by Pierre-Yves David
-
dirstate-item: introduce low level C functionTue, 31 Aug 2021 09:23:50 +0200, by Pierre-Yves David
-
dirstate-item: factor some code in the C implementationFri, 27 Aug 2021 20:06:07 +0200, by Pierre-Yves David
-
dirstate-item: `dirstate_item_from_v1_data` replaces make_dirstate_itemFri, 27 Aug 2021 19:19:21 +0200, by Pierre-Yves David
-
pathutil: replace the `skip` argument of `dirs` with a booleanMon, 30 Aug 2021 18:45:54 +0200, by Pierre-Yves David
-
dirstate: clarify the message in nonnormal checkingThu, 02 Sep 2021 00:16:37 +0200, by Pierre-Yves David
-
merge: with stableWed, 08 Sep 2021 15:59:48 -0400, by Augie Fackler
-
narrow: show repo corruption when commiting empty files stableFri, 10 Sep 2021 14:37:03 -0400, by Valentin Gatien-Baron
-
filemerge: be more strict when detecting conflict markers, add `|` markers stableTue, 07 Sep 2021 11:50:12 -0700, by Kyle Lippincott
-
dirstate-item: implement `v1_mtime` with higher level blockFri, 27 Aug 2021 18:00:47 +0200, by Pierre-Yves David
-
dirstate-item: implement `v1_size` with higher level blockFri, 27 Aug 2021 17:59:00 +0200, by Pierre-Yves David
-
dirstate-item: implement v1_state with higher level blockFri, 27 Aug 2021 17:48:12 +0200, by Pierre-Yves David
-
dirstate-item: add more logic to `from_p2`Fri, 27 Aug 2021 18:04:49 +0200, by Pierre-Yves David
-
dirstate-item: implement `merged_removed` in a simpler wayFri, 27 Aug 2021 17:14:54 +0200, by Pierre-Yves David
-
dirstate-item: implement `removed` in a simpler wayFri, 27 Aug 2021 17:12:39 +0200, by Pierre-Yves David
-
dirstate-item: implement `from_p2_removed` in a simpler wayFri, 27 Aug 2021 17:10:26 +0200, by Pierre-Yves David
-
dirstate-item: implement `from_p2` in a simpler wayFri, 27 Aug 2021 17:09:49 +0200, by Pierre-Yves David
-
dirstate-item: implement `merged` in a simpler wayFri, 27 Aug 2021 17:09:06 +0200, by Pierre-Yves David
-
dirstate-item: implement `added` in a simpler wayFri, 27 Aug 2021 17:07:56 +0200, by Pierre-Yves David
-
dirstate-item: implement `tracked` in a simpler wayFri, 27 Aug 2021 17:07:12 +0200, by Pierre-Yves David
-
dirstate-item: keep the full information in memory (for pure form)Fri, 27 Aug 2021 15:10:21 +0200, by Pierre-Yves David
-
dirstate-item: have all the logic go through the v1_ accessorsThu, 26 Aug 2021 16:50:14 +0200, by Pierre-Yves David
-
dirstate-item: drop the deprecated __getitem__ varianteThu, 26 Aug 2021 16:39:00 +0200, by Pierre-Yves David
-
branching: merge stable into defaultMon, 30 Aug 2021 12:25:57 +0200, by Raphaël Gomès
-
tests: normalize the way some debug output it matchedFri, 27 Aug 2021 09:09:10 -0400, by Valentin Gatien-Baron
-
tests: drop hgrc bits that have become the defaultMon, 02 Aug 2021 23:46:26 -0400, by Valentin Gatien-Baron
-
tests: manual cleanup now that dummyssh usage is impliedMon, 02 Aug 2021 23:43:40 -0400, by Valentin Gatien-Baron
-
tests: rely on dummyssh being the defaultMon, 02 Aug 2021 21:25:01 -0400, by Valentin Gatien-Baron
-
tests: setup dummyssh as the default sshMon, 02 Aug 2021 21:10:42 -0400, by Valentin Gatien-Baron
-
dirstate: drop the `_otherparent` methodTue, 24 Aug 2021 21:25:35 +0200, by Pierre-Yves David
-
dirstate: drop the `_normal` methodTue, 24 Aug 2021 21:18:28 +0200, by Pierre-Yves David
-
dirstate: drop the `_merge` methodTue, 24 Aug 2021 21:16:48 +0200, by Pierre-Yves David
-
dirstate: drop the deprecated `drop` methodTue, 24 Aug 2021 21:12:39 +0200, by Pierre-Yves David
-
dirstate: drop the deprecated `merge` methodTue, 24 Aug 2021 21:11:57 +0200, by Pierre-Yves David
-
dirstate: drop the deprecated `remove` methodTue, 24 Aug 2021 21:11:42 +0200, by Pierre-Yves David
-
dirstate: drop the deprecated `add` methodTue, 24 Aug 2021 21:09:20 +0200, by Pierre-Yves David
-
dirstate: drop the deprecated `otherparent` methodTue, 24 Aug 2021 21:09:01 +0200, by Pierre-Yves David
-
dirstate: drop the deprecated `normallookup` methodTue, 24 Aug 2021 21:08:37 +0200, by Pierre-Yves David
-
dirstate: drop the deprecated `normal` methodTue, 24 Aug 2021 21:08:09 +0200, by Pierre-Yves David
-
dirstate: also wrap the new method in `dirstatenonnormalcheck`Tue, 24 Aug 2021 22:07:50 +0200, by Pierre-Yves David
-
dirstatemap: also discard item from setsFri, 20 Aug 2021 16:12:33 +0200, by Pierre-Yves David
-
dirstatemap: drop unused internal constant definitionFri, 16 Jul 2021 18:25:01 +0200, by Pierre-Yves David
-
dirstate-item: add dedicated "legacy" constructor for `addfile` caseFri, 16 Jul 2021 18:12:27 +0200, by Pierre-Yves David
-
dirstatemap: use the default code to handle "merged" caseFri, 16 Jul 2021 17:32:40 +0200, by Pierre-Yves David
-
dirstatemap: use the default code to handle "added" caseFri, 16 Jul 2021 17:29:16 +0200, by Pierre-Yves David
-
dirstatemap: use the default code to handle "removed" caseFri, 16 Jul 2021 17:23:40 +0200, by Pierre-Yves David
-
dirstatemap: use the default code to handle "clean-p2" caseFri, 16 Jul 2021 17:20:17 +0200, by Pierre-Yves David
-
dirstatemap: use the default code to handle "p2-tracked" caseFri, 16 Jul 2021 17:14:56 +0200, by Pierre-Yves David
-
dirstatemap: use the default code to handle "possibly_dirty" caseFri, 16 Jul 2021 17:10:52 +0200, by Pierre-Yves David
-
dirstatemap: use the default code to handle normal entryFri, 16 Jul 2021 17:08:41 +0200, by Pierre-Yves David
-
dirstatemap: conclude `reset_state` with logic using the new __init__Fri, 16 Jul 2021 17:03:39 +0200, by Pierre-Yves David
-
dirstatemap: temporarily return early in `reset_state`Fri, 16 Jul 2021 16:29:16 +0200, by Pierre-Yves David
-
dirstate-item: feed more information to `__init__`Fri, 16 Jul 2021 16:52:53 +0200, by Pierre-Yves David
-
rust-dirstatemap: temporarily use `from_v1_data` in `addfile`Fri, 20 Aug 2021 22:35:52 +0200, by Pierre-Yves David
-
dirstatemap: temporarily use `from_v1_data` in `addfile`Fri, 16 Jul 2021 16:30:52 +0200, by Pierre-Yves David
-
dirstate-item: fix the declaration of the Cext `from_v1_meth`Fri, 20 Aug 2021 18:11:49 +0200, by Pierre-Yves David
-
dirstate-item: fix Cext declaration of dm_nonnormal and dm_otherparentFri, 20 Aug 2021 22:30:30 +0200, by Pierre-Yves David
-
dirstatemap: replace `removefile` by an explicit `entry.set_untracked()`Fri, 20 Aug 2021 11:27:01 +0200, by Pierre-Yves David
-
dirstate: forward `remove` call to newer `API`Fri, 20 Aug 2021 11:23:52 +0200, by Pierre-Yves David
-
fix: again allow formatting the working copy while merging stable 5.9.1Fri, 27 Aug 2021 13:51:44 -0700, by Martin von Zweigbergk
-
packaging: reference proper output directory stableThu, 26 Aug 2021 17:39:11 -0700, by Gregory Szorc
-
packaging: pass extra_pyoxidizer_vars only to pyoxidizer stableWed, 25 Aug 2021 19:33:25 -0700, by Gregory Szorc
-
hg: don't attempt to extend `sys.path` with the user site without `APPDATA` stableThu, 26 Aug 2021 11:04:14 -0400, by Matt Harbison
-
ci: only run the phabricator step if the previous on succeeded stableThu, 26 Aug 2021 09:49:09 +0200, by Pierre-Yves David
-
branching: merge stable into defaultWed, 25 Aug 2021 15:15:19 +0200, by Raphaël Gomès
-
store: return just one filename in walk functionsMon, 02 Aug 2021 08:05:13 -0400, by Valentin Gatien-Baron
-
tests: rename test-clone-uncompressed.tSun, 01 Aug 2021 10:57:21 -0400, by Valentin Gatien-Baron
-
debugrebuildfncache: add a cheaper option to rebuild the fncacheFri, 06 Aug 2021 16:27:17 -0400, by Valentin Gatien-Baron
-
test: reduce noise, so the important bits stand outFri, 06 Aug 2021 16:17:17 -0400, by Valentin Gatien-Baron
-
wireprotov1peer: update all rpcs to use the new batchable schemeTue, 24 Aug 2021 17:27:16 +0200, by Valentin Gatien-Baron
-
wireprotov1peer: simplify the way batchable rpcs are definedTue, 24 Aug 2021 17:27:16 +0200, by Valentin Gatien-Baron
-
clone: properly create target directories during local clone (issue6581) stableWed, 25 Aug 2021 11:32:49 +0200, by Pierre-Yves David
-
clone: add a file demonstrating issue6581 in test-clone-stream.t stableWed, 25 Aug 2021 10:00:55 +0200, by Pierre-Yves David
-
clone: verify the local clone in test-clone-stream.t stableWed, 25 Aug 2021 10:42:09 +0200, by Pierre-Yves David
-
clone: automatically glob stream clone output in test stableWed, 25 Aug 2021 10:08:37 +0200, by Pierre-Yves David
-
clone: fix a comment in test-clone-stream.t stableWed, 25 Aug 2021 09:32:21 +0200, by Pierre-Yves David
-
windows: degrade to py2 behavior when reading a non-symlink as a symlink stableSun, 22 Aug 2021 17:59:21 -0400, by Matt Harbison
-
pyoxidizer: add user-site to `sys.path` on Windows stableWed, 18 Aug 2021 21:59:55 -0400, by Matt Harbison
-
zeroconf: fix an issue concatenating bytes and str stableWed, 18 Aug 2021 14:58:42 -0400, by Matt Harbison
-
revlog: fix more type confusion in index_replace_sidedata_info (issue6580) stableTue, 24 Aug 2021 23:42:35 +0200, by Julien Cristau
-
revlog: fix type confusion with sidedata_comp_len (issue6580) stableTue, 24 Aug 2021 12:44:34 +0200, by Julien Cristau
-
dirstate: directly call the dirstatemap in `set_untracked`Fri, 20 Aug 2021 11:23:41 +0200, by Pierre-Yves David
-
resources: narrow the try:except clause to minimumThu, 19 Aug 2021 17:42:55 +0200, by Pierre-Yves David
-
merge with stableSun, 22 Aug 2021 16:32:06 -0400, by Matt Harbison
-
resources: stop important a non existent FileNotFoundError stableThu, 19 Aug 2021 17:47:27 +0200, by Pierre-Yves David
-
template: FileNotFoundError is actually a built in exception stableThu, 19 Aug 2021 17:46:46 +0200, by Pierre-Yves David
-
pyoxidizer: always run the associated CI jobs stable 5.9Mon, 16 Aug 2021 18:39:58 +0200, by Pierre-Yves David
-
pyoxidizer: skip for ZeroConf related test for now stableWed, 18 Aug 2021 21:28:36 +0200, by Pierre-Yves David
-
pyoxidizer: disable the test for disabled & broken extensions help stableWed, 18 Aug 2021 21:05:46 +0200, by Pierre-Yves David
-
pyoxidizer: re-install PYTHONPATH behavior stableWed, 18 Aug 2021 21:37:55 +0200, by Pierre-Yves David
-
windows: add pytest-vcr to the dependencies stableWed, 18 Aug 2021 16:48:32 +0200, by Pierre-Yves David
-
pyoxidizer: wrap the pyoxidizer script on multiple line stableWed, 18 Aug 2021 16:02:46 +0200, by Pierre-Yves David
-
pyoxidized: silence the fuzzywuzzy warning about python-Levenshtein stableWed, 18 Aug 2021 15:05:25 +0200, by Pierre-Yves David
-
pyoxidized: adapt output of test-install.t stableWed, 18 Aug 2021 14:57:34 +0200, by Pierre-Yves David
-
pyoxidized: disable part of `test-install.t` related to pip and virtualenv stableWed, 18 Aug 2021 13:02:08 +0200, by Pierre-Yves David
-
pyoxidized: adapt output of test-bad-extension.t stableWed, 18 Aug 2021 12:53:40 +0200, by Pierre-Yves David
-
pyoxidized: adapt output of test-flagprocessor.t stableWed, 18 Aug 2021 12:49:55 +0200, by Pierre-Yves David
-
pyoxidized: adapt output of `test-phases.t` stableWed, 18 Aug 2021 12:42:16 +0200, by Pierre-Yves David
-
pyoxidized: add a copy of the `doc` directory in the right location stableWed, 18 Aug 2021 01:27:45 +0200, by Pierre-Yves David
-
pyoxidized: add a copy of the `contrib` directory in the right location stableWed, 18 Aug 2021 01:26:25 +0200, by Pierre-Yves David
-
pyoxidized: add a copy of the `defaultrc` file in the right location stableWed, 18 Aug 2021 01:18:34 +0200, by Pierre-Yves David