Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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.
fuzz: use Python 3 in makefile
2021-03-22, by Martin von Zweigbergk
makefile: use Python 3 by default when building docs as well
2021-03-22, by Martin von Zweigbergk
tests: replace some `python` by `"$PYTHON"` to not only use Python 2
2021-03-22, by Martin von Zweigbergk
copies: distinguish between merged and touched files during upgrade
2021-03-13, by Pierre-Yves David
copies: detect files as `touched/salvaged` if they only existed on one side
2021-03-15, by Pierre-Yves David
test-copies: add a test updating file content while salvaging it
2021-03-02, by Pierre-Yves David
test-copies: show some wrong ChangedFiles upgrade
2021-03-13, by Pierre-Yves David
commit: get info from mergestate whether a file was merged or not
2021-03-10, by Pulkit Goyal
revset: introduce a `nodefromfile` revset
2021-03-17, by Pierre-Yves David
commands: necessary annotations and assertions to pass pytype
2021-03-19, by Matt Harbison
typing: mark the argument to mercurial.i18n.gettext() non-Optional
2021-03-18, by Matt Harbison
revlog: convert an Abort message to bytes
2021-03-18, by Matt Harbison
setdiscovery: add a discovery.grow-sample.dynamic option
2021-03-17, by Pierre-Yves David
setdiscovery: rearrange code deciding if we will grow the sample
2021-03-17, by Pierre-Yves David
debugdiscovery: document relevant config option
2021-03-17, by Pierre-Yves David
rebase: skip obsolete commits even if they have pruned successors
2021-03-19, by Martin von Zweigbergk
tests: ask any chg instance to terminate before looking at sqlite dbs
2021-03-20, by Joerg Sonnenberger
chg: kill trailing comma in SEE ALSO
2021-03-20, by Joerg Sonnenberger
bisect: use standard one-line commit summary
2021-03-19, by Martin von Zweigbergk
rhg: Add more conversions between error types
2021-03-19, by Simon Sapin
tests: resort to fix test with newer git versions
2021-03-19, by Joerg Sonnenberger
git: fix missing case from 6266d19556ad (introduction of nodeconstants)
2021-03-19, by Joerg Sonnenberger
merge with stable
2021-03-18, by Matt Harbison
test-copies: add a test updating file content while merging a pure overwrite
2021-03-02, by Pierre-Yves David
mergestate: don't pop stateextras when there are no conflicts on filemerge
2021-03-10, by Pulkit Goyal
node: introduce nodeconstants class
2021-01-13, by Joerg Sonnenberger
revlog: guarantee that p1 != null if a non-null parent exists
2021-03-10, by Joerg Sonnenberger
push: allow to specify multiple destinations
2021-03-10, by Pierre-Yves David
push: indent the some part of the command
2021-03-17, by Pierre-Yves David
bundle: optional multithreaded compression, ATM zstd-only
2020-11-08, by Joerg Sonnenberger
rust: Preallocate the returned `Vec` in `utils::files::relativize_path`
2021-03-13, by Simon Sapin
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
perf-util: add an helper revset to use the same spec as the case search script
2021-03-16, by Pierre-Yves David
perf-helpers: add a search-discovery-case script
2021-03-15, by Pierre-Yves David
debugdiscovery: add missing byte string marker to some help text
2021-03-16, by Pierre-Yves David
debugdiscovery: also integrate the discovery output in the json one
2021-03-15, by Pierre-Yves David
debugdiscovery: add support for Json output
2021-03-15, by Pierre-Yves David
perf-helper: add a new sampling revset based on anti-chain
2021-03-15, by Pierre-Yves David
perf-helper: add a small extension with revsets to select repository subset
2021-03-15, by Pierre-Yves David
amend: mark commit obsolete after moving working copy
2019-02-26, by Martin von Zweigbergk
pull: allow to specify multiple sources
2021-03-10, by Pierre-Yves David
pull: pre-indent a part of the function
2021-03-10, by Pierre-Yves David
command: clarify `postincoming` return and that return handling
2021-03-10, by Pierre-Yves David
hg: make `clean` return consistent with the `update` function
2021-03-10, by Pierre-Yves David
tests: rename `test-pull` to `test-pull-network.t`
2021-03-10, by Pierre-Yves David
tests: move a test about update in test-pull-update.t
2021-03-10, by Pierre-Yves David
split: close transaction in the unlikely event of a conflict while rebasing
2021-03-12, by Martin von Zweigbergk
rust-status: fix issue6456 for the Rust implementation also
2021-03-15, by Raphaël Gomès
README: document requirement for builtin zstd
2021-03-16, by Joerg Sonnenberger
ci: Add a job testing with rhg installed as `hg`
2021-03-08, by Simon Sapin
run-test: install rhg if --rhg is passed
2021-03-10, by Pierre-Yves David
makefile: add a install option
2021-03-10, by Pierre-Yves David
makefile: add a build-rhg option
2021-03-10, by Pierre-Yves David
makefile: add a install-chg option
2021-03-10, by Pierre-Yves David
makefile: add a build-chg option
2021-03-10, by Pierre-Yves David
tests: Disable for rhg remaining tests that fail in that mode
2021-03-12, by Simon Sapin
rhg: Remove `rhg.fallback-executable=hg` default configuration
2021-03-12, by Simon Sapin
rhg: Return an error code for `rhg config Section.idontexist`
2021-03-09, by Simon Sapin
rhg: Fall back to Python for --version
2021-03-08, by Simon Sapin
rhg: Exit with an error code if `files` finds nothing
2021-03-08, by Simon Sapin
rhg: `cat` command: print error messages for missing files
2021-03-03, by Simon Sapin
rhg: Silently ignore missing files in config %include
2021-03-08, by Simon Sapin
rhg: Add support for environment variables in config include paths
2021-03-08, by Simon Sapin
rhg: Add support for the HGRCSKIPREPO environment variable
2021-03-08, by Simon Sapin
rhg: Don’t make repository path absolute too early
2021-03-08, by Simon Sapin
rhg: Fall back to Python if ui.relative-paths is configured
2021-03-05, by Simon Sapin
tests: clarify some missing output in test-merge-subrepos
2021-03-08, by Pierre-Yves David
tests: Adapt expected output for minor differences with rhg
2021-03-05, by Simon Sapin
rhg: Add support for --cwd
2021-03-05, by Simon Sapin
rhg: Align with Python on some more error messages
2021-03-04, by Simon Sapin
rhg: Add an allow-list of ignored extensions
2021-03-12, by Simon Sapin
rhg: Fall back to Python if unsupported extensions are enabled
2021-03-04, by Simon Sapin
rhg: Sort config files when adding a directory
2021-03-03, by Simon Sapin
rhg: Align config file parse error formatting with Python
2021-03-03, by Simon Sapin
rhg: Fall back to Python for bundle repositories
2021-03-03, by Simon Sapin
rhg: Fall back to Python on --repository with an URL
2021-03-03, by Simon Sapin
rhg: Print non-absolutized path in "repository {} not found" errors
2021-03-03, by Simon Sapin
rhg: Align "malformed --config" error message with Python
2021-03-03, by Simon Sapin
rhg: Fall back to Python on unsupported `rhg config <section>`
2021-03-03, by Simon Sapin
rhg: Fall back to Python for unsupported revset syntax
2021-03-02, by Simon Sapin
tests: Add `rhg` and `no-rhg` for #require and #if in .t files
2021-03-03, by Simon Sapin
tests: Enable rhg fallback to Python by default in tests
2021-03-02, by Simon Sapin
rhg: Add environment variables for fallback configuration
2021-03-12, by Simon Sapin
paths: add a `*` special path to define default sub option
2021-03-11, by Pierre-Yves David
ui: pass a `ui` object to `paths.getpath`
2021-03-11, by Pierre-Yves David
configitems: add TODOs blocking the move out of experimental for revlogv2
2021-03-15, by Raphaël Gomès
sidedata-exchange: rewrite sidedata on-the-fly whenever possible
2021-02-19, by Raphaël Gomès
revlog-index: add `replace_sidedata_info` method
2021-02-15, by Raphaël Gomès
revlogv2: temporarily forbid inline revlogs
2021-02-19, by Raphaël Gomès
changegroupv4: add sidedata helpers
2021-02-19, by Raphaël Gomès
revlog: add attribute on revlogs that specifies its kind
2021-03-10, by Raphaël Gomès
sidedata-exchange: add `wanted_sidedata` and `sidedata_computers` to repos
2021-02-19, by Raphaël Gomès
delta: add sidedata field to revision delta
2021-02-18, by Raphaël Gomès
changegroup: add v4 changegroup for revlog v2 exchange
2021-02-18, by Raphaël Gomès
revlogv2: don't assume that the sidedata of the last rev is right after data
2021-02-19, by Raphaël Gomès
sidedata: move to new sidedata storage in revlogv2
2021-01-18, by Raphaël Gomès
cext: add support for revlogv2
2021-01-20, by Raphaël Gomès
bitmanipulation: add utils to read/write bigendian 64bit integers
2021-01-18, by Raphaël Gomès
format: remove sidedata format variant
2021-03-04, by Raphaël Gomès
revlogv2: allow upgrading to v2
2021-01-20, by Raphaël Gomès
revlog: introduce v2 format
2021-01-28, by Raphaël Gomès
rebase: inline simple function for finding obsolete subset of commits
2021-02-12, by Martin von Zweigbergk
ci: hook network-io tests into the pipeline
2021-02-25, by Joerg Sonnenberger
merge: with stable
2021-03-12, by Augie Fackler
test: update expected output in test-http.t
2021-03-10, by Pierre-Yves David
remotefilelog: remove unused import
2021-03-10, by Pierre-Yves David
wireprotov1peer: don't raise internal errors in some cases
2021-02-25, by Valentin Gatien-Baron
sshpeer: don't fail forwarding output from closed connections
2021-02-25, by Valentin Gatien-Baron
test: show internal exception with batchable rpcs over ssh
2021-02-25, by Valentin Gatien-Baron
rhg: Ignore trailing newlines in .hg/sharedpath
2021-03-04, by Simon Sapin
tests: Add `--rhg` and `--with-rhg=<path>` options for `run-tests.py`
2021-03-02, by Simon Sapin
rhg: Add support for automatic fallback to Python
2021-03-01, by Simon Sapin
rhg: Add a `rhg.on-unsupported` configuration key
2021-03-01, by Simon Sapin
rhg: Make configuration available as early as possible in main()
2021-03-01, by Simon Sapin
rust: Upgrade Cargo.lock to the newer format
2021-03-02, by Simon Sapin
sshpeer: enable+fix warning about sshpeers not being closed explicitly
2021-02-15, by Valentin Gatien-Baron
sshpeer: add a develwarning if an sshpeer is not closed explicitly
2021-02-15, by Valentin Gatien-Baron
remotefilelog: rework workaround for sshpeer deadlocks
2021-02-15, by Valentin Gatien-Baron
sshpeer: add a method to check if a doublepipe is closed
2021-02-15, by Valentin Gatien-Baron
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip