Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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
automation: transition to Windows Server 2022
stable
2022-06-04, by Gregory Szorc
automation: refresh requirements
stable
2022-06-03, by Gregory Szorc
debug-delta-find: introduce a quiet mode
2022-07-28, by Pierre-Yves David
phase-shelve: also capture the state of shelve prior to unshelve
2022-08-17, by Jason R. Coombs
phase-shelve: Add test for shelve technique config
2022-08-10, by Jason R. Coombs
phase-shelve: Implement a 'shelve.store' experimental config
2022-08-10, by Jason R. Coombs
phase-shelve: Extract function for _target_phase
2022-08-10, by Jason R. Coombs
phase-shelve: expand the tests to capture use-cases supported
2022-08-02, by Jason R. Coombs
phase-shelve: honor and prefer obs shelves for existence and modified time
2022-07-28, by Jason R. Coombs
phase-shelve: read patch details from a (possibly internal) node in the repo
2022-07-28, by Jason R. Coombs
phase-shelve: Extract function for _optimized_match for re-use
2022-08-08, by Jason R. Coombs
obsstore: break the repo → obstore → repo loop
2022-08-17, by Pierre-Yves David
rust-status: ignored directories are now correctly only listed if opted into
stable
2022-08-17, by Raphaël Gomès
test: show how purge removes ignored directories
stable
2022-08-05, by Arseniy Alekseyev
relnotes: mention chg behavior change when given --cwd
2022-08-16, by Arun Kulshreshtha
dispatch: change cwd when loading local config
2022-08-10, by Arun Kulshreshtha
contrib: add support for rhel9
2022-08-08, by Mathias De Mare
packagelib: use python3 by default
2022-08-08, by Mathias De Mare
tests: work around libmagic bug in svn subrepo tests
2022-08-12, by Arun Kulshreshtha
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
stable
2022-07-11, by Mads Kiilerich
revlog: make _partialmatch fail fast on almost-hex inputs
2022-08-15, by Arseniy Alekseyev
perf-unbundle: add a perf command to time the unbundle operation
2022-07-12, by Pierre-Yves David
perf-bundle: accept --type argument
2022-07-11, by Pierre-Yves David
perf-bundle: accept --rev arguments
2022-07-11, by Pierre-Yves David
perf-bundle: add a new command to benchmark bundle creation time
2022-07-11, by Pierre-Yves David
Added signature for changeset f69bffd00abe
stable
2022-07-28, by Raphaël Gomès
Added tag 6.2.1 for changeset f69bffd00abe
stable
2022-07-28, by Raphaël Gomès
bundle: introduce a --exact option
2022-07-12, by Pierre-Yves David
bundlespec: add documentation about existing option
2022-07-11, by Pierre-Yves David
debug-discovery: apply spelling fixes from Raphaël
stable
6.2.1
2022-07-27, by Pierre-Yves David
tree-discovery: fix the request debug output and progress location
stable
2022-07-26, by Pierre-Yves David
debug-discovery: deal with case where common is empty
stable
2022-07-26, by Pierre-Yves David
debug-discovery: do not abort on unrelated repositories
stable
2022-07-26, by Pierre-Yves David
debug-discovery: gather the right number of roundtrips for tree discovery
stable
2022-07-26, by Pierre-Yves David
debug-discovery: also gather details on tree-discovery queries type
stable
2022-07-26, by Pierre-Yves David
debug-discovery: properly apply remote filtering in "old" mode
stable
2022-07-26, by Pierre-Yves David
debug-discovery: fix a typo in the doc
stable
2022-07-26, by Pierre-Yves David
packaging: bump dulwich to 0.20.45
stable
2022-07-19, by Matt Harbison
packaging: update keyring on Windows to avoid spurious stacktraces
stable
2022-07-19, by Matt Harbison
setup: use the full executable manifest from `python.exe`
2022-07-18, by Matt Harbison
setup: unconditionally enable the `long-paths-support` option on Windows
2022-07-18, by Matt Harbison
setup: stop shadowing the builtin `dir` symbol
2022-07-18, by Matt Harbison
subrepo: avoid opening console window for non-native subrepos on Windows
2022-07-18, by derekbrowncmu
mergestate: action name was str
stable
2022-07-19, by Georges Racinet
ci: bump pytype to 2022.03.29
2022-07-13, by Matt Harbison
typing: suppress a few attribute errors in url.py
2022-07-13, by Matt Harbison
typing: suppress a few pyi-errors with more recent pytype
2022-07-13, by Matt Harbison
sslutil: another use proper attribute to select python 3.7+
stable
2022-07-13, by Ondrej Pohorelsky
sslutil: use proper attribute to select python 3.7+
stable
2022-07-12, by Mathias De Mare
git: copy findmissingrevs() from revlog.py to gitlog.py (issue6472)
stable
2022-07-06, by Anton Shestakov
git: add a missing reset_copy keyword argument to dirstate.set_tracked()
stable
2022-07-04, by Anton Shestakov
git: make sure to fsdecode bookmark names everywhere (issue6723)
stable
2022-07-04, by Anton Shestakov
sslutil: another use proper attribute to select python 3.7+
2022-07-13, by Ondrej Pohorelsky
sslutil: use proper attribute to select python 3.7+
2022-07-12, by Mathias De Mare
branching: merge stable into default
2022-07-11, by Raphaël Gomès
Added signature for changeset 094a5fa3cf52
stable
2022-07-11, by Raphaël Gomès
Added tag 6.2 for changeset 094a5fa3cf52
stable
2022-07-11, by Raphaël Gomès
procutil: make stream detection in make_line_buffered more correct and strict
stable
6.2
2022-07-11, by Manuel Jacob
repo-upgrade: avoid a crash when multiple optimisation are specified
stable
2022-07-05, by Pierre-Yves David
rust: remove excessive calls to `#[timed]`
stable
2022-05-25, by Raphaël Gomès
rhg: add error message for paths outside the repository when cwd != root
stable
2022-05-25, by Raphaël Gomès
rust: don't swallow valuable error information
stable
2022-05-18, by Raphaël Gomès
rust: add message to `DirstateV2ParseError` to give some context
stable
2022-05-18, by Raphaël Gomès
py3: stop using deprecated Element.getchildren() method in convert/darcs
stable
2022-06-12, by Ian Moody
py3: fix bytes/unicode issues in convert/darcs
stable
2022-06-12, by Ian Moody
convert: remove old ElementTree import cruft from darcs
stable
2022-06-15, by Ian Moody
relnotes: add 6.2rc0
stable
2022-06-16, by Raphaël Gomès
Added signature for changeset 288de6f5d724
stable
2022-06-16, by Raphaël Gomès
Added tag 6.2rc0 for changeset 288de6f5d724
stable
2022-06-16, by Raphaël Gomès
branching: merge default into stable
stable
6.2rc0
2022-06-16, by Raphaël Gomès
branching: merge stable into default
2022-06-16, by Raphaël Gomès
relnotes: add 6.1.3 and 6.1.4
stable
2022-06-16, by Raphaël Gomès
Added signature for changeset 0cc5f74ff7f0
stable
2022-06-16, by Raphaël Gomès
Added tag 6.1.4 for changeset 0cc5f74ff7f0
stable
2022-06-16, by Raphaël Gomès
sparse: use the rust code even when sparse is present
2022-06-11, by Pierre-Yves David
sparse: directly inline the `set_tracked` and `copy` wrapping
2022-06-10, by Pierre-Yves David
spares: clarify some test about merging copies
2022-06-11, by Pierre-Yves David
sparse: drop the useless wrapping of `dirstate.set_untracked`
2022-06-10, by Pierre-Yves David
sparse: directly inline the `rebuild` wrapping
2022-06-11, by Pierre-Yves David
sparse: directly inline the `walk` wrapping
2022-06-11, by Pierre-Yves David
sparse: use None as the sparse matcher value when disabled
2022-06-11, by Pierre-Yves David
sparse: start moving away from the global variable for detection of usage
2022-06-08, by Pierre-Yves David
test: fix test-sparse-revlog output after debugdeltachain change
2022-06-10, by Pierre-Yves David
purge: prevent a silly crash with --confirm --files
stable
6.1.4
2022-06-14, by Pierre-Yves David
rust-dirstate: add support for nevermatcher
2022-06-08, by Raphaël Gomès
rust-dirstate: add `intersectionmatcher` to the allowed matchers
2022-06-08, by Raphaël Gomès
rust: add IntersectionMatcher
2022-06-08, by Raphaël Gomès
rust-dirstate: add `unionmatcher` to the allowed matchers
2022-06-08, by Raphaël Gomès
rust: add UnionMatcher
2022-06-08, by Raphaël Gomès
hg-cpython: refactor matcher transformation logic
2022-06-08, by Raphaël Gomès
rust: use owned types in `Matcher`
2022-06-08, by Raphaël Gomès
hg-cpython: fallback when encountering an unknown matcher
2022-06-09, by Raphaël Gomès
auto-upgrade: add an option to silence the safe-mismatch message
2022-06-14, by Pierre-Yves David
auto-upgrade: add an option to silence the tracked-hint message
2022-06-14, by Pierre-Yves David
auto-upgrade: add an option to silence the dirstate-v2 message
2022-06-14, by Pierre-Yves David
auto-upgrade: rename a variable to match the actual content
2022-06-14, by Pierre-Yves David
auto-upgrade: add an option to silence the share-safe message
2022-06-14, by Pierre-Yves David
auto-upgrade: add a test that will host "quiet" testing
2022-06-14, by Pierre-Yves David
rust-status: don't trigger dirstate v1 rewrite when only v2 data is changed
stable
2022-06-08, by Raphaël Gomès
bundlespec: check the `obsolescence` value before adding the caps
2022-05-18, by Pierre-Yves David
bundlespec: handle the presence of obsmarker part
2022-05-25, by Pierre-Yves David
bundlespec: fix the generation of bundlespec for `cg.version`
2022-05-18, by Pierre-Yves David
bundlespec: allow the bundle spec to control the bundle version
2022-05-18, by Pierre-Yves David
bundlespec: do not check for `-` in the params portion of the bundlespec
2022-05-25, by Pierre-Yves David
bundlespec: add processing of some parameter value
2022-05-18, by Pierre-Yves David
bundlespec: extract the parseparams closure
2022-05-18, by Pierre-Yves David
bundlespec: test `no` value for the `obsolescence` parameter
2022-05-25, by Pierre-Yves David
bundlespec: test that parameter overwrite the local config
2022-05-25, by Pierre-Yves David
bundlespec: do not overwrite bundlespec value with the config one
2022-05-24, by Pierre-Yves David
bundlespec: add a `overwrite` parameter to set_param
2022-05-17, by Pierre-Yves David
bundlespec: merge the contentopts and params dictionnary
2022-05-17, by Pierre-Yves David
bundlespec: test if the "obsolete=" parameter is read
2022-05-25, by Pierre-Yves David
bundlespec: fix lack of title in a evolve tests
2022-05-17, by Pierre-Yves David
bundlespec: make the `stream` case less special
2022-05-17, by Pierre-Yves David
bundlespec: phase out the `_bundlespeccgversions` mapping
2022-05-17, by Pierre-Yves David
commit: allow to close branch when committing change over a closed head
stable
2022-06-14, by Pierre-Yves David
typing: add a missing suppression directive for `msvcrt`
2022-06-13, by Matt Harbison
windows: drop some py2 compatibility code
2022-06-13, by Matt Harbison
windows: prevent bytes from being passed to registry APIs
2022-06-13, by Matt Harbison
relnotes: add 6.1.3
2022-06-02, by Raphaël Gomès
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
tip