Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-480
+480
+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.
revlog: add a new test file focussed on testing transactionally issue
2021-05-03, by Pierre-Yves David
revlogv2: store version information in the docket only
2021-05-03, by Pierre-Yves David
revlogv2: introduce a very basic docket file
2021-05-03, by Pierre-Yves David
branching: merge stable into default
2021-05-17, by Raphaël Gomès
revlogv2: mark revlogv2 as requires a full upgrade
2021-05-03, by Pierre-Yves David
revlog: unify flag processing when loading index
2021-05-03, by Pierre-Yves David
revlog: unify checks for supported flag
2021-05-03, by Pierre-Yves David
side-data: drop the associated config and requirements
2021-05-03, by Pierre-Yves David
revlog: fix capitalisation of an error
2021-05-03, by Pierre-Yves David
test: no longer directly use the sidedata config and requirements
2021-05-03, by Pierre-Yves David
sidedata: add a 'side-data' repository feature and use it
2021-05-03, by Pierre-Yves David
statichttp: add the missing `features` attribute
2021-05-03, by Pierre-Yves David
sidedata: use revlogv2 requirement in the test helper
2021-05-03, by Pierre-Yves David
upgrade: display sidedata before upgrade
2021-05-03, by Pierre-Yves David
revlog: determine sidedata support based on the revlog version
2021-05-03, by Pierre-Yves David
requirements: no longer drop `generaldelta` requirement with revlogv2
2021-05-03, by Pierre-Yves David
config: drop the `format.exp-revlogv2.2` option
2021-05-03, by Pierre-Yves David
revlog: only use the `_indexfp` method for read operation
2021-05-03, by Pierre-Yves David
revlog: use `_writing` in `rewrite_sidedata`
2021-05-03, by Pierre-Yves David
revlog: open files in 'r+' instead of 'a+'
2021-05-03, by Pierre-Yves David
revlog: pass a transaction object to `rewrite_sidedata`
2021-05-03, by Pierre-Yves David
revlog: rename variable in `rewrite_sidedata` to match other code
2021-05-03, by Pierre-Yves David
revlog: introduce a mandatory `_writing` context to update revlog content
2021-05-03, by Pierre-Yves David
revlog: preindent some code in _enforceinlinesize
2021-05-03, by Pierre-Yves David
revlog: preindent some code in addgroup
2021-05-03, by Pierre-Yves David
pyoxidizer: use Python 3.9 (BC)
2021-05-06, by Gregory Szorc
packaging: use PyOxidizer for producing WiX MSI installer
2021-05-06, by Gregory Szorc
packaging: extract invocation of pyoxidizer to own function
2021-05-06, by Gregory Szorc
packaging: rename run_pyoxidizer()
2021-05-06, by Gregory Szorc
packaging: move documentation HTML building to own function
2021-05-06, by Gregory Szorc
pyoxidizer: support code signing
2021-05-06, by Gregory Szorc
pyoxidizer: support producing MSI installers
2021-05-06, by Gregory Szorc
pyoxidizer: use allocator_backend instead of raw_allocator
2021-05-06, by Gregory Szorc
pyoxidizer: simplify targets
2021-05-06, by Gregory Szorc
contrib: install PyOxidizer 0.16.0
2021-05-06, by Gregory Szorc
pyoxidizer: pin Python to 3.8
2021-05-06, by Gregory Szorc
pyoxidizer: remove some boilerplate in file
2021-05-06, by Gregory Szorc
contrib: upgrade Rust in Windows automation
2021-05-06, by Gregory Szorc
contrib: update Python versions in Windows automation
2021-05-06, by Gregory Szorc
automation: update rust in Linux environment
2021-05-06, by Gregory Szorc
automation: install latest Python versions in Linux environment
2021-05-06, by Gregory Szorc
automation: create Python 3.5 variant of requirements.txt
2021-05-06, by Gregory Szorc
hgweb: Fix deprecation warning in Python 3.10 (issue6520)
2021-05-15, by Karthikeyan Singaravelan
dirstate-tree: Remove newly-empty nodes after removing a `DirstateEntry`
2021-05-10, by Simon Sapin
dirstate-tree: Refactor DirstateMap::drop_file to be recursive
2021-05-10, by Simon Sapin
templates: fix `revset('parents()') % ...` in amend message template
2021-05-11, by Martin von Zweigbergk
path: teach the `hg path` command to display boolean sub-option
2021-04-15, by Pierre-Yves David
parselist: move the function from config to stringutil
2021-04-16, by Pierre-Yves David
bookmark: use `list_paths` to access path definition
2021-04-16, by Pierre-Yves David
urlutil: make `paths` class old list of `path`
2021-04-15, by Pierre-Yves David
urlutil: extract `chain_path` in a function
2021-04-15, by Pierre-Yves David
urlutil: add a `copy` method to `path
2021-04-15, by Pierre-Yves David
template: add a `paths` field to all entry in peerurls
2021-04-15, by Pierre-Yves David
cache: avoid warming the fnodetags cache after clone
stable
2021-05-07, by Pierre-Yves David
run-tests: fix whitelist/blacklist with directories on Windows
stable
2021-05-05, by Matt Harbison
run-tests: ignore PermissionError when checking available ports
stable
2021-03-11, by Matt Harbison
status: Add some more tests
2021-05-11, by Simon Sapin
run-tests: use the same python version for shebang lines on Windows
2021-05-08, by Matt Harbison
vfs: Fix deprecation warning in Python 3.10 (issue6520)
2021-05-14, by Karthikeyan Singaravelan
contrib: fix typo
2021-05-12, by Raphaël Gomès
revlog: rename `indexdata` to entry_data
2021-05-03, by Pierre-Yves David
revlog: use "entry_point" phrasing for loading the revlog
2021-05-03, by Pierre-Yves David
revlog: directly use self._format_flags when loading index
2021-05-03, by Pierre-Yves David
revlog: directly use self._format_version when loading index
2021-05-03, by Pierre-Yves David
revlog: use `_format_flags` to access flags instead of `header`
2021-05-03, by Pierre-Yves David
revlog: rename `newversionflags` to `new_header`
2021-05-03, by Pierre-Yves David
revlog: rename `versionflags` to header
2021-05-03, by Pierre-Yves David
revlog: move index reading logic in a dedicated method
2021-05-03, by Pierre-Yves David
revlog: define the actual index and datafile at loading time
2021-05-03, by Pierre-Yves David
revlog: simplify a conditionnal in _enforceinlinesize
2021-05-03, by Pierre-Yves David
revlog: drop `flush` parameter from `_peek_iscensored`
2021-05-03, by Pierre-Yves David
revlog: fix error message when data are missing
2021-05-03, by Pierre-Yves David
revlog: rename `nodemap_file` to `_nodemap_file`
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in error related to bad revisions
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in "revision too big" errors
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in censor related errors
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in integrity error
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in ambiguity errors
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id for corruption error
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in format related errors
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in narrow error message
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id in LookupError
2021-05-03, by Pierre-Yves David
revlog: use revlog.display_id for FilteredLookupError
2021-05-03, by Pierre-Yves David
revlog: introduce a `display_id` property
2021-05-03, by Pierre-Yves David
revlog: also use radix when computing nodemap data file
2021-05-03, by Pierre-Yves David
revlog: stop usage of `_indexfile` to computing nodemap path
2021-05-03, by Pierre-Yves David
revlog: use a "radix" to address revlog
2021-05-03, by Pierre-Yves David
revlog: rename `datafile` to `datafile`
2021-05-03, by Pierre-Yves David
revlog: rename `indexfile` to `_indexfile`
2021-05-03, by Pierre-Yves David
filelog: drop `indexfile` from `filelog`
2021-05-03, by Pierre-Yves David
manifest: drop the `indexfile` from `manifestrevlog`
2021-05-03, by Pierre-Yves David
revlog: deal with special "postfix" explicitely
2021-05-03, by Pierre-Yves David
revlog: split the option initialisation in its own method
2021-05-03, by Pierre-Yves David
revlog: always "append" full size tuple
2021-05-03, by Pierre-Yves David
revlog: make the index always return the same tuple
2021-05-03, by Pierre-Yves David
revlog: introduce an explicit `format_version` member in the index struct
2021-05-03, by Pierre-Yves David
revlog: rename `hdrsize` to `entry_size` in the C code
2021-05-03, by Pierre-Yves David
revlog: split the `version` attribute into its two components
2021-05-03, by Pierre-Yves David
verify: pass a revlog to `_checkrevlog` in `_verifymanifest`
2021-05-03, by Pierre-Yves David
revlog: replace flag check related to generaldelta with attribute check
2021-05-03, by Pierre-Yves David
revlog: replace REVLOGV2 check related to sidedata with `hassidedata` checks
2021-05-03, by Pierre-Yves David
revlog: explicitely pass the "indexfile" parameter
2021-05-03, by Pierre-Yves David
revlog: highlight current incompatibility in `rewrite_sidedata`
2021-05-03, by Pierre-Yves David
revlog: adjust rewrite_sidedata code to not delete existing revlog content
2021-05-03, by Pierre-Yves David
status: Add tests for some more edge cases
2021-05-07, by Simon Sapin
status: Extend issue 6483 test to exclude patterns
2021-05-07, by Simon Sapin
dirstate-tree: Add a test showing that issue 6335 is fixed
2021-05-07, by Simon Sapin
dirstate-tree: Add a dirstate-v1-tree variant of some tests
2021-05-03, by Simon Sapin
merge with stable
2021-05-07, by Matt Harbison
rename: add hint about --at-rev if source file doesn't exist
2021-05-07, by Martin von Zweigbergk
dirstate-tree: Borrow paths from the "on disk" bytes
2021-04-30, by Simon Sapin
dirstate-tree: Borrow copy source paths from the "on disk" bytes
2021-04-30, by Simon Sapin
rust: Use `&HgPath` instead of `&HgPathBuf` in may APIs
2021-04-30, by Simon Sapin
dirstate-tree: Make `DirstateMap` borrow from a bytes buffer
2021-04-30, by Simon Sapin
rust: Read dirstate from disk in DirstateMap constructor
2021-04-30, by Simon Sapin
rust: Remove handling of `parents` in `DirstateMap`
2021-04-30, by Simon Sapin
dirstate-tree: Fold "tracked descendants" counter update in main walk
2021-04-30, by Simon Sapin
dirstate-tree: Use HashMap instead of BTreeMap
2021-04-29, by Simon Sapin
dirstate-tree: Add #[timed] attribute to `status` and `DirstateMap::read`
2021-04-27, by Simon Sapin
dirstate-tree: Paralellize the status algorithm with Rayon
2021-04-27, by Simon Sapin
dirstate-tree: Avoid BTreeMap double-lookup when inserting a dirstate entry
2021-04-27, by Simon Sapin
dirstate-tree: Handle I/O errors in status
2021-04-26, by Simon Sapin
dirstate-tree: Ignore FIFOs etc. in the status algorithm
2021-04-26, by Simon Sapin
dirstate-tree: Add the new `status()` algorithm
2021-04-16, by Simon Sapin
dirstate-tree: Give to `status()` mutable access to the `DirstateMap`
2021-04-16, by Simon Sapin
rust: Add doc-comments to DirstateStatus fields
2021-04-06, by Simon Sapin
rust: Move "lookup" a.k.a. "unsure" paths into `DirstateStatus` struct
2021-04-06, by Simon Sapin
rust: Remove DirstateMap::file_fold_map
2021-04-13, by Simon Sapin
dirstate-tree: Add "non normal" and "from other parent" sets
2021-04-09, by Simon Sapin
dirstate-tree: Add add_file, remove_file, and drop_file
2021-04-09, by Simon Sapin
dirstate-tree: Add has_dir and has_tracked_dir
2021-04-12, by Simon Sapin
dirstate-tree: Add clear_ambiguous_times in the new DirstateMap
2021-04-12, by Simon Sapin
dirstate-tree: Add copy_map_insert and copy_map_remove
2021-04-12, by Simon Sapin
dirstate-tree: Maintain a counter of DirstateEntry’s and copy sources
2021-04-12, by Simon Sapin
dirstate-tree: Serialize to disk
2021-04-12, by Simon Sapin
rust: Add a Timestamp struct instead of abusing Duration
2021-04-12, by Simon Sapin
dirstate-tree: Add tree traversal/iteration
2021-04-06, by Simon Sapin
dirstate-tree: Add map `get` and `contains_key` methods
2021-04-06, by Simon Sapin
dirstate-tree: Add parsing only dirstate parents from disk
2021-04-06, by Simon Sapin
dirstate-tree: Implement DirstateMap::read
2021-03-31, by Simon Sapin
dirstate-tree: Add `WithBasename` wrapper for `HgPath`
2021-04-08, by Simon Sapin
dirstate-tree: Empty shell for a second Rust DirstateMap implementation
2021-03-30, by Simon Sapin
dirstate-tree: Abstract "non-normal" and "other parent" sets
2021-04-08, by Simon Sapin
dirstate-tree: Make Rust DirstateMap bindings go through a trait object
2021-03-30, by Simon Sapin
remotefilelog: use the correct capability when using getfilestype threaded
2021-05-05, by Kévin Lévesque
test-copies: test that copies' sidedata can get computed during push
2021-04-19, by Pierre-Yves David
test-copies: test that copies' sidedata can get computed during pull
2021-04-19, by Pierre-Yves David
test-copies: test that copies' sidedata does not get corrupted during push
2021-04-19, by Pierre-Yves David
test-copies: test that copies' sidedata does not get corrupted during pull
2021-04-19, by Pierre-Yves David
test-copies: simplify some conditional output
2021-04-19, by Pierre-Yves David
sidedata: move documentation about sidedata helpers to sidedata module
2021-04-19, by Raphaël Gomès
sidedata: move sidedata-related utils to the dedicated module
2021-04-19, by Raphaël Gomès
sidedata: replace sidedata upgrade mechanism with the new one
2021-04-19, by Raphaël Gomès
sidedata: add a way of replacing an existing sidedata computer
2021-04-19, by Raphaël Gomès
bundle2: remove restriction around sidedata
2021-04-08, by Raphaël Gomès
heptapod-ci: enable pytype checking
stable
2021-04-12, by Matt Harbison
hghave: fix the definition of `python3` to work on Windows
stable
2021-05-06, by Matt Harbison
util: avoid echoing the password to the console on Windows py3 (issue6446)
stable
2021-05-12, by Matt Harbison
sidedata: enable sidedata computers to optionally rewrite flags
2021-04-08, by Raphaël Gomès
cg4: introduce protocol flag to signify the presence of sidedata
2021-04-10, by Raphaël Gomès
changegroup: don't limit cgv4 to revlogv2 repos
2021-04-08, by Raphaël Gomès
sidedata: gate sidedata functionality to revlogv2 in more places
2021-04-08, by Raphaël Gomès
sidedata: register copies sidedata computer regardless of the revlog version
2021-03-30, by Raphaël Gomès
revlog: replace the old `revlog_kind` approach with the new `target` one
2021-04-08, by Pierre-Yves David
revlog: introduce an explicit tracking of what the revlog is about
2021-04-06, by Pierre-Yves David
config: add --source option to include source of value
2021-05-04, by Martin von Zweigbergk
rewriteutil: say how many commits would become orphan if commit is rewritten
2021-05-04, by Martin von Zweigbergk
rewriteutil: give examples of public changesets that can't be rewritten
2021-05-04, by Martin von Zweigbergk
convert: update p4 for Python 3
stable
2021-05-10, by Nate Skulic
tests: change the fixer commands to use the buffer attribute on stdio objects
stable
2021-05-02, by Matt Harbison
tests: stabilize test-persistent-nodemap.t on Windows
stable
2021-05-01, by Matt Harbison
tests: invoke some shell scripts through the shell interpreter for Windows
stable
2021-05-02, by Matt Harbison
tests: run python script through quoted interpreter instead of directly
stable
2021-05-01, by Matt Harbison
tests: ensure `$PYTHON` is quoted for Windows
stable
2021-05-01, by Matt Harbison
black: make codebase compatible with black v21.4b2 and v20.8b1
stable
2021-04-30, by Kyle Lippincott
debugcommands: fix some plural-agreements I noticed
stable
2021-05-04, by Augie Fackler
merge: with stable
2021-05-03, by Augie Fackler
Added signature for changeset 067f2c53fb24
stable
2021-05-03, by Pulkit Goyal
Added tag 5.8 for changeset 067f2c53fb24
stable
2021-05-03, by Pulkit Goyal
branching: merge stable into default
2021-05-03, by Raphaël Gomès
phabricator: adapt to the new `urlutil.url()` API
stable
5.8
2021-05-01, by Matt Harbison
extensions: ignore exceptions from an extension's `getversion()` method
stable
2021-04-30, by Matt Harbison
git: ensure all dirstate state values are bytes
stable
2021-04-28, by Matt Harbison
tests: synchronize the git and Mercurial username
stable
2021-04-28, by Matt Harbison
git: initialize `extra` to have at least the branch name for nullid
stable
2021-04-27, by Matt Harbison
git: consistently use str for parents when rebuilding the index database
stable
2021-04-27, by Matt Harbison
git: pass the correct type to the sqlite3 query for baselog.hasnode()
stable
2021-04-27, by Matt Harbison
git: use the correct type for stopping changelog.revs()
stable
2021-04-27, by Matt Harbison
git: use the proper filenode for deleted files in changelog.changelogrevision
stable
2021-04-27, by Matt Harbison
tests: add coverage for git.changelog.headrevs(...)
stable
2021-04-27, by Matt Harbison
git: make changelog.tiprev() return int instead of tuple (issue6510)
stable
2021-04-27, by Matt Harbison
git: fix partial node matching
stable
2021-04-27, by Matt Harbison
tests: stabilize test-git-interop.t for some versions of git
stable
2021-04-27, by Matt Harbison
manifests: push down expected node length into the parser
2021-04-30, by Joerg Sonnenberger
core: don't hard-code node length
2021-04-30, by Joerg Sonnenberger
core: don't hard-code hex node lengths
2021-04-30, by Joerg Sonnenberger
tests: bump default timeout to 360s
stable
2021-04-30, by Joerg Sonnenberger
enforcesinglehead-test: add the expected node output next to the error
2021-05-03, by Pierre-Yves David
revlog: code for `revlogv0` in its own module
2021-04-08, by Pierre-Yves David
revlog: have an explicit "pack_header" method
2021-04-01, by Pierre-Yves David
revlog: remove the revlogio class
2021-05-01, by Pierre-Yves David
revlog: fix some comment style
2021-05-01, by Pierre-Yves David
revlog: add a `entry_binary` method on index
2021-04-08, by Pierre-Yves David
template: make an explicit closure for formatting entry in peerurls
2021-04-15, by Pierre-Yves David
template: use `list_paths` in `peerurls`
2021-04-15, by Pierre-Yves David
paths: use `list_paths` in `hg paths`
2021-04-15, by Pierre-Yves David
urlutil: introduce a new `list_paths` function
2021-04-15, by Pierre-Yves David
urlutil: deprecate `getpath`
2021-04-15, by Pierre-Yves David
urlutil: inline the relevant part of `getpath` in `get_push_paths`
2021-04-15, by Pierre-Yves David
url_util: introduce a `try_path` function
2021-04-15, by Pierre-Yves David
narrow: add more status messages when narrowing
2021-04-20, by Martin von Zweigbergk
narrow: add progress-reporting when looking for local changes in `hg tracked`
2021-04-20, by Martin von Zweigbergk
chg: pass --no-profile to disable profiling when starting hg serve
2021-04-16, by Kyle Lippincott
profiling: add --no-profile to disable profiling enabled via config
2021-04-16, by Kyle Lippincott
tests: fix test-chg to ignore a warning about being unable to set locale
2021-04-16, by Kyle Lippincott
branch: delete obsolete message about changing branch of obsolete commit
2021-04-27, by Martin von Zweigbergk
rewriteutil: check for divergence
2021-02-23, by Martin von Zweigbergk
rewriteutil: adapt "cannot %s while merging" to work with "change branch of"
2021-04-28, by Martin von Zweigbergk
rewriteutil: point to help about instability when rewriting creates orphan
2021-02-11, by Martin von Zweigbergk
help: add topic about evolution, based on text from evolve extension
2021-04-27, by Martin von Zweigbergk
rewriteutil: add devel warning if precheck is called with contexts
2021-02-11, by Martin von Zweigbergk
rewriteutil: replace "null changeset" by "the null revision" in error message
2021-04-27, by Martin von Zweigbergk
relnotes: copy contents of "next" to "5.8" and clear "next"
stable
2021-04-20, by Martin von Zweigbergk
dirstateguard: use mktemp-like functionality to generate the backup filenames
stable
2021-04-20, by Kyle Lippincott
node: replace nullid and friends with nodeconstants class
2021-03-29, by Joerg Sonnenberger
repoview: separate concerns in _filteredrepotypes comment
stable
2021-04-24, by Georges Racinet
repoview: fix memory leak of filtered repo classes
stable
2021-04-23, by Georges Racinet
repoview: style change in newtype() cache handling
stable
2021-04-24, by Georges Racinet
tests: don't hard-code /bin/bash
stable
2021-04-22, by Joerg Sonnenberger
lint: fix failing code check
stable
2021-04-21, by Raphaël Gomès
typing: enable pytype processing on mercurial/upgrade_utils/actions.py
stable
2021-04-14, by Matt Harbison
incoming: use bytes for an error message
stable
2021-04-18, by Matt Harbison
merge: stable heads
stable
2021-04-21, by Augie Fackler
Added signature for changeset 8d2b62d716b0
stable
2021-04-21, by Augie Fackler
Added tag 5.8rc1 for changeset 8d2b62d716b0
stable
2021-04-21, by Augie Fackler
relnote: mention a nodemap bug fixes
stable
2021-04-20, by Pierre-Yves David
relnote: document the use of persistent-nodemap by default for Rust build
stable
2021-04-20, by Pierre-Yves David
relnode: document the move to `zstd` as default compression
stable
2021-04-20, by Pierre-Yves David
relnote: clarify the backward compatibility entry about p1/p2 swap
stable
2021-04-20, by Pierre-Yves David
mail: add a TODO about proper mbox locking
stable
2021-04-20, by Matt Harbison
packaging: extract pre-computed version when running from plain tarball
stable
5.8rc1
2021-04-20, by Joerg Sonnenberger
Added signature for changeset f67b8946bb1b
stable
2021-04-20, by Augie Fackler
Added tag 5.8rc0 for changeset f67b8946bb1b
stable
2021-04-20, by Augie Fackler
merge: default into stable for 5.8 rc
stable
5.8rc0
2021-04-20, by Augie Fackler
mail: force SMTPException to bytes before wrapping in error.Abort
2021-04-19, by Matt Harbison
mail: split out the SMTP login to allow the keyring extension to wrap it
2021-04-19, by Matt Harbison
store: exclude `undo.` nodemap's file from `walk`
2021-04-20, by Pierre-Yves David
streamclone: treat volatile file as "fullfile"
2021-04-20, by Pierre-Yves David
nodemap: add a test about nodemap "vacuum" during stream clone
2021-04-19, by Pierre-Yves David
nodemap: add a test about racy commit during stream clone
2021-04-19, by Pierre-Yves David
streamclone: remove sleep based "synchronisation" in tests
2021-04-19, by Pierre-Yves David
testing: add a `write_file` function
2021-04-19, by Pierre-Yves David
testing: add a utility function to wait for file create
2021-04-19, by Pierre-Yves David
streamclone: check the errors log in tests
2021-04-19, by Pierre-Yves David
mail: use a context manager when writing to mbox
2021-04-20, by Matt Harbison
errors: remove unnecessary varargs handling from OutOfBandError
2021-04-19, by Martin von Zweigbergk
phab-refresh: use a special comment on the stable branch
2021-04-19, by Pierre-Yves David
phab-refresh: extract the comment in a variable
2021-04-19, by Pierre-Yves David
tests: make test-archive.t pass on py3.9 (issue6504)
2021-04-19, by Martin von Zweigbergk
errors: raise RemoteError in some places in exchange.py
2021-04-19, by Martin von Zweigbergk
errors: introduce a class for remote errors
2021-04-19, by Martin von Zweigbergk
errors: make OutOfBandError extend Abort
2021-04-19, by Martin von Zweigbergk
revlog: replace revlog._io.size with a new revlog.index.entry_size
2021-04-05, by Pierre-Yves David
perf-discovery: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
help: clarify when `$HG_URL` and `$HG_SOURCE` are added in hooks
2021-04-14, by Aay Jay Chan
nodemap: deal with data mmap error
2021-04-16, by Pierre-Yves David
nodemap: test various corruption scenario for the persistent nodemap
2021-04-16, by Pierre-Yves David
cmdutil: fix an uninitialize variable usage in clearunfinished()
2021-04-17, by Matt Harbison
help: document `$HG_NEW_OBSMARKERS` in pretxnclose hook
2021-04-05, by Aay Jay Chan
help: prepend environment variables used in hooks with "$"
2021-04-01, by Aay Jay Chan
revset: drop an outdated comment
2021-04-15, by Pierre-Yves David
ui: deprecated `ui.expandpath`
2021-04-15, by Pierre-Yves David
urlutil: remove usage of `ui.expandpath` in `get_clone_path`
2021-04-14, by Pierre-Yves David
urlutil: remove usage of `ui.expandpath` in `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
urlutil: remove usage of `ui.expandpath` in `get_pull_paths`
2021-04-14, by Pierre-Yves David
debugbackupbundle: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
debugssl: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
debugdiscovery: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
profiling: use `util.expandpath` instead of `ui.expandpath` for output
2021-04-14, by Pierre-Yves David
dispatch: use the new API to resolve --repository
2021-04-14, by Pierre-Yves David
revset: use `get_unique_pull_path` for `remote(…)`
2021-04-14, by Pierre-Yves David
remotefilelog: use `get_unique_pull_path` in `getflogheads`
2021-04-14, by Pierre-Yves David
summary: use the new APIs
2021-04-14, by Pierre-Yves David
share: use `get_clone_path`
2021-04-14, by Pierre-Yves David
init: use `get_clone_path` when suitable
2021-04-14, by Pierre-Yves David
clone: use `get_clone_path`
2021-04-14, by Pierre-Yves David
incoming: kill the `repo._subtoppath =` hack
2021-04-14, by Pierre-Yves David
identify: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
bundle: support multiple destinations
2021-04-14, by Pierre-Yves David
lfs: use the new APIs
2021-04-14, by Pierre-Yves David
fastannotate: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
remotefilelog: use the right expandpath in to expand `~`
2021-04-14, by Pierre-Yves David
transplant: use `get_unique_pull_path`
2021-04-16, by Pierre-Yves David
infinitepush: use `get_unique_pull_path`
2021-04-16, by Pierre-Yves David
relink: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
histedit: use `get_unique_push_path`
2021-04-14, by Pierre-Yves David
urlutil: add a new `get_unique_push_path`
2021-04-14, by Pierre-Yves David
fetch: use `get_unique_pull_path` to retrieve the path
2021-04-14, by Pierre-Yves David
patchbomb: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
narrow: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
urlutil: add a new `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
mq: use the new `get_clone_path` to get the remote url
2021-04-14, by Pierre-Yves David
urlutil: add a `get_clone_path` function
2021-04-14, by Pierre-Yves David
outgoing: use `get_push_paths` in the revset too
2021-04-11, by Pierre-Yves David
incoming: use `urlutil.get_pull_paths`
2021-04-14, by Pierre-Yves David
outgoing: accept multiple destinations
2021-04-14, by Pierre-Yves David
outgoing: pass subrepo path using function argument instead of abssource hack
2021-04-15, by Pierre-Yves David
subrepo: introduce a `repo_rel_or_abs_source` function
2021-04-15, by Pierre-Yves David
urlutil: use bytes for Abort messages
2021-04-14, by Matt Harbison
changegroup: update comment
2021-04-08, by Raphaël Gomès
re2: adjust local variable assignment scope
2021-04-12, by Matt Harbison
rhg: Make `files` work on repo-relative paths when possible
2021-03-13, by Simon Sapin
split: avoid strip if split is a no-op (identical to original)
2021-04-12, by Kyle Lippincott
split: fix issue with empty splits adjusting phases
2021-04-12, by Kyle Lippincott
split: add test demonstrating issue with empty splits adjusting phases
2021-04-12, by Kyle Lippincott
test-lfs: fix expected output
2021-04-14, by Pierre-Yves David
test-lfs: avoid a bashism when spawning the server
2021-04-14, by Pierre-Yves David
test-lfs: avoid pagination
2021-04-14, by Pierre-Yves David
run-test: make it clearer why we terminating process
2021-04-14, by Pierre-Yves David
push-dests: move the code around missing default dest inside `get_push_paths`
2021-04-13, by Pierre-Yves David
push-dests: rework the handling of default value
2021-04-13, by Pierre-Yves David
outgoing: merge the code handling --graph with the main one
2021-04-11, by Pierre-Yves David
outgoing: move filtering logic in its own function
2021-04-13, by Pierre-Yves David
outgoing: make `recurse` a real function
2021-04-11, by Pierre-Yves David
outgoing: remove some early return
2021-04-11, by Pierre-Yves David
infinitepush: use the new function to determine push destination
2021-04-10, by Pierre-Yves David
urlutil: add a `get_pull_paths` to perform the pull destination logic
2021-04-13, by Pierre-Yves David
urlutil: add a `get_push_paths` to perform the push destination logic
2021-04-12, by Pierre-Yves David
urlutil: extract `parseurl` from `hg` into the new module
2021-04-12, by Pierre-Yves David
urlutil: extract `url` related code from `util` into the new module
2021-04-12, by Pierre-Yves David
urlutil: extract `path` related code into a new module
2021-04-11, by Pierre-Yves David
help: document the `path://` url scheme
2021-04-10, by Pierre-Yves David
help: point to `hg help urls` in `hg help config.paths`
2021-04-10, by Pierre-Yves David
merge with stable
2021-04-12, by Matt Harbison
narrow: add capabilities for local repos, not just remote peers
2021-04-09, by Charles Chamberlain
typing: make minor adjustments to mercurial/util.py to pass pytype checking
2021-03-25, by Matt Harbison
util: fix the signature for the pypy override of sortdict.update()
2021-03-25, by Matt Harbison
typing: add type hints to mercurial/error.py
2021-03-25, by Matt Harbison
tests: add a (very slow) test that executes pytype
2021-03-19, by Matt Harbison
upgrade: do not hardcore file extension of revlogs
2021-04-06, by Pierre-Yves David
upgrade: take advantage of the new information returned by `store.walk`
2021-04-06, by Pierre-Yves David
store: also return some information about the type of file `walk` found
2021-04-06, by Pierre-Yves David
tests: skip test-git-interop.t on Windows
2021-04-05, by Matt Harbison
contrib: restore the `hg fix` configuration in the examples
2021-04-05, by Matt Harbison
blackbox: fix type error on log rotation on read-only filesystem
2021-03-31, by Valentin Gatien-Baron
rust: Remove use of `py.eval()`
2021-04-08, by Simon Sapin
rust: Remove the compile-time 'dirstate-tree' feature flag
2021-04-08, by Simon Sapin
procutil: avoid using os.fork() to implement runbgcommand
2020-09-13, by Valentin Gatien-Baron
share: store relative share paths with '/' separators
2021-04-08, by Matt Harbison
unit-tests: Fix `cargo test` on 32-bit platforms
2021-04-09, by Simon Sapin
rename: add --forget option and stop suggesting `hg revert` for undoing
2021-04-09, by Martin von Zweigbergk
win32: enable legacy I/O mode to fix missing pager output on Windows with py3
2021-04-09, by Matt Harbison
persistent-nodemap: enable the feature by default when using Rust
2021-01-14, by Pierre-Yves David
persistent-nodemap: disable it for test-wireproto-content-redirects.t
2021-04-09, by Pierre-Yves David
persistent-nodemap: disable it for test-wireproto-command-capabilities.t
2021-04-09, by Pierre-Yves David
persistent-nodemap: disable it unconditionally for test-wireproto-caching.t
2021-04-09, by Pierre-Yves David
persistent-nodemap: disable it unconditionally for test-ssh-proto-unbundle.t
2021-04-09, by Pierre-Yves David
persistent-nodemap: disable it unconditionally for test-ssh-proto.t
2021-04-09, by Pierre-Yves David
persistent-nodemap: disable it unconditionally for test-share-safe.t
2021-04-09, by Pierre-Yves David
persistent-nodemap: disable it unconditionally for test-http-protocol.t
2021-04-09, by Pierre-Yves David
persistent-nodemap: disable it unconditionally for test-http-bad-server.t
2021-04-09, by Pierre-Yves David
clang-format: run the formatter on mercurial/cext/revlog.c
2021-04-08, by Pierre-Yves David
revlog-compression: use zstd by default (if available)
2021-04-06, by Pierre-Yves David
rhg: make rhg recognise it supports zstd compression for revlogs
2021-04-07, by Pierre-Yves David
match: convert O(n) to O(log n) in exactmatcher.visitchildrenset
2021-03-31, by Kyle Lippincott
exthelper: improve docs to indicate what module vars are needed
2021-03-30, by Kyle Lippincott
tests: restore the ability to run `black` on Windows
2021-04-05, by Matt Harbison
setup: copy python3.dll next to hg.exe when building on Windows for hgext.git
2021-04-03, by Matt Harbison
tests: stablize test-hook.t on Windows
2021-04-03, by Matt Harbison
tests: handle Windows file separator differences in test-config.t
2021-04-03, by Matt Harbison
tests: update the detailed exit codes for icasefs gated tests
2021-04-03, by Matt Harbison
tests: update the detailed exit codes in test-phabricator.t
2021-04-03, by Matt Harbison
tests: avoid using rebaseskipobsolete=0
2021-03-25, by Martin von Zweigbergk
rebase: when using --keep, don't care about pruned commits or divergence
2021-03-25, by Martin von Zweigbergk
rebase: remove duplicate initialization of a field
2021-03-25, by Martin von Zweigbergk
rust: bump rust-cpython version to 0.5.2
2021-04-05, by Pierre-Yves David
revlog: directly use the Struct object for related operation
2021-04-05, by Pierre-Yves David
revlog: move the "index header" struct inside revlog.utils.constants
2021-04-05, by Pierre-Yves David
revlog: move the details of revlog "v2" index inside revlog.utils.constants
2021-04-05, by Pierre-Yves David
revlog: move the details of revlog "v1" index inside revlog.utils.constants
2021-04-05, by Pierre-Yves David
revlog: move the details of revlog "v0" index inside revlog.utils.constants
2021-04-05, by Pierre-Yves David
revlog: add some comment in the header sections
2021-04-05, by Pierre-Yves David
store: drop the `filefilter` argument to `_walk`
2021-04-06, by Pierre-Yves David
store: document the `walk` method
2021-04-06, by Pierre-Yves David
revlog: fix error about unknown compression format in py3
2021-04-06, by Valentin Gatien-Baron
revlog-compression: fix computation of engine availability
2021-04-07, by Pierre-Yves David
test: explicitly use zlib compression in tests/test-share-safe.t
2021-04-07, by Pierre-Yves David
test: explicitly use zlib compression in tests/test-upgrade-repo.t
2021-04-06, by Pierre-Yves David
test: explicitly use zlib compression in tests/test-repo-compengines.t
2021-04-06, by Pierre-Yves David
remotefilelog: include file contents in bundles produced during strip
2021-04-06, by Kyle Lippincott
tests: add test-remotefilelog-strip.t to demonstrate an issue with linknodes
2021-04-06, by Kyle Lippincott
mergestate: remove unused import
2021-03-31, by Joerg Sonnenberger
deb: avoid use of [[ in 'rules' file
2021-03-30, by Kyle Lippincott
refactor: prefer checks against nullrev over nullid
2021-03-30, by Joerg Sonnenberger
refactor: prefer lookup by revision, even for null
2021-03-30, by Joerg Sonnenberger
setdiscovery: simplify by using tiprev directly
2021-03-29, by Joerg Sonnenberger
test: enforce master to be the default branch in test
2021-03-28, by Pierre-Yves David
fix: merge imports
2021-03-28, by Joerg Sonnenberger
tests: update divergence test for `hg fix` to actually result in divergence
2021-02-11, by Martin von Zweigbergk
rebase: don't call rewriteutil.precheck() with to-be-skipped commits
2021-03-23, by Martin von Zweigbergk
reabase: call rewriteutil.precheck() a bit later
2021-03-23, by Martin von Zweigbergk
rebase: set `prepared = True` at very end of `_preparenewrebase()`
2021-03-23, by Martin von Zweigbergk
rebase: filter out descendants of divergence-causing commits earlier
2021-03-19, by Martin von Zweigbergk
rebase: clarify names of variables and function related to obsolete revisions
2021-03-19, by Martin von Zweigbergk
rebase: calculate obsolescense-related info earlier
2021-02-12, by Martin von Zweigbergk
rebase: let _handleskippingobsolete(self) read directly from self
2021-02-12, by Martin von Zweigbergk
tests: test divergence created during interrupted rebase
2021-03-23, by Martin von Zweigbergk
tests: split up test-rebase-obsolete.t in four pieces
2021-03-23, by Martin von Zweigbergk
path: error out if the `path://` reference point to an unknown path
2021-03-24, by Pierre-Yves David
path: forbid chaining `path://` definitions
2021-03-23, by Pierre-Yves David
path: introduce a `path://` syntax to reference other path name
2021-03-18, by Pierre-Yves David
path: extract sub-option logic into its own method
2021-03-21, by Pierre-Yves David
path: extract the path validation logic into its own submethod
2021-03-21, by Pierre-Yves David
path: move handling of "default" (*) suboptions value inside __init__
2021-03-18, by Pierre-Yves David
rhg: Initial support for the 'status' command
2021-03-16, by Georges Racinet
rhg: raise wdir specific error for `hg debugdata`
2021-03-23, by Pulkit Goyal
rhg: add support for detailed exit code for ConfigParseError
2021-03-20, by Pulkit Goyal
contributor: change mentions of mpm to olivia
2021-03-25, by Raphaël Gomès
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
typing: disable processing of mercurial/upgrade_utils/actions.py
stable
2021-03-25, by Matt Harbison
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
re2: feed unicode string to re2 module when necessary
stable
2021-03-26, 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
typing: rewrite a conditional assignment to unconfuse pytype
stable
2021-03-13, by Matt Harbison
typing: add assertions to localrepo.py to appease pytype
stable
2021-03-13, by Matt Harbison
obsutil: maintain a homogenous list when computing successors
stable
2021-03-12, by Matt Harbison
typing: add an assertion to verify.py to appease pytype
stable
2021-03-12, by Matt Harbison
typing: add an assertion to mercurial/hgweb/webcommands.py to help pytype
stable
2021-03-12, by Matt Harbison
crecord: null out the curses attribute with `None` on failure to import
stable
2021-03-12, by Matt Harbison
typing: fix directives mangled by black
stable
2021-03-13, by Matt Harbison
typing: disable module attribute warnings for properly conditionalized code
stable
2021-03-13, by Matt Harbison
typing: disable import error warnings that are already handled
stable
2021-03-13, by Matt Harbison
typing: disable a few errors when accessing Windows specific attributes
stable
2021-03-12, by Matt Harbison
typing: disable a few errors calling py3.7+ functions in resourceutil.py
stable
2021-03-12, 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
less
more
|
(0)
-30000
-10000
-3000
-1000
-480
+480
+1000
+3000
tip