Mercurial > hg
graph
-
cext: unconditionally use PyLong_FromLong()Sun, 20 Feb 2022 15:43:30 -0700, by Gregory Szorc
-
cext: drop preprocessor PyInt aliasesSun, 20 Feb 2022 15:42:47 -0700, by Gregory Szorc
-
cext: remove Python 2 module initializer functionsSun, 20 Feb 2022 15:40:39 -0700, by Gregory Szorc
-
rhg: simplify the handling of share-safe config mismatchMon, 21 Feb 2022 19:51:23 +0000, by Arseniy Alekseyev
-
branching: merge stable into defaultTue, 01 Mar 2022 16:44:59 +0100, by Raphaël Gomès
-
windows: adjust test output in test-merge-tools.t stableFri, 18 Feb 2022 12:51:23 +0100, by Raphaël Gomès
-
windows: generalize output for test-status-tracked-key.t stableFri, 18 Feb 2022 12:51:06 +0100, by Raphaël Gomès
-
windows: skip a section of a test that is legitimately broken on windows stableTue, 22 Feb 2022 11:51:08 +0100, by Pierre-Yves David
-
heptapod-ci: remove Python 2 supportMon, 21 Feb 2022 12:03:57 +0100, by Raphaël Gomès
-
Added tag 6.1rc0 for changeset c00d3ce4e94b stableFri, 18 Feb 2022 14:32:09 +0100, by Raphaël Gomès
-
branching: merge default into stable for 6.1 freeze stable 6.1rc0Fri, 18 Feb 2022 14:27:43 +0100, by Raphaël Gomès
-
branching: merge 6.0.3 stable into defaultFri, 18 Feb 2022 12:58:44 +0100, by Raphaël Gomès
-
branching: merge stable into defaultFri, 18 Feb 2022 11:37:08 +0100, by Raphaël Gomès
-
tracked-key: remove the dual write and rename to tracked-hintThu, 17 Feb 2022 07:34:49 +0100, by Pierre-Yves David
-
tracked-file: rename the format option to use `use-`Thu, 17 Feb 2022 06:41:54 +0100, by Pierre-Yves David
-
tracked-key: update the requirement valueThu, 17 Feb 2022 06:35:42 +0100, by Pierre-Yves David
-
tracked-key: make it possible to upgrade to and downgrade from the featureThu, 17 Feb 2022 06:32:03 +0100, by Pierre-Yves David
-
obsolete: don't use os.stat in repo.obsstore.__nonzero__ if it's static HTTPMon, 31 Jan 2022 18:13:00 +0300, by Anton Shestakov
-
filemerge: make `_maketempfiles()` more reusableMon, 14 Feb 2022 22:49:03 -0800, by Martin von Zweigbergk
-
filemerge: reduce some duplication in `_maketempfiles()`Mon, 14 Feb 2022 22:16:29 -0800, by Martin von Zweigbergk
-
filemerge: use leverage `util.readfile()` in `_maketempfiles()`Mon, 14 Feb 2022 22:11:50 -0800, by Martin von Zweigbergk
-
filemerge: move removal of `.orig` extension on temp file close to contextMon, 14 Feb 2022 22:04:50 -0800, by Martin von Zweigbergk
-
filemerge: remove `uselocalpath` argument from `_maketempfiles()`Mon, 14 Feb 2022 21:52:18 -0800, by Martin von Zweigbergk
-
filemerge: remove an unnecessary join with absolute pathFri, 11 Feb 2022 22:39:53 -0800, by Martin von Zweigbergk
-
filemerge: when using in-memory merge, always put backup files in temp dirFri, 11 Feb 2022 21:39:55 -0800, by Martin von Zweigbergk
-
filemerge: remove unused `repo` argument from `_maketempfiles()`Tue, 15 Feb 2022 20:18:57 -0800, by Martin von Zweigbergk
-
upgrade: make dirstate-v2 format variant compatible with shareTue, 15 Feb 2022 23:45:30 +0100, by Pierre-Yves David
-
upgrade: prepare code (and output) for the idea of upgrading shareTue, 15 Feb 2022 23:09:07 +0100, by Pierre-Yves David
-
sparse: add timing block for parsing sparse configsTue, 15 Feb 2022 13:32:30 -0500, by Augie Fackler
-
narrowspec: add timing block for validating narrowspecTue, 15 Feb 2022 13:32:11 -0500, by Augie Fackler
-
status: fix hg status race against file deletion stable 6.0.3Thu, 17 Feb 2022 20:50:04 +0000, by Arseniy Alekseyev
-
branching: merge with stableTue, 15 Feb 2022 20:24:46 -0800, by Martin von Zweigbergk
-
filemerge: put temporary files in single temp dir by defaultFri, 11 Feb 2022 16:52:48 -0800, by Martin von Zweigbergk
-
dirstate-tracked-key: update the config value to match latest discussionTue, 15 Feb 2022 05:20:46 +0100, by Pierre-Yves David
-
rhg: signal when falling back in logsFri, 26 Nov 2021 15:38:04 +0100, by Raphaël Gomès
-
revlog: register changelogv2 C implementation in parsersMon, 07 Feb 2022 13:23:58 +0100, by pacien
-
revlog: implement changelogv2 packing and unpacking in CMon, 14 Feb 2022 12:34:02 +0100, by pacien
-
revlog: memset whole record instead of dealing with paddingThu, 10 Feb 2022 16:20:14 +0100, by pacien
-
revlog: do not compute node location by hand in index_invalidate_addedFri, 11 Feb 2022 05:37:19 +0100, by Pierre-Yves David
-
rank: compute property incrementallyFri, 28 Jan 2022 11:54:44 +0100, by pacien
-
rank: add test with golden valuesFri, 28 Jan 2022 11:45:33 +0100, by Pierre-Yves David
-
rank: add minimal testFri, 28 Jan 2022 11:45:18 +0100, by pacien
-
rank: add context and template keywordFri, 28 Jan 2022 11:35:41 +0100, by Pierre-Yves David
-
rank: naive rank property computation and retrievalFri, 28 Jan 2022 11:33:01 +0100, by Pierre-Yves David
-
filemerge: move check for identical sides out of filemerge()Mon, 07 Feb 2022 22:54:38 -0800, by Martin von Zweigbergk
-
mergestate: use an early return for trivial mergesMon, 07 Feb 2022 20:12:09 -0800, by Martin von Zweigbergk
-
simplemerge: remove now-unused argumentsMon, 07 Feb 2022 14:07:04 -0800, by Martin von Zweigbergk
-
merge: fix documented order of `labels` argumentTue, 18 Jan 2022 13:22:55 -0800, by Martin von Zweigbergk
-
filemerge: when not keeping premerge, don't write markers to contextTue, 18 Jan 2022 12:57:55 -0800, by Martin von Zweigbergk
-
simplemerge: move printing of merge result to extensionFri, 14 Jan 2022 08:17:13 -0800, by Martin von Zweigbergk
-
simplemerge: remove code for checking binary input now that callers do itThu, 10 Feb 2022 15:48:01 -0800, by Martin von Zweigbergk
-
simplemerge: let filemerge check for binary inputsThu, 10 Feb 2022 15:27:58 -0800, by Martin von Zweigbergk
-
simplemerge: let extension check for binary inputs (unless `--text`)Thu, 10 Feb 2022 13:36:09 -0800, by Martin von Zweigbergk
-
simplemerge: store input data in MergeInputThu, 10 Feb 2022 11:00:32 -0800, by Martin von Zweigbergk
-
simplemerge: convert MergeInput to regular, non-attr.ib classFri, 04 Feb 2022 18:36:36 -0800, by Martin von Zweigbergk
-
simplemerge: replace `**opts` passed to `simplemerge()` by keyword argumentsThu, 10 Feb 2022 09:59:07 -0800, by Martin von Zweigbergk
-
narrow: add support for merging add and remove outside of the tracked setThu, 03 Feb 2022 18:14:25 +0100, by Pierre-Yves David
-
status: prefer relative paths in Rust codeFri, 21 Jan 2022 17:54:03 +0100, by Simon Sapin
-
rust: remove unused `StatusError::IO` enum variantMon, 14 Feb 2022 18:51:43 +0100, by Simon Sapin
-
dirstate-v2: fix infinite loop in pure packer stableFri, 11 Feb 2022 23:43:17 +0100, by Raphaël Gomès
-
contrib: refer to RHEL and derivatives instead of CentOS specifically stableTue, 15 Feb 2022 15:33:33 +0100, by Mathias De Mare
-
packaging: replace centos8 by rockylinux 8 stableMon, 14 Feb 2022 11:32:03 +0100, by Mathias De Mare
-
rust: fix code formattingMon, 14 Feb 2022 18:57:12 +0100, by Simon Sapin
-
sparse: rework debugsparse's interfaceMon, 07 Feb 2022 00:33:22 -0500, by Valentin Gatien-Baron
-
color: don't infer vt status from TERM on WindowsWed, 09 Feb 2022 13:04:37 -0500, by Mitchell Hentges
-
rhg: enable `rhg status` by default, without config or env opt-inThu, 10 Feb 2022 19:26:10 +0100, by Simon Sapin
-
rhg: Colorize `rhg status` output when appropriateTue, 08 Feb 2022 14:20:58 +0100, by Simon Sapin
-
rhg: Add support for colored outputThu, 10 Feb 2022 12:59:32 +0100, by Simon Sapin
-
rhg: Add parsing for the --color global CLI argumentThu, 10 Feb 2022 13:56:43 +0100, by Simon Sapin
-
rhg: Make Ui::new falliable, add Ui::new_infallibleThu, 10 Feb 2022 12:52:25 +0100, by Simon Sapin
-
rhg: Pass a &Config to Ui::newThu, 10 Feb 2022 12:12:56 +0100, by Simon Sapin
-
rhg: Add support for HGPLAINEXPECTThu, 10 Feb 2022 11:58:04 +0100, by Simon Sapin
-
merge: with stableThu, 10 Feb 2022 13:24:38 -0500, by Augie Fackler
-
help: make the help for `safe-mismatch` real section stableWed, 09 Feb 2022 16:07:50 +0100, by Pierre-Yves David
-
help: avoid repeated value in the safe-mistmatch help stableWed, 09 Feb 2022 15:44:21 +0100, by Pierre-Yves David
-
help: add missing `.` in config reference stableWed, 09 Feb 2022 15:43:01 +0100, by Pierre-Yves David
-
scmutil: obsrevs is already a frozensetMon, 07 Feb 2022 12:29:43 +0300, by Anton Shestakov
-
obsolete: always return frozensets from obsolete.getrevs()Mon, 07 Feb 2022 12:25:46 +0300, by Anton Shestakov
-
revlog: split revlog v1 and revlog v2 handlingWed, 26 Jan 2022 13:18:48 +0100, by pacien
-
revlog: extract entry byte offsets into named constantsWed, 26 Jan 2022 13:08:36 +0100, by pacien
-
doc: inspect.getargspec has been removed in Python 3.11 stableMon, 07 Feb 2022 15:45:53 +0100, by Mads Kiilerich
-
branchmap: split a long condition in branchcache.validfor(), add commentsMon, 07 Feb 2022 13:24:30 +0300, by Anton Shestakov
-
branchmap: don't add branch entries if there are no headsSun, 06 Feb 2022 19:31:39 +0300, by Anton Shestakov
-
notify: don't produce errors if a revision is not foundSun, 06 Feb 2022 19:14:51 +0300, by Anton Shestakov
-
narrow: allow merging non-conflicting change outside of the narrow specThu, 03 Feb 2022 18:14:11 +0100, by Pierre-Yves David
-
merge-actions: add some information about the "changes" the action doSun, 30 Jan 2022 06:01:42 +0100, by Pierre-Yves David
-
merge-actions: have an attribute for narrow safetinessSat, 29 Jan 2022 06:21:32 +0100, by Pierre-Yves David
-
merge-actions: add an explicite "no_op" attributeFri, 28 Jan 2022 15:19:58 +0100, by Pierre-Yves David
-
merge-actions: gather all created action into a setFri, 28 Jan 2022 19:46:37 +0100, by Pierre-Yves David
-
merge-actions: make merge action a full featured objectFri, 28 Jan 2022 17:08:30 +0100, by Pierre-Yves David
-
convert: use the merge action constantFri, 28 Jan 2022 16:25:41 +0100, by Pierre-Yves David
-
large-file: use the merge action constantFri, 28 Jan 2022 16:11:42 +0100, by Pierre-Yves David
-
merge: stop using merge action for pathconflict optionFri, 28 Jan 2022 16:41:45 +0100, by Pierre-Yves David
-
merge: break up a not-so-one-liner for readabilityFri, 28 Jan 2022 14:25:51 +0100, by Pierre-Yves David
-
merge: break up a not-so-one-liner for readabilityFri, 28 Jan 2022 14:25:45 +0100, by Pierre-Yves David
-
merge: break up a not-so-one-liner for readabilityFri, 28 Jan 2022 14:25:39 +0100, by Pierre-Yves David
-
merge: break up a not-so-one-liner for readabilityFri, 28 Jan 2022 14:25:32 +0100, by Pierre-Yves David
-
merge: break up two not-so-one-liner for extra readabilityFri, 28 Jan 2022 14:25:05 +0100, by Pierre-Yves David
-
merge: break up a not-so-one-liner for readabilityFri, 28 Jan 2022 14:24:41 +0100, by Pierre-Yves David
-
merge: break up a not-so-one-liner for readabilityFri, 28 Jan 2022 14:24:30 +0100, by Pierre-Yves David
-
merge: break up a not-so-one-liner for readabilityFri, 28 Jan 2022 14:23:56 +0100, by Pierre-Yves David
-
merge: break up a not-so-one-liner for readabilityFri, 28 Jan 2022 14:23:49 +0100, by Pierre-Yves David
-
merge: break up a not-so-one-liner for readabilityFri, 28 Jan 2022 14:23:37 +0100, by Pierre-Yves David
-
phabricator-refresh: add a magic value to skip it in the CIThu, 03 Feb 2022 06:49:48 +0100, by Pierre-Yves David
-
interfaces: add missing caches kwarg of localrepo.updatecaches()Thu, 27 Jan 2022 20:04:56 +0300, by Anton Shestakov
-
obsolete: don't import from .node twiceMon, 31 Jan 2022 18:05:36 +0300, by Anton Shestakov
-
dagop: don't import nullrev from .node twiceMon, 31 Jan 2022 18:04:11 +0300, by Anton Shestakov
-
stream-clone: allow to change persistent-nodemap format during stream cloneThu, 27 Jan 2022 22:24:11 +0100, by Pierre-Yves David