Mon, 20 Sep 2021 14:16:10 -0400 |
Matt Harbison |
extensions: prevent a crash on py3 when testing a bad extension minimum
|
Mon, 20 Sep 2021 11:22:27 -0400 |
Matt Harbison |
typing: drop annotations on `mercurial/logcmdutil.walkopts` attributes
|
Mon, 20 Sep 2021 11:05:30 -0400 |
Matt Harbison |
util: eliminate the possibility of returning None from `versiontuple()`
|
Mon, 20 Sep 2021 11:03:46 -0400 |
Matt Harbison |
archival: force a `CompressionError` to bytes before passing to `error.Abort`
|
Mon, 20 Sep 2021 10:59:26 -0400 |
Matt Harbison |
parser: force a `ValueError` to bytes before passing to `error.ParseError`
|
Mon, 20 Sep 2021 10:46:35 -0400 |
Matt Harbison |
util: avoid a name-error warning in the `mmapread` exception handler
|
Mon, 20 Sep 2021 10:45:18 -0400 |
Matt Harbison |
typing: suppress an name-error warning in `mercurial/windows.py`
|
Mon, 20 Sep 2021 10:44:25 -0400 |
Matt Harbison |
typing: suppress an import-error warning in `mercurial/utils/resourceutil.py`
|
Mon, 20 Sep 2021 10:42:38 -0400 |
Matt Harbison |
encoding: force a few Errors to bytes before passing to `error.Abort`
|
Tue, 21 Sep 2021 00:16:35 -0400 |
Matt Harbison |
typing: add a fake `__init__()` to bytestr to distract pytype
|
Mon, 20 Sep 2021 15:51:23 -0400 |
Augie Fackler |
merge: with stable
|
Thu, 09 Sep 2021 10:42:28 +0200 |
Raphaël Gomès |
pep-517: remove the `build-backend` key to allow for users to build extensions
stable
|
Wed, 15 Sep 2021 18:41:38 +0200 |
Pierre-Yves David |
dirstate: drop the `dirstatemap.dropfile` method
|
Thu, 16 Sep 2021 15:21:22 +0200 |
Pierre-Yves David |
dirstate: use `reset_state` instead of `dropfile` in test-rebuildstate.t
|
Thu, 16 Sep 2021 15:20:28 +0200 |
Pierre-Yves David |
dirstate: use `reset_state` instead of `dropfile` in largefile
|
Wed, 15 Sep 2021 18:40:25 +0200 |
Pierre-Yves David |
dirstate: use `reset_state` in `rebuild` instead of `dropfile`
|
Wed, 15 Sep 2021 18:38:24 +0200 |
Pierre-Yves David |
dirstate: use `reset_state` to drop file in `update_file_p1`
|
Wed, 15 Sep 2021 18:36:59 +0200 |
Pierre-Yves David |
dirstate: support file tracked nowhere in `reset_state`
|
Wed, 15 Sep 2021 18:30:06 +0200 |
Pierre-Yves David |
dirstate: drop dirstatemap.addfile
|
Wed, 15 Sep 2021 18:27:57 +0200 |
Pierre-Yves David |
dirstate: update the documentation of the dirstatemap API
|
Wed, 15 Sep 2021 12:38:56 +0200 |
Pierre-Yves David |
dirstate: drop the `_addpath` method
|
Wed, 15 Sep 2021 12:33:59 +0200 |
Pierre-Yves David |
dirstate: remove the `normallookup` function
|
Thu, 16 Sep 2021 14:14:33 +0200 |
Pierre-Yves David |
dirstate: stop using `_normallookup` in the adddrop extension
|
Wed, 15 Sep 2021 18:12:55 +0200 |
Pierre-Yves David |
dirstate: replace the use of `_normallookup` in `rebuild`
|
Wed, 15 Sep 2021 18:16:16 +0200 |
Pierre-Yves David |
dirstate: replace the use of _normallookup in `setparents`
|
Wed, 15 Sep 2021 18:05:39 +0200 |
Pierre-Yves David |
dirstate: introduce a set_tracked method on "map" and "item"
|
Wed, 15 Sep 2021 11:13:46 +0200 |
Pierre-Yves David |
dirstate: fix restoration of "merged" state after a remove
|
Wed, 15 Sep 2021 10:20:25 +0200 |
Pierre-Yves David |
dirstate: inline the last two `_drop` usage
|
Wed, 15 Sep 2021 10:02:11 +0200 |
Pierre-Yves David |
dirstate: make a conditionnal easier to read in `setparents`
|
Wed, 15 Sep 2021 09:50:44 +0200 |
Pierre-Yves David |
dirstate: removed the now unused `_add` method
|
Wed, 15 Sep 2021 18:18:16 +0200 |
Pierre-Yves David |
dirstate: replace `_add` call in `setparent`
|
Wed, 15 Sep 2021 09:41:02 +0200 |
Pierre-Yves David |
dirstate: directly call the right function in `set_tracked`
|
Wed, 15 Sep 2021 10:05:25 +0200 |
Pierre-Yves David |
dirstate: same logic as what we did for `_drop`
|
Wed, 15 Sep 2021 09:28:17 +0200 |
Pierre-Yves David |
dirstate: use `tracked` property in `_addpath`
|
Fri, 17 Sep 2021 08:57:12 +0200 |
Simon Sapin |
rust: Update the memmap2 crate to version 0.4.0
|
Fri, 17 Sep 2021 21:04:21 +0200 |
Pierre-Yves David |
tests: make removeemptydirs more portable
stable
|
Fri, 17 Sep 2021 21:04:17 +0200 |
Pierre-Yves David |
check-code: make it possible to ignore the PWD check in some situation
stable
|
Fri, 17 Sep 2021 14:05:56 +0200 |
Raphaël Gomès |
relnotes: update next
stable
|
Fri, 17 Sep 2021 14:05:32 +0200 |
Raphaël Gomès |
relnotes: add release notes for 5.9
stable
|
Thu, 16 Sep 2021 16:42:16 -0700 |
Martin von Zweigbergk |
dirstate: fix compilation warnings in `dirstate_item_set_possibly_dirty()`
|
Thu, 16 Sep 2021 16:29:55 -0700 |
Martin von Zweigbergk |
dirstate: make dirstate flags char be unsigned
|
Thu, 02 Sep 2021 03:59:35 +0200 |
Pierre-Yves David |
dirstate: introduce a `set_clean` method on dirstate's map and items
|
Thu, 02 Sep 2021 04:03:20 +0200 |
Pierre-Yves David |
dirstate: extract the logic to check file/dirname collision when adding a file
|
Thu, 02 Sep 2021 02:53:47 +0200 |
Pierre-Yves David |
dirstate: make dirstatemap.set_untracked deal with added file
|
Thu, 02 Sep 2021 02:48:56 +0200 |
Pierre-Yves David |
dirstate: remove some usage of `_drop`
|
Thu, 02 Sep 2021 02:44:12 +0200 |
Pierre-Yves David |
dirstate: move the copymap drop inside dropfile
|
Tue, 14 Sep 2021 18:25:51 +0200 |
Simon Sapin |
rust: Rename get_node methods to data_for_node, get_rev to data_for_rev
|
Tue, 14 Sep 2021 18:10:35 +0200 |
Simon Sapin |
rust: Rename the `Revlog::get_node_rev` method to `rev_from_node`
|
Tue, 14 Sep 2021 18:07:11 +0200 |
Simon Sapin |
rust: Make private the `index` field of the `Revlog` struct
|
Mon, 26 Jul 2021 10:26:45 +0200 |
Simon Sapin |
dirstate-v2: Remove the `.d` suffix in data file names
|
Mon, 13 Sep 2021 18:48:48 +0200 |
Simon Sapin |
rhg: Don’t compare ambiguous files one byte at a time
|
Mon, 13 Sep 2021 18:09:10 +0200 |
Simon Sapin |
rhg: Reuse manifest when checking status of multiple ambiguous files
|
Mon, 13 Sep 2021 18:02:45 +0200 |
Simon Sapin |
rust: Return HgError instead of RevlogError in revlog constructors
|
Mon, 13 Sep 2021 17:23:42 +0200 |
Simon Sapin |
rhg: Align with Python on some revset parsing corner cases
|
Mon, 13 Sep 2021 15:42:39 +0200 |
Simon Sapin |
rust: Add a Filelog struct that wraps Revlog
|
Mon, 13 Sep 2021 13:45:10 +0200 |
Simon Sapin |
rust: Add Repo::manifest(revision)
|
Mon, 13 Sep 2021 13:29:55 +0200 |
Simon Sapin |
rust: Keep lazily-initialized Changelog and Manifest log on the Repo object
|
Mon, 13 Sep 2021 13:16:10 +0200 |
Simon Sapin |
rust: Move lazy initialization of `Repo::dirstate_map` into a generic struct
|
Mon, 13 Sep 2021 13:01:25 +0200 |
Simon Sapin |
rust: Rename Manifest to Manifestlog, ManifestEntry to Manifest
|
Thu, 09 Sep 2021 21:04:55 +0200 |
Simon Sapin |
rust: Add Repo::dirstate_map and use it in `rhg status`
|
Fri, 10 Sep 2021 09:53:09 +0200 |
Simon Sapin |
rust: Switch to the memmap2-rs crate
|
Thu, 09 Sep 2021 18:07:40 +0200 |
Simon Sapin |
rust: Make OwningDirstateMap generic and move it into hg-core
|
Mon, 06 Sep 2021 13:39:54 +0200 |
Simon Sapin |
rust: Move PyBytesWithData out of copy-tracing code
|
Mon, 06 Sep 2021 11:39:59 +0200 |
Simon Sapin |
rust: Move VFS code to its own module
|
Fri, 03 Sep 2021 16:32:35 +0200 |
Simon Sapin |
rhg: Switch rhg.ignored-extensions config to Python-compatible list syntax
|
Wed, 17 Feb 2021 20:49:53 +0100 |
Simon Sapin |
rhg: Port Python’s `ui.configlist` as `Config::get_list`
|
Fri, 03 Sep 2021 16:37:20 +0200 |
Simon Sapin |
rust: Generalize the `trim_end_newlines` utility of byte strings
|
Mon, 30 Aug 2021 21:18:29 +0200 |
Pierre-Yves David |
dirstate-item: move the C implementation to the same logic
|
Tue, 31 Aug 2021 09:23:50 +0200 |
Pierre-Yves David |
dirstate-item: introduce low level C function
|
Fri, 27 Aug 2021 20:06:07 +0200 |
Pierre-Yves David |
dirstate-item: factor some code in the C implementation
|
Fri, 27 Aug 2021 19:19:21 +0200 |
Pierre-Yves David |
dirstate-item: `dirstate_item_from_v1_data` replaces make_dirstate_item
|
Mon, 30 Aug 2021 18:45:54 +0200 |
Pierre-Yves David |
pathutil: replace the `skip` argument of `dirs` with a boolean
|
Thu, 02 Sep 2021 00:16:37 +0200 |
Pierre-Yves David |
dirstate: clarify the message in nonnormal checking
|
Wed, 08 Sep 2021 15:59:48 -0400 |
Augie Fackler |
merge: with stable
|
Fri, 10 Sep 2021 14:57:00 -0400 |
Valentin Gatien-Baron |
narrow: fix commits of empty files
stable
|
Fri, 10 Sep 2021 14:37:03 -0400 |
Valentin Gatien-Baron |
narrow: show repo corruption when commiting empty files
stable
|
Tue, 07 Sep 2021 11:50:12 -0700 |
Kyle Lippincott |
filemerge: be more strict when detecting conflict markers, add `|` markers
stable
|
Fri, 27 Aug 2021 18:00:47 +0200 |
Pierre-Yves David |
dirstate-item: implement `v1_mtime` with higher level block
|
Fri, 27 Aug 2021 17:59:00 +0200 |
Pierre-Yves David |
dirstate-item: implement `v1_size` with higher level block
|
Fri, 27 Aug 2021 17:48:12 +0200 |
Pierre-Yves David |
dirstate-item: implement v1_state with higher level block
|
Fri, 27 Aug 2021 18:04:49 +0200 |
Pierre-Yves David |
dirstate-item: add more logic to `from_p2`
|
Fri, 27 Aug 2021 17:14:54 +0200 |
Pierre-Yves David |
dirstate-item: implement `merged_removed` in a simpler way
|
Fri, 27 Aug 2021 17:12:39 +0200 |
Pierre-Yves David |
dirstate-item: implement `removed` in a simpler way
|
Fri, 27 Aug 2021 17:10:26 +0200 |
Pierre-Yves David |
dirstate-item: implement `from_p2_removed` in a simpler way
|
Fri, 27 Aug 2021 17:09:49 +0200 |
Pierre-Yves David |
dirstate-item: implement `from_p2` in a simpler way
|
Fri, 27 Aug 2021 17:09:06 +0200 |
Pierre-Yves David |
dirstate-item: implement `merged` in a simpler way
|
Fri, 27 Aug 2021 17:07:56 +0200 |
Pierre-Yves David |
dirstate-item: implement `added` in a simpler way
|
Fri, 27 Aug 2021 17:07:12 +0200 |
Pierre-Yves David |
dirstate-item: implement `tracked` in a simpler way
|
Fri, 27 Aug 2021 15:10:21 +0200 |
Pierre-Yves David |
dirstate-item: keep the full information in memory (for pure form)
|
Thu, 26 Aug 2021 16:50:14 +0200 |
Pierre-Yves David |
dirstate-item: have all the logic go through the v1_ accessors
|
Thu, 26 Aug 2021 16:39:00 +0200 |
Pierre-Yves David |
dirstate-item: drop the deprecated __getitem__ variante
|
Mon, 30 Aug 2021 12:25:57 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Fri, 27 Aug 2021 09:09:10 -0400 |
Valentin Gatien-Baron |
tests: normalize the way some debug output it matched
|
Mon, 02 Aug 2021 23:46:26 -0400 |
Valentin Gatien-Baron |
tests: drop hgrc bits that have become the default
|
Mon, 02 Aug 2021 23:43:40 -0400 |
Valentin Gatien-Baron |
tests: manual cleanup now that dummyssh usage is implied
|
Mon, 02 Aug 2021 21:25:01 -0400 |
Valentin Gatien-Baron |
tests: rely on dummyssh being the default
|
Mon, 02 Aug 2021 21:10:42 -0400 |
Valentin Gatien-Baron |
tests: setup dummyssh as the default ssh
|
Tue, 24 Aug 2021 21:25:35 +0200 |
Pierre-Yves David |
dirstate: drop the `_otherparent` method
|
Tue, 24 Aug 2021 21:18:28 +0200 |
Pierre-Yves David |
dirstate: drop the `_normal` method
|
Tue, 24 Aug 2021 21:16:48 +0200 |
Pierre-Yves David |
dirstate: drop the `_merge` method
|
Tue, 24 Aug 2021 21:12:39 +0200 |
Pierre-Yves David |
dirstate: drop the deprecated `drop` method
|
Tue, 24 Aug 2021 21:11:57 +0200 |
Pierre-Yves David |
dirstate: drop the deprecated `merge` method
|
Tue, 24 Aug 2021 21:11:42 +0200 |
Pierre-Yves David |
dirstate: drop the deprecated `remove` method
|
Tue, 24 Aug 2021 21:09:20 +0200 |
Pierre-Yves David |
dirstate: drop the deprecated `add` method
|
Tue, 24 Aug 2021 21:09:01 +0200 |
Pierre-Yves David |
dirstate: drop the deprecated `otherparent` method
|
Tue, 24 Aug 2021 21:08:37 +0200 |
Pierre-Yves David |
dirstate: drop the deprecated `normallookup` method
|
Tue, 24 Aug 2021 21:08:09 +0200 |
Pierre-Yves David |
dirstate: drop the deprecated `normal` method
|
Tue, 24 Aug 2021 22:07:50 +0200 |
Pierre-Yves David |
dirstate: also wrap the new method in `dirstatenonnormalcheck`
|
Fri, 20 Aug 2021 16:12:33 +0200 |
Pierre-Yves David |
dirstatemap: also discard item from sets
|
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
|
Wed, 18 Aug 2021 13:16:04 +0200 |
Pierre-Yves David |
pyoxidized: install fuzzywuzzy too
stable
|
Wed, 18 Aug 2021 14:57:34 +0200 |
Pierre-Yves David |
pyoxidized: adapt output of test-install.t
stable
|
Wed, 18 Aug 2021 13:02:08 +0200 |
Pierre-Yves David |
pyoxidized: disable part of `test-install.t` related to pip and virtualenv
stable
|
Wed, 18 Aug 2021 12:53:40 +0200 |
Pierre-Yves David |
pyoxidized: adapt output of test-bad-extension.t
stable
|
Wed, 18 Aug 2021 12:49:55 +0200 |
Pierre-Yves David |
pyoxidized: adapt output of test-flagprocessor.t
stable
|
Wed, 18 Aug 2021 12:42:16 +0200 |
Pierre-Yves David |
pyoxidized: adapt output of `test-phases.t`
stable
|
Wed, 18 Aug 2021 01:27:45 +0200 |
Pierre-Yves David |
pyoxidized: add a copy of the `doc` directory in the right location
stable
|
Wed, 18 Aug 2021 01:26:25 +0200 |
Pierre-Yves David |
pyoxidized: add a copy of the `contrib` directory in the right location
stable
|
Wed, 18 Aug 2021 01:18:34 +0200 |
Pierre-Yves David |
pyoxidized: add a copy of the `defaultrc` file in the right location
stable
|
Wed, 18 Aug 2021 02:08:03 +0200 |
Pierre-Yves David |
pyoxidized: add a copy of the `helptext` directory in the right location
stable
|
Wed, 18 Aug 2021 01:41:02 +0200 |
Pierre-Yves David |
template: handle missing resource in `_readmapfile`
stable
|
Wed, 18 Aug 2021 01:10:40 +0200 |
Pierre-Yves David |
pyoxidized: add a copy of the `templates` directory in the right location
stable
|
Wed, 18 Aug 2021 01:07:38 +0200 |
Pierre-Yves David |
pyoxidized: add a dedicated target in the tests
stable
|
Tue, 17 Aug 2021 20:48:52 +0200 |
Pierre-Yves David |
pyoxidized: adapt test-devel-warnings.t
stable
|
Tue, 17 Aug 2021 21:57:59 +0200 |
Pierre-Yves David |
test-extension: adapt output to pyoxidizer
stable
|
Tue, 17 Aug 2021 20:48:34 +0200 |
Pierre-Yves David |
pyoxidized: add a `pyoxidizer` hghave keyword for line matching
stable
|
Tue, 17 Aug 2021 14:38:25 +0200 |
Pierre-Yves David |
templater: swap `\` with `/` in more location
stable
|
Tue, 17 Aug 2021 13:22:06 +0200 |
Pierre-Yves David |
templater: swap `\` with `/` to allow the resource logic to kicks in
stable
|
Thu, 05 Aug 2021 18:38:42 +0200 |
Raphaël Gomès |
heptapod-ci: extend timeout for pytype checking
stable
|
Mon, 09 Aug 2021 00:49:50 -0400 |
Matt Harbison |
ci: run --pyoxidized tests on Windows
stable
|
Tue, 10 Aug 2021 12:56:32 +0200 |
Pierre-Yves David |
run-tests: introduce a --pyoxidized option
stable
|
Tue, 10 Aug 2021 11:45:43 +0200 |
Pierre-Yves David |
ci: add a "all" template to easily control "when" test run
stable
|
Tue, 10 Aug 2021 19:19:53 +0530 |
Pulkit Goyal |
Added signature for changeset 2813d406b036
stable
|
Tue, 10 Aug 2021 19:19:47 +0530 |
Pulkit Goyal |
Added tag 5.9rc1 for changeset 2813d406b036
stable
|
Sat, 07 Aug 2021 16:51:47 +0200 |
Pierre-Yves David |
issue6528: add a config option to control the fixing on the fly
stable 5.9rc1
|
Sat, 07 Aug 2021 14:12:28 +0200 |
Pierre-Yves David |
issue6528: also filter delta on the fly when applying a changegroup
stable
|
Sat, 07 Aug 2021 14:13:53 +0200 |
Pierre-Yves David |
filelog: open the writing context a bit earlier in `addgroup`
stable
|
Sat, 07 Aug 2021 12:39:01 +0200 |
Pierre-Yves David |
issue6528: implement _is_revision_affected_fast using callback
stable
|
Sat, 07 Aug 2021 12:38:48 +0200 |
Pierre-Yves David |
issue6528: implement _is_revision_affected using callback
stable
|
Fri, 06 Aug 2021 12:10:36 +0200 |
Raphaël Gomès |
debugcommands: add a `--paranoid` option to `debug-repair-issue-6528`
stable
|
Thu, 05 Aug 2021 17:00:03 +0200 |
Raphaël Gomès |
repair: improve performance of detection of revisions affected by issue6528
stable
|
Tue, 27 Jul 2021 21:45:27 +0200 |
Raphaël Gomès |
debugcommands: introduce a debug command to repair repos affected by issue6528
stable
|
Mon, 09 Aug 2021 19:49:57 -0400 |
Matt Harbison |
contrib: switch the Windows bootstrap environment to py3.9
stable
|
Mon, 09 Aug 2021 19:36:26 -0400 |
Matt Harbison |
contrib: comment out the 64-bit py38 dependency installation on Windows
stable
|
Mon, 09 Aug 2021 19:32:44 -0400 |
Matt Harbison |
contrib: drop python2.7 from the Windows dependency install script
stable
|
Mon, 09 Aug 2021 19:24:46 -0400 |
Matt Harbison |
contrib: log the command and args for every process installing windows deps
stable
|
Fri, 23 Jul 2021 10:47:12 +0200 |
Raphaël Gomès |
windows-ci: run Windows CI automatically alongside the others
stable
|
Thu, 05 Aug 2021 12:53:44 +0200 |
Pierre-Yves David |
vfs: always use / as file separator (issue6546)
stable
|
Thu, 05 Aug 2021 12:53:36 +0200 |
Pierre-Yves David |
subrepo: compare normalised vfs path
stable
|
Thu, 05 Aug 2021 18:25:35 +0200 |
Raphaël Gomès |
pager: account for flakiness in Windows output
stable
|
Fri, 23 Jul 2021 10:45:08 +0200 |
Raphaël Gomès |
windows-ci: clean up the Heptapod CI file now that the baseline is solid
stable
|
Tue, 03 Aug 2021 21:22:02 +0200 |
Pierre-Yves David |
test-nointerrupt: make "sure" the handler "might" trigger (issue6558)
stable
|
Tue, 03 Aug 2021 19:26:26 +0200 |
Pierre-Yves David |
testing: make sure write_file is "atomic"
stable
|
Wed, 04 Aug 2021 19:45:13 +0200 |
Pierre-Yves David |
test: disable test-subrepo-git.t in python2 + chg
stable
|
Tue, 20 Jul 2021 17:20:19 +0200 |
Georges Racinet |
hgwebdir: avoid systematic full garbage collection
|
Tue, 03 Aug 2021 18:29:31 +0200 |
Pierre-Yves David |
check-module-imports: ignore non-stdlib module installed by distribution
stable
|
Mon, 02 Aug 2021 08:06:27 -0400 |
Valentin Gatien-Baron |
remotefilelog: fix what looks like a wrong refactoring
stable
|
Sun, 01 Aug 2021 14:39:38 +0200 |
Georges Racinet |
rust-nodemap: falling back to C impl as mitigation
stable
|
Wed, 28 Jul 2021 13:45:07 +0300 |
Anton Shestakov |
obsolete: disable other evolution config options if createmarkers is off
stable
|
Wed, 28 Jul 2021 13:47:21 +0300 |
Anton Shestakov |
fix: use obsolete.isenabled() to check for experimental.allowdivergence
stable
|
Wed, 28 Jul 2021 13:45:41 +0300 |
Anton Shestakov |
rebase: use obsolete.isenabled() to check for experimental.allowdivergence
stable
|
Wed, 28 Jul 2021 13:45:07 +0300 |
Anton Shestakov |
obsolete: disable other evolution config options if createmarkers is off
|
Wed, 28 Jul 2021 13:47:21 +0300 |
Anton Shestakov |
fix: use obsolete.isenabled() to check for experimental.allowdivergence
|
Wed, 28 Jul 2021 13:45:41 +0300 |
Anton Shestakov |
rebase: use obsolete.isenabled() to check for experimental.allowdivergence
|
Mon, 02 Aug 2021 16:23:45 +0200 |
Raphaël Gomès |
heptapod-ci: enable pytype testing for all pipelines
stable
|
Mon, 02 Aug 2021 16:21:54 +0200 |
Raphaël Gomès |
pytype: add assertions to explain revlogv2 invariants to Pytype
stable
|
Fri, 30 Jul 2021 00:11:56 -0400 |
Matt Harbison |
typing: add several assertions to dirstatemap to appease pytype
stable
|
Mon, 02 Aug 2021 10:51:19 -0400 |
Matt Harbison |
windows: avoid a bytes vs unicode crash reading passwords on py2
stable
|
Sun, 01 Aug 2021 10:54:03 -0400 |
Valentin Gatien-Baron |
streamclone: ensure the server sends the right amount of data
stable
|
Thu, 29 Jul 2021 16:23:45 -0400 |
Augie Fackler |
rewriteutil: fix crash when a rewritten message references f{6,64}
stable
|
Thu, 29 Jul 2021 16:18:35 -0400 |
Augie Fackler |
tests: add explicit coverage for update_hash_refs from rewriteutil
stable
|
Tue, 27 Jul 2021 19:36:20 +0200 |
Pierre-Yves David |
store: document the decoding discrepancy in store.py
stable
|
Tue, 27 Jul 2021 19:19:00 +0200 |
Pierre-Yves David |
clone: add a file with special character while testing uncompressed
stable
|
Tue, 27 Jul 2021 19:16:30 +0200 |
Pierre-Yves David |
clone: test local clone in `test-clone-uncompressed.t` too
stable
|
Tue, 27 Jul 2021 00:49:16 +0200 |
Pierre-Yves David |
test-transaction-safety: relax some of the synchronisation schedule
stable
|
Tue, 27 Jul 2021 00:44:57 +0200 |
Pierre-Yves David |
test-transaction-safety: document the test schedule
stable
|
Thu, 29 Jul 2021 12:22:25 +0200 |
Simon Sapin |
rhg: Propagate permission errors when finding a repository
stable
|
Thu, 29 Jul 2021 11:53:03 +0200 |
Simon Sapin |
rhg: Add build and config instructions to the README file
stable
|
Wed, 28 Jul 2021 12:39:06 +0200 |
Pierre-Yves David |
dirstate: use `add` in the deprecation message about `add`
stable
|
Mon, 26 Jul 2021 15:02:23 -0700 |
Kyle Lippincott |
help: correct config.profiling.freq name (frequency->freq)
stable
|
Wed, 28 Jul 2021 13:18:13 +0200 |
Pierre-Yves David |
run-tests: use a small timeout for chg instance
stable
|