Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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.
revlogv2: temporarily forbid inline revlogs
2021-02-19, by Raphaël Gomès
changegroupv4: add sidedata helpers
2021-02-19, by Raphaël Gomès
revlog: add attribute on revlogs that specifies its kind
2021-03-10, by Raphaël Gomès
sidedata-exchange: add `wanted_sidedata` and `sidedata_computers` to repos
2021-02-19, by Raphaël Gomès
delta: add sidedata field to revision delta
2021-02-18, by Raphaël Gomès
changegroup: add v4 changegroup for revlog v2 exchange
2021-02-18, by Raphaël Gomès
revlogv2: don't assume that the sidedata of the last rev is right after data
2021-02-19, by Raphaël Gomès
sidedata: move to new sidedata storage in revlogv2
2021-01-18, by Raphaël Gomès
cext: add support for revlogv2
2021-01-20, by Raphaël Gomès
bitmanipulation: add utils to read/write bigendian 64bit integers
2021-01-18, by Raphaël Gomès
format: remove sidedata format variant
2021-03-04, by Raphaël Gomès
revlogv2: allow upgrading to v2
2021-01-20, by Raphaël Gomès
revlog: introduce v2 format
2021-01-28, by Raphaël Gomès
rebase: inline simple function for finding obsolete subset of commits
2021-02-12, by Martin von Zweigbergk
ci: hook network-io tests into the pipeline
2021-02-25, by Joerg Sonnenberger
merge: with stable
2021-03-12, by Augie Fackler
test: update expected output in test-http.t
2021-03-10, by Pierre-Yves David
remotefilelog: remove unused import
2021-03-10, by Pierre-Yves David
wireprotov1peer: don't raise internal errors in some cases
2021-02-25, by Valentin Gatien-Baron
sshpeer: don't fail forwarding output from closed connections
2021-02-25, by Valentin Gatien-Baron
test: show internal exception with batchable rpcs over ssh
2021-02-25, by Valentin Gatien-Baron
rhg: Ignore trailing newlines in .hg/sharedpath
2021-03-04, by Simon Sapin
tests: Add `--rhg` and `--with-rhg=<path>` options for `run-tests.py`
2021-03-02, by Simon Sapin
rhg: Add support for automatic fallback to Python
2021-03-01, by Simon Sapin
rhg: Add a `rhg.on-unsupported` configuration key
2021-03-01, by Simon Sapin
rhg: Make configuration available as early as possible in main()
2021-03-01, by Simon Sapin
rust: Upgrade Cargo.lock to the newer format
2021-03-02, by Simon Sapin
sshpeer: enable+fix warning about sshpeers not being closed explicitly
2021-02-15, by Valentin Gatien-Baron
sshpeer: add a develwarning if an sshpeer is not closed explicitly
2021-02-15, by Valentin Gatien-Baron
remotefilelog: rework workaround for sshpeer deadlocks
2021-02-15, by Valentin Gatien-Baron
sshpeer: add a method to check if a doublepipe is closed
2021-02-15, by Valentin Gatien-Baron
sshpeer: make sshpeer.close() close the underlying connection
2021-02-15, by Valentin Gatien-Baron
copies-rust: add a macro-based unit-testing framework
2021-01-11, by Simon Sapin
copies-rust: rewrite ChangedFiles binary parsing
2021-01-06, by Simon Sapin
tags: validate nodes in _getfnodes() and update cache in case of unknown nodes
2021-03-02, by Pulkit Goyal
debugtagscache: verify that filenode is correct
2021-02-15, by Pulkit Goyal
tests: demonstrate a case where a corrupt tag cache causes an abort
2020-12-24, by Matt Harbison
debugcommands: prevent using `is False`
2021-02-16, by Pulkit Goyal
hgtagsfnodes: refactor code to compute fnode into separate fn
2021-02-16, by Pulkit Goyal
error: remove shortening of node in error message
2021-02-10, by Pulkit Goyal
copies: filter out copies grafted from another branch
2021-03-04, by Martin von Zweigbergk
copies: inline _backwardrenames() in pathcopies()
2021-03-05, by Martin von Zweigbergk
copies: extract function _backwardcopies() for reversing renames
2021-03-05, by Martin von Zweigbergk
tests: demonstrate how grafted copies are counted when tracing across branches
2021-03-05, by Martin von Zweigbergk
typing: add some type annotations to mercurial/pathutil.py
2021-03-06, by Matt Harbison
typing: add some type annotations to mercurial/util.py
2021-03-06, by Matt Harbison
typing: add some type annotations to mercurial/phases.py
2021-03-06, by Matt Harbison
typing: add type annotations to the public methods of mercurial/subrepoutil.py
2021-03-06, by Matt Harbison
typing: add type annotations to mercurial/i18n.py
2021-03-06, by Matt Harbison
typing: add type annotations to mercurial/utils/dateutil.py
2021-03-06, by Matt Harbison
shelve: fix conversion of exceptions to strings flagged by pytype
2021-03-06, by Matt Harbison
releasenotes: use the right API to access the 'sections'
2021-03-06, by Pierre-Yves David
requirements: also add a fncache constant
2021-03-03, by Raphaël Gomès
requirements: also add a store constant
2021-03-03, by Raphaël Gomès
requirements: also add a dotencode constant
2021-03-03, by Raphaël Gomès
pure-parsers: document index class constants
2021-03-02, by Raphaël Gomès
copies: choose target directory based on longest match
2021-03-04, by Martin von Zweigbergk
exchange: stop advertising rev-branch-cache bundle capability
2021-03-04, by Joerg Sonnenberger
errors: use more specific errors in rebase extension
2021-01-29, by Martin von Zweigbergk
changelog: rename parameters to reflect semantics
2021-03-01, by Joerg Sonnenberger
rhg: Don’t attempt to read persistent nodemap without .hg/requires opt-in
2021-02-25, by Simon Sapin
debian: support a "chg-first" installation mechanism (hg is actually chg)
2021-02-04, by Kyle Lippincott
relnotes: document a number of node->revision type changes
2021-03-04, by Joerg Sonnenberger
requirements: also add a generaldelta constant
2021-03-03, by Raphaël Gomès
requirements: add constant for revlog v1 requirement
2021-03-03, by Raphaël Gomès
error: add `hint` attribute to `SidedataHashError`
2021-02-18, by Raphaël Gomès
changegroup: use the local variable instead of reaching through self
2021-02-19, by Raphaël Gomès
config: use level to properly deal with value priority
2021-01-29, by Pierre-Yves David
config: track the "level" of a value
2021-01-29, by Pierre-Yves David
config: track "source" along side value
2021-01-29, by Pierre-Yves David
config: use a new `alter` method in `fixconfig`
2021-01-30, by Pierre-Yves David
copies-rust: remove an unnecessary format!() inside assert!()
2021-03-01, by Martin von Zweigbergk
copies: tests and fix parallel computation of changed file information
2021-03-01, by Pierre-Yves David
config: test priority involving alias and cli
2021-01-29, by Pierre-Yves David
config: test priority involving alias and include
2021-01-29, by Pierre-Yves David
config: test priority involving alias
2021-01-29, by Pierre-Yves David
rhg: Check .hg/requires for absence of required features
2021-02-25, by Simon Sapin
rhg: Bug fix: with share-safe, always read store requirements
2021-02-25, by Simon Sapin
copies-rust: pass closures and iterators instead of `&ChangedFiles`
2021-01-11, by Simon Sapin
copies-rust: pass `PathToken` around by value
2021-01-08, by Simon Sapin
tests: correct a commit description in test-copies-chain-merge.t
2021-02-24, by Martin von Zweigbergk
fuzz: if the caller of our makefile sets CC and CXX, trust them
2021-02-24, by Augie Fackler
rhg: Use clap’s support for global CLI arguments
2021-02-26, by Simon Sapin
revlog: add a mechanism to verify expected file position before appending
2021-02-03, by Kyle Lippincott
narrow: remove assertion about working copy being clean
2021-02-23, by Martin von Zweigbergk
tests: demonstrate assertion error when modifying working copy while narrowing
2021-02-23, by Martin von Zweigbergk
ci: test real dependency installation for pip
2021-02-04, by Joerg Sonnenberger
rust: Add some unit tests for parse_byte_size in config
2021-02-17, by Simon Sapin
rust: Move config value parsing functions to a new module
2021-02-17, by Simon Sapin
rhg: Add support for the blackbox extension
2021-02-16, by Simon Sapin
blackbox: Remove misleading quotes in config example
2021-02-17, by Simon Sapin
rust: Add a log file rotation utility
2021-02-11, by Simon Sapin
rust: Add a `ConfigValueParseError` variant to common errors
2021-02-16, by Simon Sapin
rust: Add config parsing support for more value types
2021-02-16, by Simon Sapin
rust: Introduce a get_bytes_from_os_str utility function
2021-02-17, by Simon Sapin
rust: Make `DirstateParents`’s fields typed `Node`s
2021-02-17, by Simon Sapin
rust: Rewrite dirstate parsing usin the `bytes-cast` crate
2021-02-17, by Simon Sapin
rhg: Move `Repo` object creation into `main()`
2021-02-15, by Simon Sapin
rhg: Group values passed to every sub-command into a struct
2021-02-15, by Simon Sapin
rhg: Remove error message on unsupported CLI arguments
2021-02-12, by Simon Sapin
copies-rust: send PyBytes values back be dropped ino the parent thread
2021-01-05, by Simon Sapin
copies-rust: introduce PyBytesWithData to reduce GIL requirement
2020-11-26, by Simon Sapin
copies-rust: move CPU-heavy Rust processing into a child thread
2021-01-06, by Simon Sapin
copies-rust: split up combine_changeset_copies function into a struct
2021-01-05, by Simon Sapin
copies-rust: extract generic map merge logic from merge_copies_dict
2020-12-23, by Simon Sapin
copies-rust: use imrs::OrdSet instead of imrs::HashSet
2020-12-21, by Pierre-Yves David
copies-rust: use simpler overwrite when value on both side are identical
2020-12-21, by Pierre-Yves David
copies-rust: make more use of the new comparison property
2020-12-21, by Pierre-Yves David
copies-rust: implement PartialEqual manually
2020-12-16, by Pierre-Yves David
copies-rust: record "overwritten" information from both side on delete
2020-12-16, by Pierre-Yves David
copies-rust: refactor the "deletion" case
2020-12-16, by Pierre-Yves David
copies-rust: process copy information of both parent at the same time
2020-12-16, by Pierre-Yves David
copies-rust: yield both p1 and p2 copies in `ChangedFiles.actions()`
2020-12-21, by Pierre-Yves David
copies-rust: extract the processing of a single copy information
2020-12-16, by Pierre-Yves David
copies-rust: use matching to select the final copies information
2020-12-16, by Pierre-Yves David
copies-rust: get the parents' copies earlier
2020-12-16, by Pierre-Yves David
copies-rust: remove the ancestor Oracle logic
2020-12-15, by Pierre-Yves David
copies-rust: track "overwrites" directly within CopySource
2020-12-15, by Pierre-Yves David
copies-rust: add methods to build and update CopySource
2020-12-23, by Pierre-Yves David
copies-rust: fix reverted argument when merging tiny minor or major
2020-12-23, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip