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
-64
+64
+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.
upgrade: support upgrade and downgrade from persistent nodemap
2020-04-14, by Pierre-Yves David
status: also support for `traversedir` callback in the Rust fast-path
2020-05-12, by Raphaël Gomès
rust-hg-cpython: update status bridge with the new `traversedir` support
2020-05-12, by Raphaël Gomès
rust-status: collect traversed directories if required
2020-05-12, by Raphaël Gomès
rust-status: don't dispatch unknown file when traversing if not listing unknowns
2020-05-12, by Raphaël Gomès
status: update comment to reflect the more recent situation
2020-05-12, by Raphaël Gomès
hooks: provide access to transaction changes for internal hooks
2020-05-01, by Joerg Sonnenberger
rust-regex: add test for verbatim regex syntax
2020-05-07, by Raphaël Gomès
rust-regex: prevent nonsensical `.*.*` pattern from happening
2020-05-07, by Raphaël Gomès
rust-regex: fix issues with regex anchoring and performance
2020-05-07, by Raphaël Gomès
diff: avoid going from contexts to nodes and back
2020-05-07, by Augie Fackler
setup: raise minimum Python version to 2.7.4
stable
2020-05-15, by Manuel Jacob
fsmonitor: coerce `clock` variable to byte-string (issue6321)
stable
2020-05-19, by Connor Sheehan
py3: change default priority and length used for sorting hooks to be compatible with python 3
stable
2020-05-14, by Charles Chamberlain
relnotes: copy "next" to "5.4" and clear "next"
stable
2020-05-18, by Martin von Zweigbergk
dirstate: make sure the dirstate is loaded before the changelog (issue6303)
stable
2020-05-11, by Pierre-Yves David
rust-dirstatemap: don't read the dirstate when requesting parents
stable
2020-05-11, by Raphaël Gomès
py3: fix exception in pull when several things happen to a bookmark
stable
2020-05-14, by Valentin Gatien-Baron
cleanup: avoid extra node/ctx conversions in logcmdutil.diffordiffstat
2020-05-07, by Augie Fackler
pyoxidizer: formatting bazel definitions
2020-05-12, by Rodrigo Damazio Bovendorp
fastexport: adjust output to be more canonical
stable
2020-05-12, by Joerg Sonnenberger
bash_completion: do not use aliased hg if it sources a script (issue6308)
stable
2020-05-11, by Peter Arrenbrecht
demandimport: fix compatibility with meta path finders w/o find_spec() method
stable
2020-05-12, by Manuel Jacob
tests: fix timer scaling in wait-on-file
stable
2020-05-07, by Joerg Sonnenberger
manifest-cache: ignore IOError while writing
stable
2020-05-09, by Pierre-Yves David
copy: give better error message when no source paths found with --at-rev
stable
2020-05-06, by Martin von Zweigbergk
tests: show poor error message for `hg cp -A --at-rev . non-existent dst`
stable
2020-05-06, by Martin von Zweigbergk
copy: to find copy source, walk parent of revision we're marking copies in
stable
2020-05-06, by Martin von Zweigbergk
tests: show that `hg cp -A --at-rev .` doesn't work for renames
stable
2020-05-06, by Martin von Zweigbergk
formatting: add missing newline
stable
2020-05-08, by Raphaël Gomès
fastexport: downgrade message about already exported changesets to debug
stable
2020-04-27, by Joerg Sonnenberger
revisions: parse "x123" as "nodeid starting with 123" without prefixhexnode
2020-05-11, by Martin von Zweigbergk
status: use cmdutil.check_at_most_one_arg() for checking --rev/--change
2020-05-08, by Martin von Zweigbergk
diff: use cmdutil.check_at_most_one_arg() for checking --rev/--change
2020-05-08, by Martin von Zweigbergk
copy: give better error message when no source paths found with --at-rev
2020-05-06, by Martin von Zweigbergk
tests: show poor error message for `hg cp -A --at-rev . non-existent dst`
2020-05-06, by Martin von Zweigbergk
copy: to find copy source, walk parent of revision we're marking copies in
2020-05-06, by Martin von Zweigbergk
tests: show that `hg cp -A --at-rev .` doesn't work for renames
2020-05-06, by Martin von Zweigbergk
rust-matchers: add TODO about incomplete `Display` for `IncludeMatcher`
2020-05-06, by Raphaël Gomès
rust-filepatterns: match exact `rootglob`s with a `HashSet`, not in the regex
2020-05-06, by Raphaël Gomès
dirstate: force _checkexec to return a bool
2020-04-15, by Mitchell Plamann
locking: wait for locks in `hg cp` and `hg mv`
2020-04-21, by Kyle Lippincott
nodemap: teach `hg debugformat` about the persistent nodemap option
2020-04-14, by Pierre-Yves David
upgrade: support the --quiet flag
2020-04-15, by Pierre-Yves David
upgrade: clearly list optimisations
2020-04-15, by Pierre-Yves David
nodemap: move the mode option to storage.revlog.nodemap.mode
2020-04-14, by Pierre-Yves David
nodemap: move the option for mmap usage to storage.revlog.nodemap.mmap
2020-04-14, by Pierre-Yves David
nodemap: move and update the commend about persistence being experimental
2020-04-14, by Pierre-Yves David
nodemap: move the main switch to the `format` section
2020-04-14, by Pierre-Yves David
nodemap: drop the 'exp-' prefix for internal opener option
2020-04-14, by Pierre-Yves David
nodemap: gate the feature behind a new requirement
2020-04-14, by Pierre-Yves David
nodemap: move on disk file to version 1
2020-04-14, by Pierre-Yves David
nodemap: add a new mode value, "strict"
2020-04-14, by Pierre-Yves David
nodemap: add a new mode option, with an optional "warn" value
2020-04-14, by Pierre-Yves David
nodemap: also warm manifest nodemap with other caches
2020-04-05, by Pierre-Yves David
nodemap: also use persistent nodemap for manifest
2020-04-05, by Pierre-Yves David
nodemap: create files in the repository used in the test
2020-04-05, by Pierre-Yves David
rust-matchers: add timing tracing to regex compilation
2020-05-07, by Raphaël Gomès
url: fix a bytes vs str crash in processing proxy headers (issue6249)
stable
2020-04-26, by Matt Harbison
pullbundles: use unfiltered repo for head/base matching
stable
2020-04-24, by Joerg Sonnenberger
procutil: always waiting on child processes to prevent zombies with 'hg serve'
stable
2020-05-07, by Rodrigo Damazio Bovendorp
tests: use regular POSIX shell
stable
2020-05-07, by Joerg Sonnenberger
rust-regex: increase the DFA size limit for the `regex` crate
stable
2020-05-07, by Raphaël Gomès
merge with stable
2020-05-04, by Augie Fackler
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-64
+64
+100
+300
+1000
+3000
tip