Fri, 28 Jan 2022 11:54:44 +0100 |
pacien |
rank: compute property incrementally
|
Fri, 28 Jan 2022 11:45:33 +0100 |
Pierre-Yves David |
rank: add test with golden values
|
Fri, 28 Jan 2022 11:45:18 +0100 |
pacien |
rank: add minimal test
|
Fri, 28 Jan 2022 11:35:41 +0100 |
Pierre-Yves David |
rank: add context and template keyword
|
Fri, 28 Jan 2022 11:33:01 +0100 |
Pierre-Yves David |
rank: naive rank property computation and retrieval
|
Mon, 07 Feb 2022 22:54:38 -0800 |
Martin von Zweigbergk |
filemerge: move check for identical sides out of filemerge()
|
Mon, 07 Feb 2022 20:12:09 -0800 |
Martin von Zweigbergk |
mergestate: use an early return for trivial merges
|
Mon, 07 Feb 2022 14:07:04 -0800 |
Martin von Zweigbergk |
simplemerge: remove now-unused arguments
|
Tue, 18 Jan 2022 13:22:55 -0800 |
Martin von Zweigbergk |
merge: fix documented order of `labels` argument
|
Tue, 18 Jan 2022 12:57:55 -0800 |
Martin von Zweigbergk |
filemerge: when not keeping premerge, don't write markers to context
|
Fri, 14 Jan 2022 08:17:13 -0800 |
Martin von Zweigbergk |
simplemerge: move printing of merge result to extension
|
Thu, 10 Feb 2022 15:48:01 -0800 |
Martin von Zweigbergk |
simplemerge: remove code for checking binary input now that callers do it
|
Thu, 10 Feb 2022 15:27:58 -0800 |
Martin von Zweigbergk |
simplemerge: let filemerge check for binary inputs
|
Thu, 10 Feb 2022 13:36:09 -0800 |
Martin von Zweigbergk |
simplemerge: let extension check for binary inputs (unless `--text`)
|
Thu, 10 Feb 2022 11:00:32 -0800 |
Martin von Zweigbergk |
simplemerge: store input data in MergeInput
|
Fri, 04 Feb 2022 18:36:36 -0800 |
Martin von Zweigbergk |
simplemerge: convert MergeInput to regular, non-attr.ib class
|
Thu, 10 Feb 2022 09:59:07 -0800 |
Martin von Zweigbergk |
simplemerge: replace `**opts` passed to `simplemerge()` by keyword arguments
|
Wed, 25 Aug 2021 19:55:20 -0700 |
Gregory Szorc |
automation: use gp3 volume type
stable
|
Thu, 26 Aug 2021 17:47:50 -0700 |
Gregory Szorc |
automation: use m6i instances
stable
|
Thu, 03 Feb 2022 18:14:25 +0100 |
Pierre-Yves David |
narrow: add support for merging add and remove outside of the tracked set
|
Fri, 21 Jan 2022 17:54:03 +0100 |
Simon Sapin |
status: prefer relative paths in Rust code
|
Mon, 14 Feb 2022 18:51:43 +0100 |
Simon Sapin |
rust: remove unused `StatusError::IO` enum variant
|
Tue, 15 Feb 2022 15:52:44 +0100 |
Raphaël Gomès |
copyright: it's 2022
stable
|
Mon, 14 Feb 2022 19:03:22 +0100 |
Raphaël Gomès |
hghave: update rustfmt criterion
stable
|
Fri, 11 Feb 2022 23:43:17 +0100 |
Raphaël Gomès |
dirstate-v2: fix infinite loop in pure packer
stable
|
Tue, 15 Feb 2022 15:33:33 +0100 |
Mathias De Mare |
contrib: refer to RHEL and derivatives instead of CentOS specifically
stable
|
Mon, 14 Feb 2022 11:32:03 +0100 |
Mathias De Mare |
packaging: replace centos8 by rockylinux 8
stable
|
Mon, 14 Feb 2022 18:57:12 +0100 |
Simon Sapin |
rust: fix code formatting
|
Mon, 07 Feb 2022 00:33:22 -0500 |
Valentin Gatien-Baron |
sparse: rework debugsparse's interface
|
Wed, 09 Feb 2022 13:04:37 -0500 |
Mitchell Hentges |
color: don't infer vt status from TERM on Windows
|
Thu, 10 Feb 2022 19:26:10 +0100 |
Simon Sapin |
rhg: enable `rhg status` by default, without config or env opt-in
|
Tue, 08 Feb 2022 14:20:58 +0100 |
Simon Sapin |
rhg: Colorize `rhg status` output when appropriate
|
Thu, 10 Feb 2022 12:59:32 +0100 |
Simon Sapin |
rhg: Add support for colored output
|
Thu, 10 Feb 2022 13:56:43 +0100 |
Simon Sapin |
rhg: Add parsing for the --color global CLI argument
|
Thu, 10 Feb 2022 12:52:25 +0100 |
Simon Sapin |
rhg: Make Ui::new falliable, add Ui::new_infallible
|
Thu, 10 Feb 2022 12:12:56 +0100 |
Simon Sapin |
rhg: Pass a &Config to Ui::new
|
Thu, 10 Feb 2022 11:58:04 +0100 |
Simon Sapin |
rhg: Add support for HGPLAINEXPECT
|
Thu, 10 Feb 2022 13:24:38 -0500 |
Augie Fackler |
merge: with stable
|
Wed, 09 Feb 2022 16:07:50 +0100 |
Pierre-Yves David |
help: make the help for `safe-mismatch` real section
stable
|
Wed, 09 Feb 2022 15:44:21 +0100 |
Pierre-Yves David |
help: avoid repeated value in the safe-mistmatch help
stable
|
Wed, 09 Feb 2022 15:43:01 +0100 |
Pierre-Yves David |
help: add missing `.` in config reference
stable
|
Mon, 07 Feb 2022 12:29:43 +0300 |
Anton Shestakov |
scmutil: obsrevs is already a frozenset
|
Mon, 07 Feb 2022 12:25:46 +0300 |
Anton Shestakov |
obsolete: always return frozensets from obsolete.getrevs()
|
Wed, 26 Jan 2022 13:18:48 +0100 |
pacien |
revlog: split revlog v1 and revlog v2 handling
|
Wed, 26 Jan 2022 13:08:36 +0100 |
pacien |
revlog: extract entry byte offsets into named constants
|
Mon, 07 Feb 2022 15:45:53 +0100 |
Mads Kiilerich |
doc: inspect.getargspec has been removed in Python 3.11
stable
|
Mon, 07 Feb 2022 13:24:30 +0300 |
Anton Shestakov |
branchmap: split a long condition in branchcache.validfor(), add comments
|
Sun, 06 Feb 2022 19:31:39 +0300 |
Anton Shestakov |
branchmap: don't add branch entries if there are no heads
|
Sun, 06 Feb 2022 19:14:51 +0300 |
Anton Shestakov |
notify: don't produce errors if a revision is not found
|
Thu, 03 Feb 2022 18:14:11 +0100 |
Pierre-Yves David |
narrow: allow merging non-conflicting change outside of the narrow spec
|
Sun, 30 Jan 2022 06:01:42 +0100 |
Pierre-Yves David |
merge-actions: add some information about the "changes" the action do
|
Sat, 29 Jan 2022 06:21:32 +0100 |
Pierre-Yves David |
merge-actions: have an attribute for narrow safetiness
|
Fri, 28 Jan 2022 15:19:58 +0100 |
Pierre-Yves David |
merge-actions: add an explicite "no_op" attribute
|
Fri, 28 Jan 2022 19:46:37 +0100 |
Pierre-Yves David |
merge-actions: gather all created action into a set
|
Fri, 28 Jan 2022 17:08:30 +0100 |
Pierre-Yves David |
merge-actions: make merge action a full featured object
|
Fri, 28 Jan 2022 16:25:41 +0100 |
Pierre-Yves David |
convert: use the merge action constant
|
Fri, 28 Jan 2022 16:11:42 +0100 |
Pierre-Yves David |
large-file: use the merge action constant
|
Fri, 28 Jan 2022 16:41:45 +0100 |
Pierre-Yves David |
merge: stop using merge action for pathconflict option
|
Fri, 28 Jan 2022 14:25:51 +0100 |
Pierre-Yves David |
merge: break up a not-so-one-liner for readability
|
Fri, 28 Jan 2022 14:25:45 +0100 |
Pierre-Yves David |
merge: break up a not-so-one-liner for readability
|
Fri, 28 Jan 2022 14:25:39 +0100 |
Pierre-Yves David |
merge: break up a not-so-one-liner for readability
|
Fri, 28 Jan 2022 14:25:32 +0100 |
Pierre-Yves David |
merge: break up a not-so-one-liner for readability
|
Fri, 28 Jan 2022 14:25:05 +0100 |
Pierre-Yves David |
merge: break up two not-so-one-liner for extra readability
|
Fri, 28 Jan 2022 14:24:41 +0100 |
Pierre-Yves David |
merge: break up a not-so-one-liner for readability
|
Fri, 28 Jan 2022 14:24:30 +0100 |
Pierre-Yves David |
merge: break up a not-so-one-liner for readability
|
Fri, 28 Jan 2022 14:23:56 +0100 |
Pierre-Yves David |
merge: break up a not-so-one-liner for readability
|
Fri, 28 Jan 2022 14:23:49 +0100 |
Pierre-Yves David |
merge: break up a not-so-one-liner for readability
|
Fri, 28 Jan 2022 14:23:37 +0100 |
Pierre-Yves David |
merge: break up a not-so-one-liner for readability
|
Thu, 03 Feb 2022 06:49:48 +0100 |
Pierre-Yves David |
phabricator-refresh: add a magic value to skip it in the CI
|
Thu, 27 Jan 2022 20:04:56 +0300 |
Anton Shestakov |
interfaces: add missing caches kwarg of localrepo.updatecaches()
|
Mon, 31 Jan 2022 18:05:36 +0300 |
Anton Shestakov |
obsolete: don't import from .node twice
|
Mon, 31 Jan 2022 18:04:11 +0300 |
Anton Shestakov |
dagop: don't import nullrev from .node twice
|
Thu, 27 Jan 2022 22:24:11 +0100 |
Pierre-Yves David |
stream-clone: allow to change persistent-nodemap format during stream clone
|
Thu, 27 Jan 2022 15:22:09 +0100 |
Pierre-Yves David |
stream-clone: add 5000 changesets to test-clone-stream-format
|
Thu, 27 Jan 2022 15:22:04 +0100 |
Pierre-Yves David |
debugbuilddag: add a flag to allow running it from a non-empty repository
|
Thu, 27 Jan 2022 17:04:40 +0100 |
Pierre-Yves David |
persistent-nodemap: properly delete all nodemap files on downgrade
|
Sat, 15 Jan 2022 09:08:41 +0300 |
Anton Shestakov |
destutil: if wdp is obsolete, update to the closest non-obsolete ancestor
|
Tue, 04 Jan 2022 23:38:39 +0300 |
Anton Shestakov |
discovery: port _postprocessobsolete() changes from evolve, add tests
|
Fri, 07 Jan 2022 11:53:23 +0300 |
Anton Shestakov |
branchmap: skip obsolete revisions while computing heads
|
Fri, 28 Jan 2022 19:07:52 +0300 |
Anton Shestakov |
obsolete: make sure windows tests pass when stat() is given a URL
|
Mon, 31 Jan 2022 18:38:15 +0100 |
Pierre-Yves David |
transaction: do not rely on a global variable to post_finalize file
|
Mon, 31 Jan 2022 08:44:48 +0100 |
Pierre-Yves David |
dirstate: introduce a "tracked-key" feature
|
Mon, 31 Jan 2022 14:26:35 +0100 |
Pierre-Yves David |
dirstate: rename the filegenerator used for writing
|
Mon, 31 Jan 2022 08:23:54 +0100 |
Pierre-Yves David |
dirstate: use a context manager when writing the dirstate
|
Wed, 02 Feb 2022 17:24:05 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
Wed, 02 Feb 2022 17:02:34 +0100 |
Raphaël Gomès |
Added signature for changeset 75676122c2bf
stable
|
Wed, 02 Feb 2022 17:02:09 +0100 |
Raphaël Gomès |
Added tag 6.0.2 for changeset 75676122c2bf
stable
|
Wed, 02 Feb 2022 15:03:29 +0100 |
Raphaël Gomès |
relnotes: add 6.0.1 and 6.0.2 notes
stable 6.0.2
|
Tue, 01 Feb 2022 15:19:50 +0100 |
Pierre-Yves David |
branchmap: stop writing cache for uncommitted data
stable
|
Mon, 31 Jan 2022 19:28:58 +0100 |
Pierre-Yves David |
transaction: add a way to know a transaction has been finalized
stable
|
Tue, 01 Feb 2022 15:14:05 +0100 |
Pierre-Yves David |
branchmap: Add a test about writing branchmap and aborted transaction
stable
|
Tue, 01 Feb 2022 16:36:20 +0100 |
Pierre-Yves David |
dirstate-v2: rename the configuration to enable the format
stable
|
Wed, 26 Jan 2022 15:32:18 -0800 |
Martin von Zweigbergk |
arbitraryfilectx: use our existing helpers for reading and writing files
|
Thu, 11 Feb 2021 22:52:43 -0800 |
Martin von Zweigbergk |
fix: remove unnecessary and overly strict check for divergence
|
Wed, 26 Jan 2022 10:11:01 -0800 |
Martin von Zweigbergk |
encoding: fix trim() to be O(n) instead of O(n^2)
|
Mon, 24 Jan 2022 11:49:06 +0100 |
Pierre-Yves David |
stream-clone: filter possible missing requirements using all supported one
stable
|
Tue, 11 Jan 2022 21:40:08 +0100 |
Pierre-Yves David |
share-safe: enable by default (BC)
|
Tue, 11 Jan 2022 09:56:03 +0100 |
Pierre-Yves David |
share-safe: add support for static-http repository
|
Tue, 11 Jan 2022 09:36:10 +0100 |
Pierre-Yves David |
legacy-revlog: fix requirement computation when cloning legacy repo
|
Mon, 10 Jan 2022 12:48:35 +0100 |
Pierre-Yves David |
requirements: do not warn about dropping share-safe, unless explicitly set
|
Tue, 11 Jan 2022 06:40:44 +0100 |
Pierre-Yves David |
sparse: take lock before writing requirements
|
Fri, 07 Jan 2022 16:30:11 +0100 |
Pierre-Yves David |
largefiles: take lock before writing requirements
|
Fri, 07 Jan 2022 17:33:27 +0100 |
Pierre-Yves David |
lfs: take lock before writing requirements
|
Tue, 11 Jan 2022 06:32:18 +0100 |
Pierre-Yves David |
test: simpler requirements matching in test-repo-compengines.t
|
Mon, 10 Jan 2022 19:52:07 +0100 |
Pierre-Yves David |
test: simpler requirements matching in test-lfs-largefiles.t
|
Mon, 10 Jan 2022 12:06:42 +0100 |
Pierre-Yves David |
test: simpler requirements matching in test-sidedata.t
|
Mon, 10 Jan 2022 11:58:33 +0100 |
Pierre-Yves David |
test: simpler requirement matching in test-revlog-v2.t
|
Mon, 10 Jan 2022 19:46:54 +0100 |
Pierre-Yves David |
test-copies: narrow the format check in test-copies-in-changeset.t
|
Fri, 07 Jan 2022 17:32:25 +0100 |
Pierre-Yves David |
tests: use debugrequires instead of grepping the file directly
|
Tue, 11 Jan 2022 16:32:38 +0100 |
Pierre-Yves David |
tests: use debugrequires in test-upgrade-repo.t
|
Thu, 06 Jan 2022 17:15:49 +0100 |
Pierre-Yves David |
test: do not use `which` to find an exec path in the test
|
Fri, 14 Jan 2022 18:17:55 +0100 |
Pierre-Yves David |
stream-clone: stop considering working copy only requirements
|
Tue, 18 Jan 2022 00:19:04 +0100 |
Pierre-Yves David |
stream-clone: also filter the requirement we put in the bundle 2
|
Mon, 24 Jan 2022 12:44:20 +0100 |
Pierre-Yves David |
requirements: add an official `REVLOG_COMPRESSION_ZSTD` const
|
Tue, 18 Jan 2022 20:35:04 +0100 |
Pierre-Yves David |
stream-requirements: smoother matching in test-http-protocol.t
|
Tue, 18 Jan 2022 12:21:13 +0100 |
Pierre-Yves David |
stream-requirements: smoother matching in test-ssh-bundle1.t
|
Tue, 18 Jan 2022 12:02:50 +0100 |
Pierre-Yves David |
stream-requirements: smoother matching in test-ssh-proto.t
|
Tue, 18 Jan 2022 10:50:20 +0100 |
Pierre-Yves David |
stream-requirements: smoother matching in test-hgweb-commands.t
|
Tue, 18 Jan 2022 10:50:08 +0100 |
Pierre-Yves David |
stream-requirements: smoother matching in test-treemanifest.t
|
Tue, 18 Jan 2022 10:49:43 +0100 |
Pierre-Yves David |
stream-requirements: smoother matching in test-ssh-proto-unbundle.t
|