Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
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-status: save new dircache even if just invalidated
stable
2022-10-19, by Raphaël Gomès
rust-status: fix typos and add docstrings to dircache related fields
stable
2022-10-19, by Raphaël Gomès
rhg: show a bug where repeated [hg status] is needed to cache everything
stable
2022-09-22, by Arseniy Alekseyev
upgrade: no longer keep all revlogs in memory at any point
stable
2022-11-04, by Pierre-Yves David
demandimport: convert ignored modules from bytes -> str in extensions
stable
2022-11-02, by Matt Harbison
dirstate-v2: fix edge case where entries aren't sorted
stable
2022-10-26, by Raphaël Gomès
dirstate-v2: highlight a bug when Python-packed but used in `rhg`
stable
2022-10-26, by Raphaël Gomès
dirstate-v2: correct documented return values of `pack_dirstate`
stable
2022-10-26, by Raphaël Gomès
dirstate-v2: fix typos in docstrings
stable
2022-10-26, by Raphaël Gomès
dirstate-v2: update constant that wasn't kept in sync
stable
2022-11-04, by Raphaël Gomès
lfs: avoid closing connections when the worker doesn't fork
stable
2022-10-18, by Matt Harbison
lfs: fix blob corruption when tranferring with workers on posix
stable
2022-10-18, by Matt Harbison
keepalive: add `__repr__()` to the HTTPConnection class to ease debugging
stable
2022-10-18, by Matt Harbison
keepalive: ensure `close_all()` actually closes all cached connections
stable
2022-10-18, by Matt Harbison
tests: remove non-python3 line matching and tests block
2022-09-22, by Pierre-Yves David
localrepo: byteify the requirements.DIRSTATE_TRACKED_HINT_Vx warning message
stable
2022-11-02, by Matt Harbison
rhg: fallback to slow path on invalid patterns in hgignore
stable
2022-10-31, by Arseniy Alekseyev
rhg: add a test involving hgignore lookaround
stable
2022-10-31, by Arseniy Alekseyev
pywatchman: remove obsolete comments about importing from future
2022-10-31, by Anton Shestakov
demandimport: remove an obsolete comment about importing from future
2022-10-31, by Anton Shestakov
mr-template: wrap the instructions inside a comment block
2022-10-19, by Matt Harbison
revlog: use the user facing filename as the display_id for filelogs
2022-10-19, by Matt Harbison
revlog: drop an unused variable assignment
2022-10-19, by Matt Harbison
lfs: improve an exception message for blob corruption detected on transfer
2022-10-20, by Matt Harbison
relnotes: add 6.3
stable
2022-10-24, by Raphaël Gomès
Added signature for changeset a3356ab610fc
stable
2022-10-24, by Raphaël Gomès
Added tag 6.3rc0 for changeset a3356ab610fc
stable
2022-10-24, by Raphaël Gomès
branching: merge stable into default
2022-10-24, by Raphaël Gomès
branching: merge default into stable
stable
6.3rc0
2022-10-24, by Raphaël Gomès
lfs: fix interpolation of int and %s in an exception case
stable
2022-10-20, by Matt Harbison
tests: catch "Can't assign requested address" in test-https.t (issue6726)
stable
2022-10-19, by Anton Shestakov
tests: add another variation of EADDRNOTAVAIL message (e.g. from NetBSD)
stable
2022-10-19, by Anton Shestakov
shelve: re-wrap now that the line fits
2022-10-19, by Jason R. Coombs
shelve: avoid setting overloading tmpwctx
2022-10-19, by Jason R. Coombs
configitems: change the `verify.skipflags` default value to avoid a py3 crash
stable
2022-10-18, by Matt Harbison
dirstate-v2: skip evaluation of hgignore regex on cached directories
2022-10-10, by Arseniy Alekseyev
releasenotes: use re.MULTILINE mode when checking admonitions
2022-09-30, by Craig Ozancin
windows: gracefully handle when the username cannot be determined
stable
2022-10-10, by Matt Harbison
rhg: parallellize computation of [unsure_is_modified]
2022-10-05, by Arseniy Alekseyev
rhg: enable in case ui.statuscopies=True
2022-09-21, by Arseniy Alekseyev
rhg: share some code
2022-09-22, by Arseniy Alekseyev
rhg: support tweakdefaults
2022-09-20, by Arseniy Alekseyev
rhg: centralize PlainInfo
2022-09-22, by Arseniy Alekseyev
rhg: central treatment of PLAIN and PLAINEXCEPT
2022-09-20, by Arseniy Alekseyev
revset: handle wdir() in `sort(..., -topo)`
2022-10-04, by Matt Harbison
revset: handle wdir() in `roots()`
2022-10-03, by Matt Harbison
pull_logger: add basic log file rotation based on size
2022-09-20, by pacien
contrib: add pull_logger extension
2022-07-25, by pacien
shelve: do not add the dirstate backup to the transaction
stable
2022-10-04, by Pierre-Yves David
branching: merge stable into default
2022-10-04, by Raphaël Gomès
Added signature for changeset dbdee8ac3e3f
stable
2022-10-04, by Raphaël Gomès
Added tag 6.2.3 for changeset dbdee8ac3e3f
stable
2022-10-04, by Raphaël Gomès
mergetools: don't let meld open all changed files on startup
2022-10-03, by Mathias De Mare
heptapod-ci: use shell script in pytype step
stable
6.2.3
2022-10-03, by Raphaël Gomès
tests: migrate the pytype test to a shell script for easier CI processing
stable
2022-09-28, by Matt Harbison
rhg: fix bugs around [use-dirstate-tracked-hint] and repo auto-upgrade
stable
2022-09-22, by Arseniy Alekseyev
tests: fix http-bad-server expected errors for python 3.10 (issue6643)
2022-09-22, by pacien
status: let `--no-copies` override `ui.statuscopies`
2022-09-22, by Martin von Zweigbergk
run-tests: display the time it took to install Mercurial
2022-09-22, by Pierre-Yves David
run-tests: deal with distutil deprecation
2022-09-22, by Pierre-Yves David
fsmonitor: migrate Python ABCs from collections to collections.abc
2022-09-09, by Martin von Zweigbergk
templates: add filter to reverse list
2022-09-15, by Manuel Jacob
requires: re-use vfs.tryread for simplicity
2022-09-07, by Jason R. Coombs
tests: fix the flaky test test-logtoprocess.t
stable
2022-09-20, by Arseniy Alekseyev
bisect: avoid copying ancestor list for non-merge commits
2022-08-30, by Arun Kulshreshtha
packaging: update dulwich to drop the certifi dependency on Windows
stable
2022-09-06, by Matt Harbison
rhg-status: add support for narrow clones
2022-07-25, by Raphaël Gomès
rust: add support for hints in error messages
2022-07-19, by Raphaël Gomès
rust: add Debug constraint to Matcher trait
2022-07-11, by Raphaël Gomès
tests: fix tar invocation, to address issue 6740
stable
2022-09-19, by Arseniy Alekseyev
rhg: add sparse support
2022-07-19, by Raphaël Gomès
rhg: add debugrhgsparse command to help figure out bugs in rhg
2022-07-19, by Raphaël Gomès
rhg-status: extract a function for printing pattern file warnings
2022-07-26, by Raphaël Gomès
rust-filepatterns: allow overriding default syntax
2022-07-18, by Raphaël Gomès
rhg: don't fallback if `strip` or `rebase` are activated
2022-07-12, by Raphaël Gomès
rhg: fallback in `debugdata` if repo has `narrow`
2022-07-11, by Raphaël Gomès
rust-status: expose DifferenceMatcher from Rust to Python
2022-07-06, by Raphaël Gomès
rust-matchers: implement DifferenceMatcher
2022-07-06, by Raphaël Gomès
rhg: support "!" syntax for disabling extensions
2022-07-11, by Raphaël Gomès
revlog: finer computation of "issnapshot"
2022-05-20, by Pierre-Yves David
perf: make perf::bundle compatible down to 5.2
2022-08-26, by Pierre-Yves David
perf: make perf::bundle compatible before 61ba04693d65
2022-08-26, by Pierre-Yves David
branching: merge stable into default
2022-09-01, by Raphaël Gomès
relnotes: add 6.2.1 and 6.2.2
stable
2022-09-01, by Raphaël Gomès
Added signature for changeset b5c8524827d2
stable
2022-09-01, by Raphaël Gomès
Added tag 6.2.2 for changeset b5c8524827d2
stable
2022-09-01, by Raphaël Gomès
dirstate-v2: no longer register the data-file during transaction
stable
6.2.2
2022-09-01, by Pierre-Yves David
fsmonitor: use new dirstate APIs (issue6728)
stable
2022-08-30, by Raphaël Gomès
dirstate-v2: backup the data file during the transaction (issue6730)
stable
2022-08-31, by Pierre-Yves David
dirstate-v2: display a possible issue with transaction
stable
2022-08-31, by Pierre-Yves David
test-dirstate: do not get out of the test directory
stable
2022-08-31, by Pierre-Yves David
rust-matchers: fix behavior of `IncludeMatcher` with multiple includes
stable
2022-08-29, by Raphaël Gomès
compare-disco: support for `file` nodes specification
2022-06-05, by Pierre-Yves DAVID
compare-disco: move case parsing into its own function
2022-06-04, by Pierre-Yves DAVID
compare-disco: add an option to skip the case
2022-06-04, by Pierre-Yves DAVID
compare-disco: display a header by default
2022-06-04, by Pierre-Yves DAVID
compare-disco: prepare for primitive argument parsing
2022-06-04, by Pierre-Yves DAVID
tests: improve portability by no longer using the flag [tar --force-local]
stable
2022-08-30, by Arseniy Alekseyev
phase-shelve: correct unicode string to honor 'shelve.store=internal'
2022-08-22, by Jason R. Coombs
status: include `repo` in template context also for resolved paths
2022-08-12, by Martin von Zweigbergk
shelve: remove strip and rely on prior state (issue6735)
2022-08-24, by Jason R. Coombs
shelve: in test for trailing whitespace, strip commit (issue6735)
2022-08-17, by Jason R. Coombs
shelve: demonstrate that the state is different across platforms (issue6735)
2022-08-15, by Jason R. Coombs
phase: rename the requirement for internal-phase (BC)
2022-08-16, by Pierre-Yves David
phase: introduce a dedicated requirement for the `archived` phase
2022-08-16, by Pierre-Yves David
phase: introduce a dedicated function to check for the archived phase
2022-08-16, by Pierre-Yves David
rebase: add boolean config item rebase.store-source
2022-04-20, by C. Masloch
tests: remove flakiness in a time-dependent test
stable
2022-08-25, by Arseniy Alekseyev
sort-revset: introduce a `random` variant
2022-07-25, by Pierre-Yves David
tests: remove flakiness in test-nointerrupt.t
stable
2022-08-26, by Arseniy Alekseyev
perf: properly process formatter option in perf::unbundle
2022-08-25, by Pierre-Yves David
perf: quiet stdout output in perf::unbundle
2022-08-25, by Pierre-Yves David
perf: quiet stderr output in perf::unbundle
2022-08-25, by Pierre-Yves David
bisect: avoid adding irrelevant revisions to bisect state
2022-08-23, by Arun Kulshreshtha
bisect: limit ancestors to revs topologically between good and bad revs
2022-08-23, by Arun Kulshreshtha
bisect: bypass changectx when translating revs to nodes
2022-08-23, by Arun Kulshreshtha
rhg: make [rhg status -v] work when it needs no extra output
2022-08-24, by Arseniy Alekseyev
perf: introduce a benchmark for delta-find
2022-07-28, by Pierre-Yves David
automation: set PATH when building on Windows
stable
2022-07-19, by Gregory Szorc
contrib: update Mercurial install in bootstrap environment
stable
2022-07-17, by Gregory Szorc
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
tip