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
+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.
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip