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.
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
subrepo: make -S work again on Windows for incoming/outgoing to remote repos
stable
2022-01-10, by Matt Harbison
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
Added signature for changeset 799fdf4cca80
stable
2022-01-05, by Raphaël Gomès
Added tag 6.0.1 for changeset 799fdf4cca80
stable
2022-01-05, by Raphaël Gomès
docs: update Rust readme with a mention of `rhg`
stable
6.0.1
2021-11-26, by Raphaël Gomès
docs: fix typos and wording for the persistent-nodemap feature
stable
2021-11-26, by Raphaël Gomès
docs: add missing dirstate-v2 documentation
stable
2021-11-26, by Raphaël Gomès
docs: add documentation about Rust
stable
2021-11-26, 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
revlog: remove deprecated APIs
2021-12-23, by Raphaël Gomès
urls: remove deprecated APIs
2021-12-23, by Raphaël Gomès
remotefilelog: remove deprecated API
2021-12-23, by Raphaël Gomès
exchangev2: remove it
2021-12-07, by Raphaël Gomès
rust: fix build errors on darwin
2021-12-30, by Dan Villiom Podlaski Christiansen
merge: with stable
2022-01-04, by Augie Fackler
help: properly document the default pattern
2019-02-15, by Jordi Gutiérrez Hermoso
heptapod-ci: make Windows jobs manual again
stable
2022-01-03, by Raphaël Gomès
tests: allow for variation in zstd output as seen on s390x and powerpc
stable
2021-08-25, by Julien Cristau
hg-core: dedup LazyAncestors Iterator impl
2021-12-10, by pacien
hg-cpython: use ancestor iterator impls from vcsgraph
2021-11-16, by pacien
hg-cpython: implement vcsgraph::Graph for our Index
2021-12-10, by pacien
rust: add vcsgraph crate as dependency
2021-12-10, by pacien
simplemerge: don't calculate conflict labels when resolving automatically
2021-12-07, by Martin von Zweigbergk
simplemerge: remove now-unused `localorother` argument from `merge_lines()`
2021-12-07, by Martin von Zweigbergk
simplemerge: add a specialized function for "union", "local", "other"
2021-12-07, by Martin von Zweigbergk
rhg: Fall back to Python if verbose status is requested by config
2021-12-18, by Simon Sapin
rhg: Accept different "invalid ignore pattern" error message formatting
2021-12-17, by Simon Sapin
rhg: Properly format warnings related to ignore patterns
2021-12-17, by Simon Sapin
rhg: Sub-repositories are not supported
2021-11-09, by Simon Sapin
simplemerge: make `localorother` a "mode" instead of a separate thing
2021-12-07, by Martin von Zweigbergk
simplemerge: avoid a call to `pycompat.strkwargs()`
2021-12-07, by Martin von Zweigbergk
simplemerge: stop merging file flags
2021-12-06, by Martin von Zweigbergk
filemerge: stop returning always-`True` value
2021-12-07, by Martin von Zweigbergk
filemerge: remove unused `orig` argument from tool functions
2021-12-06, by Martin von Zweigbergk
filemerge: stop passing around 3 unused `None` values in `files` argument
2021-12-06, by Martin von Zweigbergk
filemerge: rename backup variables from `back` to `backup`
2021-12-06, by Martin von Zweigbergk
setup.py: fix some documentation typos
2021-12-18, by Matt Harbison
dirstate-v2: Apply SECOND_AMBIGUOUS to directory mtimes too
2021-12-17, by Simon Sapin
rank: actually persist revision's rank in changelog-v2
2021-12-15, by Pierre-Yves David
rank: add a "rank" value to the revlog-entry tuple
2021-12-14, by Pierre-Yves David
changelog-v2: fix an assertion error to display the right data
2021-12-15, by Pierre-Yves David
changelog-v2: use helper constant in the code to pack/unpack entries
2021-12-14, by Pierre-Yves David
revlog: add some information about the revision we cannot find
2021-12-15, by Pierre-Yves David
rhg: Use binary search in manifest lookup
2021-12-16, by Simon Sapin
sparse: lock the store when updating requirements config
stable
2021-11-29, by Arseniy Alekseyev
sparse: demonstrate a bug when used with safe-share
stable
2021-11-16, by Arseniy Alekseyev
rust: Upgrade to format-bytes 0.3
2021-12-17, by Simon Sapin
pytype: stop excluding ssutil.py
2021-12-14, by Matt Harbison
pytype: stop excluding wireprotoserver.py
2021-12-14, by Matt Harbison
pytype: stop excluding pycompat.py
2021-12-14, by Matt Harbison
procutil: avoid an uninitialized variable usage on tempfile exception
2021-12-14, by Matt Harbison
pytype: stop excluding procutil.py
2021-12-14, by Matt Harbison
pytype: stop excluding chgserver.py
2021-12-14, by Matt Harbison
pytype: stop excluding webcommands.py
2021-12-13, by Matt Harbison
tests: drop an obsolete comment about a pytype failure
2021-12-13, by Matt Harbison
pytype: stop excluding patch.py
2021-12-13, by Matt Harbison
pytype: stop excluding statprof.py
2021-12-13, by Matt Harbison
statprof: convert a few exception byte strings to str
2021-12-13, by Matt Harbison
pytype: stop excluding wireprotov2server.py
2021-12-13, by Matt Harbison
pytype: stop excluding stringutil.py
2021-12-13, by Matt Harbison
pytype: stop excluding cmdutil.py
2021-12-13, by Matt Harbison
pytype: stop excluding copies.py
2021-12-13, by Matt Harbison
copies: fix some documentation typos
2021-12-12, by Matt Harbison
copies: drop an unused variable
2021-12-12, by Matt Harbison
pytype: stop excluding lsprof.py
2021-12-12, by Matt Harbison
pytype: stop excluding changegroup.py
2021-12-12, by Matt Harbison
pytype: stop excluding upgrade.py
2021-12-12, by Matt Harbison
rhg: Skip reading the contents of ambiguous files in some cases
2021-12-14, by Simon Sapin
rhg: Mark it as expected that the issue6528 bug is not reproduced
2021-12-14, by Simon Sapin
filemerge: remove leftover documentation of removed argument
2021-12-14, by Martin von Zweigbergk
merge with stable
2021-12-13, by Matt Harbison
rhg: Print "bad match" errors in rhg status
2021-12-13, by Simon Sapin
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip