Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+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.
rust: Remove DirstateParseError and ListDirstateTrackedFilesError
2021-01-27, by Simon Sapin
rust: Replace DirstatePackError with HgError
2021-01-27, by Simon Sapin
rust: Introduce an `HgError` enum for common error cases
2021-01-27, by Simon Sapin
rust: remove three enums that were identical to `RevlogError`
2021-01-26, by Simon Sapin
rhg: replace `map_*_error` functions with `From` impls
2021-01-26, by Simon Sapin
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
2021-01-26, by Simon Sapin
rust: remove `FooError` structs with only `kind: FooErrorKind` enum field
2021-01-26, by Simon Sapin
rhg: centralize parsing of `--rev` CLI arguments
2021-01-26, by Simon Sapin
rust: Remove hex parsing from the nodemap
2021-01-25, by Simon Sapin
rust: Make NodePrefix allocation-free and Copy, remove NodePrefixRef
2021-01-25, by Simon Sapin
churn: count lines that look like diff headers but are not
2021-01-30, by Aay Jay Chan
rust: Exclude empty node prefixes
2021-01-25, by Simon Sapin
rust: Simplify error type for reading hex node IDs
2021-01-25, by Simon Sapin
rust: replace Node::encode_hex with std::fmt::LowerHex
2021-01-25, by Simon Sapin
rhg: Build in release mode on CI
2021-01-29, by Simon Sapin
config: use the right API to access git-submodule
2021-01-30, by Pierre-Yves David
config: use the right API to access template access
2021-01-29, by Pierre-Yves David
config: use the right API to access subrepository section
2021-01-29, by Pierre-Yves David
config: test priority involving the command line
2021-01-29, by Pierre-Yves David
config: test priority involving include
2021-01-29, by Pierre-Yves David
config: add a test for priority when includes are involved
2021-01-29, by Pierre-Yves David
errors: use InputError for incorrectly formatted dates
2021-01-29, by Martin von Zweigbergk
errors: use StateError more in merge module
2021-01-29, by Martin von Zweigbergk
errors: use exit code 40 for when a hook fails
2021-01-29, by Martin von Zweigbergk
context: add missing manifest invalidation after write in overlayworkingctx
2021-01-29, by Augie Fackler
wix: tell ComponentSearch that it is finding a directory (not a file)
stable
2021-01-27, by Kyle Lippincott
merge with stable
2021-01-29, by Pulkit Goyal
copyright: update to 2021
stable
2021-01-27, by Matt Harbison
persistent-nodemap: Fix Rust declarations for Revlog_CAPI signatures
stable
2021-01-28, by Simon Sapin
persistent-nodemap: add test case reproducing a Rust panic
stable
2021-01-28, by Simon Sapin
copies: fix an incorrect comment in graftcopies() from recent D9802
2021-01-28, by Martin von Zweigbergk
narrow: delete a stale TODO about not sending groups the client already has
2021-01-27, by Martin von Zweigbergk
copies: add an devel option to trace all files
2021-01-16, by Pierre-Yves David
revlog: prepare pure parser for being overloaded
2021-01-28, by Raphaël Gomès
revlog: use a less probable revlog version for backwards compatibility
2021-01-28, by Raphaël Gomès
clang-format: show required version in skip message
2021-01-27, by Pierre-Yves David
heptapod-ci: indicate which version of clang-format is used for the run
2021-01-27, by Pierre-Yves David
black: show required version in skip message
2021-01-27, by Pierre-Yves David
heptapod-ci: indicate which version of black is used for the run
2021-01-27, by Pierre-Yves David
heptapod-ci: add a default value for HG_CI_IMAGE_TAG
2021-01-27, by Pierre-Yves David
convert: option to set date and time for svn commits
2021-01-12, by Nikita Slyusarev
copies: simplify the conditional for _filter's case 3
2021-01-15, by Pierre-Yves David
copies: clarify which case some conditional are handling
2021-01-15, by Pierre-Yves David
copies: explicitly filter out existing file in graftcopies
2021-01-16, by Pierre-Yves David
histedit: rip out mysterious catch-all ignore curses.error handler
2021-01-22, by Augie Fackler
histedit: notice when the main window underflows height and abort
2021-01-22, by Augie Fackler
histedit: don't assign to _ for unused values
2021-01-22, by Augie Fackler
hghave: list the module needed for the `vcr` check
2021-01-26, by Matt Harbison
debugshell: add a simple command for starting an interactive shell
2021-01-26, by Joerg Sonnenberger
rust: replace an unsafe use of transmute with a safe use of bytes-cast
2021-01-25, by Simon Sapin
rust: use the bytes-cast crate to parse persistent nodemaps
2021-01-15, by Simon Sapin
cext: restore the ability to build on Windows with py2
2021-01-25, by Matt Harbison
command-namespace: use `::` are the command separator
2021-01-25, by Pierre-Yves David
perf: test the formatting of a command help
2021-01-25, by Pierre-Yves David
help: escape ':' (as '\:') when generating command names
2021-01-25, by Pierre-Yves David
minirst: respect escaping in definition list key
2021-01-25, by Pierre-Yves David
run-test: avoid byte issue when replacing output file of python test
2021-01-26, by Pierre-Yves David
store: use `endswith` to detect revlog extension
2021-01-25, by Pierre-Yves David
black: merge config into main pyproject.toml now that we have it
2020-12-01, by Augie Fackler
pyproject: add config file
2020-12-01, by Augie Fackler
upgrade: update only requirements if we can
2021-01-14, by Pulkit Goyal
engine: add `if True` to prepare for next patch
2021-01-14, by Pulkit Goyal
test: unquiet few tests to demonstrate changes in upcoming patches
2021-01-14, by Pulkit Goyal
upgrade: mark sharesafe improvement as only touching requirements
2021-01-14, by Pulkit Goyal
actions: calculate what all parts does the operation touches
2020-12-14, by Pulkit Goyal
upgrade: don't create store backup if `--no-backup` is passed
2021-01-14, by Pulkit Goyal
cext: add Python 3.10 support
2020-12-14, by Victor Stinner
revlog: decouple caching from addrevision callback for addgroup
2021-01-20, by Joerg Sonnenberger
branchmap: update rev-branch-cache incrementally
2021-01-15, by Joerg Sonnenberger
repository: introduce register_changeset callback
2021-01-19, by Joerg Sonnenberger
changelog: move branchinfo to changelogrevision
2021-01-15, by Joerg Sonnenberger
rust: lower compile error on non-linux platforms to a warning
2021-01-22, by Dan Villiom Podlaski Christiansen
purge: move extension into core mercurial
2021-01-18, by Valentin Gatien-Baron
purge: also deal with directory with --confirm
2021-01-18, by Pierre-Yves David
purge: add a --confirm option
2021-01-18, by Pierre-Yves David
filemerge: add a hacktastic version of internal:merge3 for merge diffs
2020-05-11, by Augie Fackler
packaging: include `windows_curses` when building py2exe
stable
2021-01-24, by Matt Harbison
packaging: allow specifying modules to include with py2exe
stable
2021-01-24, by Matt Harbison
rebase: add a config knob for forcing in-memory rebasing
2020-05-28, by Augie Fackler
cleanup: use mergestate.unresolvedcount() instead of bool(list(unresolved()))
2020-05-18, by Augie Fackler
reverse-branch-cache: switch to doubling allocating scheme
2021-01-15, by Joerg Sonnenberger
discovery: add config options to control sample size
2021-01-17, by Pierre-Yves David
exchangev2: avoid second look-up by node
2021-01-19, by Joerg Sonnenberger
commit: look-up new revision once
2021-01-19, by Joerg Sonnenberger
resolve: also detect new :mergediff conflict markers
2021-01-19, by Martin von Zweigbergk
simplemerge: delete unused find_unconflicted()
2021-01-18, by Martin von Zweigbergk
perf: use the `perf--` prefix for perf command
2020-12-04, by Pierre-Yves David
contrib: update PyOxidizer to 0.10.3
stable
2021-01-24, by Gregory Szorc
contrib: stop building rust for every job
stable
2021-01-08, by Raphaël Gomès
share-safe: fix an abort message that references the experimental requirement
stable
2021-01-21, by Matt Harbison
doc: fix a formatting error in requirements.txt
stable
2021-01-21, by Matt Harbison
doc: drop the `exp-` prefix from the `share-safe` requirement
stable
2021-01-21, by Matt Harbison
share-share: have the hint issue more consistently and point to the right doc
stable
2021-01-20, by Pierre-Yves David
doc: point to the main share-safe doc in the "mismatch" config
stable
2021-01-20, by Pierre-Yves David
doc: improves the share-safe documentation
stable
2021-01-20, by Pierre-Yves David
doc: remove the section about share-safe from its verbose gating
stable
2021-01-20, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip