Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
merge: remove direct rustmod reference
stable
6.1
2022-02-28, by Raphaël Gomès
relnotes: add 6.1
stable
2022-02-21, by Raphaël Gomès
relnotes: add 6.0.3
stable
2022-02-18, by Raphaël Gomès
windows: adjust test output in test-merge-tools.t
stable
2022-02-18, by Raphaël Gomès
windows: generalize output for test-status-tracked-key.t
stable
2022-02-18, by Raphaël Gomès
windows: skip a section of a test that is legitimately broken on windows
stable
2022-02-22, by Pierre-Yves David
Added signature for changeset c00d3ce4e94b
stable
2022-02-18, by Raphaël Gomès
Added tag 6.1rc0 for changeset c00d3ce4e94b
stable
2022-02-18, by Raphaël Gomès
branching: merge default into stable for 6.1 freeze
stable
6.1rc0
2022-02-18, by Raphaël Gomès
branching: merge 6.0.3 stable into default
2022-02-18, by Raphaël Gomès
branching: merge stable into default
2022-02-18, by Raphaël Gomès
tracked-key: remove the dual write and rename to tracked-hint
2022-02-17, by Pierre-Yves David
tracked-file: rename the format option to use `use-`
2022-02-17, by Pierre-Yves David
tracked-key: update the requirement value
2022-02-17, by Pierre-Yves David
tracked-key: make it possible to upgrade to and downgrade from the feature
2022-02-17, by Pierre-Yves David
obsolete: don't use os.stat in repo.obsstore.__nonzero__ if it's static HTTP
2022-01-31, by Anton Shestakov
filemerge: make `_maketempfiles()` more reusable
2022-02-14, by Martin von Zweigbergk
filemerge: reduce some duplication in `_maketempfiles()`
2022-02-14, by Martin von Zweigbergk
filemerge: use leverage `util.readfile()` in `_maketempfiles()`
2022-02-14, by Martin von Zweigbergk
filemerge: move removal of `.orig` extension on temp file close to context
2022-02-14, by Martin von Zweigbergk
filemerge: remove `uselocalpath` argument from `_maketempfiles()`
2022-02-14, by Martin von Zweigbergk
filemerge: remove an unnecessary join with absolute path
2022-02-11, by Martin von Zweigbergk
filemerge: when using in-memory merge, always put backup files in temp dir
2022-02-11, by Martin von Zweigbergk
filemerge: remove unused `repo` argument from `_maketempfiles()`
2022-02-15, by Martin von Zweigbergk
upgrade: make dirstate-v2 format variant compatible with share
2022-02-15, by Pierre-Yves David
upgrade: prepare code (and output) for the idea of upgrading share
2022-02-15, by Pierre-Yves David
sparse: add timing block for parsing sparse configs
2022-02-15, by Augie Fackler
narrowspec: add timing block for validating narrowspec
2022-02-15, by Augie Fackler
branching: merge with stable
2022-02-15, by Martin von Zweigbergk
filemerge: put temporary files in single temp dir by default
2022-02-11, by Martin von Zweigbergk
dirstate-tracked-key: update the config value to match latest discussion
2022-02-15, by Pierre-Yves David
rhg: signal when falling back in logs
2021-11-26, by Raphaël Gomès
revlog: register changelogv2 C implementation in parsers
2022-02-07, by pacien
revlog: implement changelogv2 packing and unpacking in C
2022-02-14, by pacien
revlog: memset whole record instead of dealing with padding
2022-02-10, by pacien
revlog: do not compute node location by hand in index_invalidate_added
2022-02-11, by Pierre-Yves David
rank: compute property incrementally
2022-01-28, by pacien
rank: add test with golden values
2022-01-28, by Pierre-Yves David
rank: add minimal test
2022-01-28, by pacien
rank: add context and template keyword
2022-01-28, by Pierre-Yves David
rank: naive rank property computation and retrieval
2022-01-28, by Pierre-Yves David
filemerge: move check for identical sides out of filemerge()
2022-02-07, by Martin von Zweigbergk
mergestate: use an early return for trivial merges
2022-02-07, by Martin von Zweigbergk
simplemerge: remove now-unused arguments
2022-02-07, by Martin von Zweigbergk
merge: fix documented order of `labels` argument
2022-01-18, by Martin von Zweigbergk
filemerge: when not keeping premerge, don't write markers to context
2022-01-18, by Martin von Zweigbergk
simplemerge: move printing of merge result to extension
2022-01-14, by Martin von Zweigbergk
simplemerge: remove code for checking binary input now that callers do it
2022-02-10, by Martin von Zweigbergk
simplemerge: let filemerge check for binary inputs
2022-02-10, by Martin von Zweigbergk
simplemerge: let extension check for binary inputs (unless `--text`)
2022-02-10, by Martin von Zweigbergk
simplemerge: store input data in MergeInput
2022-02-10, by Martin von Zweigbergk
simplemerge: convert MergeInput to regular, non-attr.ib class
2022-02-04, by Martin von Zweigbergk
simplemerge: replace `**opts` passed to `simplemerge()` by keyword arguments
2022-02-10, by Martin von Zweigbergk
narrow: add support for merging add and remove outside of the tracked set
2022-02-03, by Pierre-Yves David
status: prefer relative paths in Rust code
2022-01-21, by Simon Sapin
rust: remove unused `StatusError::IO` enum variant
2022-02-14, by Simon Sapin
rust: fix code formatting
2022-02-14, by Simon Sapin
sparse: rework debugsparse's interface
2022-02-07, by Valentin Gatien-Baron
color: don't infer vt status from TERM on Windows
2022-02-09, by Mitchell Hentges
rhg: enable `rhg status` by default, without config or env opt-in
2022-02-10, by Simon Sapin
rhg: Colorize `rhg status` output when appropriate
2022-02-08, by Simon Sapin
rhg: Add support for colored output
2022-02-10, by Simon Sapin
rhg: Add parsing for the --color global CLI argument
2022-02-10, by Simon Sapin
rhg: Make Ui::new falliable, add Ui::new_infallible
2022-02-10, by Simon Sapin
rhg: Pass a &Config to Ui::new
2022-02-10, by Simon Sapin
rhg: Add support for HGPLAINEXPECT
2022-02-10, by Simon Sapin
merge: with stable
2022-02-10, by Augie Fackler
scmutil: obsrevs is already a frozenset
2022-02-07, by Anton Shestakov
obsolete: always return frozensets from obsolete.getrevs()
2022-02-07, by Anton Shestakov
revlog: split revlog v1 and revlog v2 handling
2022-01-26, by pacien
revlog: extract entry byte offsets into named constants
2022-01-26, by pacien
branchmap: split a long condition in branchcache.validfor(), add comments
2022-02-07, by Anton Shestakov
branchmap: don't add branch entries if there are no heads
2022-02-06, by Anton Shestakov
notify: don't produce errors if a revision is not found
2022-02-06, by Anton Shestakov
narrow: allow merging non-conflicting change outside of the narrow spec
2022-02-03, by Pierre-Yves David
merge-actions: add some information about the "changes" the action do
2022-01-30, by Pierre-Yves David
merge-actions: have an attribute for narrow safetiness
2022-01-29, by Pierre-Yves David
merge-actions: add an explicite "no_op" attribute
2022-01-28, by Pierre-Yves David
merge-actions: gather all created action into a set
2022-01-28, by Pierre-Yves David
merge-actions: make merge action a full featured object
2022-01-28, by Pierre-Yves David
convert: use the merge action constant
2022-01-28, by Pierre-Yves David
large-file: use the merge action constant
2022-01-28, by Pierre-Yves David
merge: stop using merge action for pathconflict option
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up two not-so-one-liner for extra readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
merge: break up a not-so-one-liner for readability
2022-01-28, by Pierre-Yves David
phabricator-refresh: add a magic value to skip it in the CI
2022-02-03, by Pierre-Yves David
interfaces: add missing caches kwarg of localrepo.updatecaches()
2022-01-27, by Anton Shestakov
obsolete: don't import from .node twice
2022-01-31, by Anton Shestakov
dagop: don't import nullrev from .node twice
2022-01-31, by Anton Shestakov
stream-clone: allow to change persistent-nodemap format during stream clone
2022-01-27, by Pierre-Yves David
stream-clone: add 5000 changesets to test-clone-stream-format
2022-01-27, by Pierre-Yves David
debugbuilddag: add a flag to allow running it from a non-empty repository
2022-01-27, by Pierre-Yves David
persistent-nodemap: properly delete all nodemap files on downgrade
2022-01-27, by Pierre-Yves David
destutil: if wdp is obsolete, update to the closest non-obsolete ancestor
2022-01-15, by Anton Shestakov
discovery: port _postprocessobsolete() changes from evolve, add tests
2022-01-04, by Anton Shestakov
branchmap: skip obsolete revisions while computing heads
2022-01-07, by Anton Shestakov
obsolete: make sure windows tests pass when stat() is given a URL
2022-01-28, by Anton Shestakov
transaction: do not rely on a global variable to post_finalize file
2022-01-31, by Pierre-Yves David
dirstate: introduce a "tracked-key" feature
2022-01-31, by Pierre-Yves David
dirstate: rename the filegenerator used for writing
2022-01-31, by Pierre-Yves David
dirstate: use a context manager when writing the dirstate
2022-01-31, by Pierre-Yves David
branching: merge stable into default
2022-02-02, by Raphaël Gomès
arbitraryfilectx: use our existing helpers for reading and writing files
2022-01-26, by Martin von Zweigbergk
fix: remove unnecessary and overly strict check for divergence
2021-02-11, by Martin von Zweigbergk
encoding: fix trim() to be O(n) instead of O(n^2)
2022-01-26, by Martin von Zweigbergk
share-safe: enable by default (BC)
2022-01-11, by Pierre-Yves David
share-safe: add support for static-http repository
2022-01-11, by Pierre-Yves David
legacy-revlog: fix requirement computation when cloning legacy repo
2022-01-11, by Pierre-Yves David
requirements: do not warn about dropping share-safe, unless explicitly set
2022-01-10, by Pierre-Yves David
sparse: take lock before writing requirements
2022-01-11, by Pierre-Yves David
largefiles: take lock before writing requirements
2022-01-07, by Pierre-Yves David
lfs: take lock before writing requirements
2022-01-07, by Pierre-Yves David
test: simpler requirements matching in test-repo-compengines.t
2022-01-11, by Pierre-Yves David
test: simpler requirements matching in test-lfs-largefiles.t
2022-01-10, by Pierre-Yves David
test: simpler requirements matching in test-sidedata.t
2022-01-10, by Pierre-Yves David
test: simpler requirement matching in test-revlog-v2.t
2022-01-10, by Pierre-Yves David
test-copies: narrow the format check in test-copies-in-changeset.t
2022-01-10, by Pierre-Yves David
tests: use debugrequires instead of grepping the file directly
2022-01-07, by Pierre-Yves David
tests: use debugrequires in test-upgrade-repo.t
2022-01-11, by Pierre-Yves David
test: do not use `which` to find an exec path in the test
2022-01-06, by Pierre-Yves David
stream-clone: stop considering working copy only requirements
2022-01-14, by Pierre-Yves David
stream-clone: also filter the requirement we put in the bundle 2
2022-01-18, by Pierre-Yves David
requirements: add an official `REVLOG_COMPRESSION_ZSTD` const
2022-01-24, by Pierre-Yves David
stream-requirements: smoother matching in test-http-protocol.t
2022-01-18, by Pierre-Yves David
stream-requirements: smoother matching in test-ssh-bundle1.t
2022-01-18, by Pierre-Yves David
stream-requirements: smoother matching in test-ssh-proto.t
2022-01-18, by Pierre-Yves David
stream-requirements: smoother matching in test-hgweb-commands.t
2022-01-18, by Pierre-Yves David
stream-requirements: smoother matching in test-treemanifest.t
2022-01-18, by Pierre-Yves David
stream-requirements: smoother matching in test-ssh-proto-unbundle.t
2022-01-18, by Pierre-Yves David
test-bundle: split some variant in there own section
2022-01-24, by Pierre-Yves David
test-bundle: split each variant in there own section
2022-01-18, by Pierre-Yves David
test-http-bad-server: abstract the `streamreqs` value
2022-01-24, by Pierre-Yves David
test-http-bad-server: use the new pattern-reading for a test-case
2022-01-21, by Pierre-Yves David
test-http-bad-server: use the new pattern-reading for a test-case
2022-01-21, by Pierre-Yves David
test-http-bad-server: use the new pattern-reading for a test-case
2022-01-21, by Pierre-Yves David
test-http-bad-server: use the new pattern-reading for a test-case
2022-01-21, by Pierre-Yves David
test-http-bad-server: use the new pattern-reading for a test-case
2022-01-23, by Pierre-Yves David
test-http-bad-server: introduce socket closing after reading a pattern
2022-01-23, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-22, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-http-bad-server: modify some `tail` call fit their goal
2022-01-23, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-http-bad-server: move on test from bytes-count to pattern
2022-01-21, by Pierre-Yves David
test-bad-http-server: introduce sock closing when writing a pattern
2022-01-22, by Pierre-Yves David
test-http-bad-server: document that the value are actually a list
2022-01-22, by Pierre-Yves David
test-http-bad-server: refactor the writing logic to avoid early return
2022-01-21, by Pierre-Yves David
test-http-bad-server: replace the default 65537 value in output
2022-01-21, by Pierre-Yves David
test-http-bad-server: refactor the reading logic to avoid early return
2022-01-21, by Pierre-Yves David
test-http-bad-server: factor code dealing with "read" in the new object
2022-01-21, by Pierre-Yves David
test-http-bad-server: factor code dealing with "write" in the new object
2022-01-21, by Pierre-Yves David
test-http-bad-server: unify log printing for `sendall` and `write`
2022-01-23, by Pierre-Yves David
test-http-bad-server: track close condition in an object
2022-01-21, by Pierre-Yves David
test-http-bad-server: use more readable name for variable
2022-01-19, by Pierre-Yves David
test-http-bad-server: align output by using `;`
2022-01-21, by Pierre-Yves David
test-http-bad-server: highlight each test with section
2022-01-19, by Pierre-Yves David
test-http-bad-server: rename config to use `-`
2022-01-21, by Pierre-Yves David
test-http-bad-server: move the extension in `testlib`
2022-01-18, by Pierre-Yves David
requirements: remove the `localrepo.supportedformat` attribute
2022-01-17, by Pierre-Yves David
requirements: sort _basesupported
2022-01-17, by Pierre-Yves David
requirements: move the comment about manifestv2 in the module
2022-01-17, by Pierre-Yves David
stream-clone: add a explicit set list requirements relevant to stream clone
2022-01-17, by Pierre-Yves David
stream-clone: filter possible missing requirements using all supported one
2022-01-24, by Pierre-Yves David
requirements: move "bookmark in store" requirements in the right module
2022-01-17, by Pierre-Yves David
stream-clone: add a explicit test for format change during stream clone
2022-01-17, by Pierre-Yves David
stream-clone: factor computation of requirement of a stream clone
2022-01-14, by Pierre-Yves David
stream-clone: factor computation of new clone requirement out
2022-01-14, by Pierre-Yves David
stream-clone: drop some outdated lines in test-stream-bundle-v2.t
2022-01-18, by Pierre-Yves David
relnotes: add note about changed labels texts
2022-01-24, by Martin von Zweigbergk
graft: attempt to make merge labels more helpful
2022-01-21, by Martin von Zweigbergk
shelve: attempt to make merge labels more helpful
2022-01-21, by Martin von Zweigbergk
histedit: attempt to make merge labels more helpful
2022-01-21, by Martin von Zweigbergk
update: set custom conflict label for base commit
2022-01-18, by Martin von Zweigbergk
merge: set custom conflict label for base commit
2022-01-18, by Martin von Zweigbergk
rebase: set custom conflict label for base commit
2022-01-18, by Martin von Zweigbergk
simplemerge: take over formatting of label from `filemerge`
2022-01-20, by Martin von Zweigbergk
filemerge: pass `simplemerge.MergeInput` to tool functions
2022-01-20, by Martin von Zweigbergk
filemerge: work with `simplemerge.MergeInput` in `filemerge()`
2022-01-20, by Martin von Zweigbergk
filemerge: always define a "base" label
2022-01-20, by Martin von Zweigbergk
filemerge: set default labels a little earlier
2022-01-20, by Martin von Zweigbergk
filemerge: remove unused arguments from `_merge()`
2022-01-20, by Martin von Zweigbergk
simplemerge: take arguments as annotated context objects
2022-01-20, by Martin von Zweigbergk
filemerge: make `labels` a required arg for `_premerge()`
2022-01-20, by Martin von Zweigbergk
filemerge: remove unnecessary check for empty string
2022-01-20, by Martin von Zweigbergk
tests: also test spaces in conflict marker labels
2022-01-20, by Martin von Zweigbergk
blackbox: change year in logs to ISO 8601 format
2022-01-17, by Valentin Gatien-Baron
blackbox: add milliseconds to blackbox logs by default
2022-01-17, by Valentin Gatien-Baron
blackbox: correct date format doc
2022-01-17, by Valentin Gatien-Baron
branching: merge with stable
2022-01-18, by Raphaël Gomès
rust: Fix outdated comments in OwningDirstateMap
2022-01-17, by Simon Sapin
merge: consider the file merged when using :merge-{local,other}
2022-01-14, by Martin von Zweigbergk
simplemerge: delete unused exception class `CantReprocessAndShowBase`
2022-01-14, by Martin von Zweigbergk
simplemerge: change _minimize() to minimize a single conflict
2022-01-11, by Martin von Zweigbergk
simplemerge: make minimize() a free function
2022-01-11, by Martin von Zweigbergk
simplemerge: simplify and rename `render_markers()`
2022-01-11, by Martin von Zweigbergk
simplemerge: split out function for rendering :merge3 conflict markers
2022-01-11, by Martin von Zweigbergk
simplemerge: move default labels to simplemerge extension
2022-01-07, by Martin von Zweigbergk
simplemerge: use same newline detection for :mergediff as for :merge[3]
2022-01-07, by Martin von Zweigbergk
simplemerge: clarify names of functions that render conflict markers
2022-01-11, by Martin von Zweigbergk
simplemerge: make merge_lines() a free function
2022-01-07, by Martin von Zweigbergk
simplemerge: convert `merge_lines()` away from generator
2022-01-07, by Martin von Zweigbergk
simplemerge: use 3-way markers if mode=='merge3', ignoring number of labels
2021-12-14, by Martin von Zweigbergk
rust: upgrade `rand*` crates
2022-01-14, by Martin von Zweigbergk
logcmdutil: raise `StateError` when file to follow doesn't exist
2022-01-06, by Martin von Zweigbergk
logcmdutil: raise `InputError` on bad CLI arguments
2022-01-06, by Martin von Zweigbergk
tests: support pygments 2.11 (issue6628)
2022-01-09, by Cédric Krier
exchange: add fast path for subrepo check on push
2022-01-03, by Joerg Sonnenberger
simplemerge: rewrite `merge_lines()` using `merge_groups()`
2022-01-05, by Martin von Zweigbergk
simplemerge: make merge_groups() yield only 2-tuples
2022-01-06, by Martin von Zweigbergk
rhg: desambiguate status without decompressing filelog if possible
2022-01-07, by Simon Sapin
filelog: add a comment explaining a fast path in filerevisioncopied()
2022-01-06, by Simon Sapin
rhg: Store p1, p2, and hash in RevlogEntry
2021-12-21, by Simon Sapin
rhg: RevlogEntry::uncompressed_len is signed
2021-12-21, by Simon Sapin
rhg: Expose FilelogEntry that wraps RevlogEntry
2021-12-21, by Simon Sapin
rhg: Add RevlogEntry::data that does delta resolution
2021-12-21, by Simon Sapin
rhg: Rename some revlog-related types and methods
2021-12-21, by Simon Sapin
git: add opener attribute to gitstore
2022-01-05, by Augie Fackler
branching: merge stable into default
2022-01-06, by Raphaël Gomès
dirstate: remove deprecated API
2021-12-23, by Raphaël Gomès
discovery: remove deprecated API
2021-12-23, by Raphaël Gomès
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
tip