Fri, 16 Jul 2021 18:25:01 +0200 Pierre-Yves David dirstatemap: drop unused internal constant definition
Fri, 16 Jul 2021 18:12:27 +0200 Pierre-Yves David dirstate-item: add dedicated "legacy" constructor for `addfile` case
Fri, 16 Jul 2021 17:32:40 +0200 Pierre-Yves David dirstatemap: use the default code to handle "merged" case
Fri, 16 Jul 2021 17:29:16 +0200 Pierre-Yves David dirstatemap: use the default code to handle "added" case
Fri, 16 Jul 2021 17:23:40 +0200 Pierre-Yves David dirstatemap: use the default code to handle "removed" case
Fri, 16 Jul 2021 17:20:17 +0200 Pierre-Yves David dirstatemap: use the default code to handle "clean-p2" case
Fri, 16 Jul 2021 17:14:56 +0200 Pierre-Yves David dirstatemap: use the default code to handle "p2-tracked" case
Fri, 16 Jul 2021 17:10:52 +0200 Pierre-Yves David dirstatemap: use the default code to handle "possibly_dirty" case
Fri, 16 Jul 2021 17:08:41 +0200 Pierre-Yves David dirstatemap: use the default code to handle normal entry
Fri, 16 Jul 2021 17:03:39 +0200 Pierre-Yves David dirstatemap: conclude `reset_state` with logic using the new __init__
Fri, 16 Jul 2021 16:29:16 +0200 Pierre-Yves David dirstatemap: temporarily return early in `reset_state`
Fri, 16 Jul 2021 16:52:53 +0200 Pierre-Yves David dirstate-item: feed more information to `__init__`
Fri, 20 Aug 2021 22:35:52 +0200 Pierre-Yves David rust-dirstatemap: temporarily use `from_v1_data` in `addfile`
Fri, 16 Jul 2021 16:30:52 +0200 Pierre-Yves David dirstatemap: temporarily use `from_v1_data` in `addfile`
Fri, 20 Aug 2021 18:11:49 +0200 Pierre-Yves David dirstate-item: fix the declaration of the Cext `from_v1_meth`
Fri, 20 Aug 2021 22:30:30 +0200 Pierre-Yves David dirstate-item: fix Cext declaration of dm_nonnormal and dm_otherparent
Fri, 20 Aug 2021 11:27:01 +0200 Pierre-Yves David dirstatemap: replace `removefile` by an explicit `entry.set_untracked()`
Fri, 20 Aug 2021 11:23:52 +0200 Pierre-Yves David dirstate: forward `remove` call to newer `API`
Mon, 30 Aug 2021 23:40:43 +0530 Pulkit Goyal Added signature for changeset 86a60679cf61 stable
Mon, 30 Aug 2021 23:40:37 +0530 Pulkit Goyal Added tag 5.9.1 for changeset 86a60679cf61 stable
Fri, 27 Aug 2021 13:51:44 -0700 Martin von Zweigbergk fix: again allow formatting the working copy while merging stable 5.9.1
Thu, 26 Aug 2021 21:40:21 -0700 Gregory Szorc pyoxidizer: add arch to PyOxidizer MSIs stable
Thu, 26 Aug 2021 20:05:12 -0700 Gregory Szorc pyoxidizer: pass arch to WiXInstaller() stable
Thu, 26 Aug 2021 20:01:01 -0700 Gregory Szorc contrib: install PyOxidizer 0.17.0 stable
Thu, 26 Aug 2021 17:39:11 -0700 Gregory Szorc packaging: reference proper output directory stable
Wed, 25 Aug 2021 19:33:25 -0700 Gregory Szorc packaging: pass extra_pyoxidizer_vars only to pyoxidizer stable
Thu, 26 Aug 2021 11:04:14 -0400 Matt Harbison hg: don't attempt to extend `sys.path` with the user site without `APPDATA` stable
Thu, 26 Aug 2021 09:49:09 +0200 Pierre-Yves David ci: only run the phabricator step if the previous on succeeded stable
Wed, 25 Aug 2021 15:15:19 +0200 Raphaël Gomès branching: merge stable into default
Mon, 02 Aug 2021 08:05:13 -0400 Valentin Gatien-Baron store: return just one filename in walk functions
Sun, 01 Aug 2021 10:57:21 -0400 Valentin Gatien-Baron tests: rename test-clone-uncompressed.t
Fri, 06 Aug 2021 16:27:17 -0400 Valentin Gatien-Baron debugrebuildfncache: add a cheaper option to rebuild the fncache
Fri, 06 Aug 2021 16:17:17 -0400 Valentin Gatien-Baron test: reduce noise, so the important bits stand out
Tue, 24 Aug 2021 17:27:16 +0200 Valentin Gatien-Baron wireprotov1peer: update all rpcs to use the new batchable scheme
Tue, 24 Aug 2021 17:27:16 +0200 Valentin Gatien-Baron wireprotov1peer: simplify the way batchable rpcs are defined
Wed, 25 Aug 2021 11:32:49 +0200 Pierre-Yves David clone: properly create target directories during local clone (issue6581) stable
Wed, 25 Aug 2021 10:00:55 +0200 Pierre-Yves David clone: add a file demonstrating issue6581 in test-clone-stream.t stable
Wed, 25 Aug 2021 10:42:09 +0200 Pierre-Yves David clone: verify the local clone in test-clone-stream.t stable
Wed, 25 Aug 2021 10:08:37 +0200 Pierre-Yves David clone: automatically glob stream clone output in test stable
Wed, 25 Aug 2021 09:32:21 +0200 Pierre-Yves David clone: fix a comment in test-clone-stream.t stable
Sun, 22 Aug 2021 17:59:21 -0400 Matt Harbison windows: degrade to py2 behavior when reading a non-symlink as a symlink stable
Wed, 18 Aug 2021 21:59:55 -0400 Matt Harbison pyoxidizer: add user-site to `sys.path` on Windows stable
Wed, 18 Aug 2021 14:58:42 -0400 Matt Harbison zeroconf: fix an issue concatenating bytes and str stable
Tue, 24 Aug 2021 23:42:35 +0200 Julien Cristau revlog: fix more type confusion in index_replace_sidedata_info (issue6580) stable
Tue, 24 Aug 2021 12:44:34 +0200 Julien Cristau revlog: fix type confusion with sidedata_comp_len (issue6580) stable
Fri, 20 Aug 2021 11:23:41 +0200 Pierre-Yves David dirstate: directly call the dirstatemap in `set_untracked`
Thu, 19 Aug 2021 17:42:55 +0200 Pierre-Yves David resources: narrow the try:except clause to minimum
Sun, 22 Aug 2021 16:32:06 -0400 Matt Harbison merge with stable
Thu, 19 Aug 2021 17:47:27 +0200 Pierre-Yves David resources: stop important a non existent FileNotFoundError stable
Thu, 19 Aug 2021 17:46:46 +0200 Pierre-Yves David template: FileNotFoundError is actually a built in exception stable
Thu, 19 Aug 2021 18:04:14 +0200 Pierre-Yves David check-code: drop the camelcase checks stable
Fri, 20 Aug 2021 00:23:49 +0530 Pulkit Goyal Added signature for changeset 53221078e0de stable
Fri, 20 Aug 2021 00:23:40 +0530 Pulkit Goyal Added tag 5.9 for changeset 53221078e0de stable
Mon, 16 Aug 2021 18:39:58 +0200 Pierre-Yves David pyoxidizer: always run the associated CI jobs stable 5.9
Wed, 18 Aug 2021 21:28:36 +0200 Pierre-Yves David pyoxidizer: skip for ZeroConf related test for now stable
Wed, 18 Aug 2021 21:05:46 +0200 Pierre-Yves David pyoxidizer: disable the test for disabled & broken extensions help stable
Wed, 18 Aug 2021 21:37:55 +0200 Pierre-Yves David pyoxidizer: re-install PYTHONPATH behavior stable
Wed, 18 Aug 2021 16:48:32 +0200 Pierre-Yves David windows: add pytest-vcr to the dependencies stable
Wed, 18 Aug 2021 16:02:46 +0200 Pierre-Yves David pyoxidizer: wrap the pyoxidizer script on multiple line stable
Wed, 18 Aug 2021 15:05:25 +0200 Pierre-Yves David pyoxidized: silence the fuzzywuzzy warning about python-Levenshtein stable
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip