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.
histedit: don't record labels for output that we will discard
2021-06-18, by Martin von Zweigbergk
dog-raft: work with str-keyed opts throughout
2021-06-10, by Martin von Zweigbergk
cmdutil: make resolvecommitoptions() work on str-keyed opts
2021-06-10, by Martin von Zweigbergk
cmdutil: make amend() take str-keyed opts
2021-06-10, by Martin von Zweigbergk
commit: keep opts dict str-keyed a bit longer
2021-06-10, by Martin von Zweigbergk
dog-raft: keep opts dict str-keyed a bit longer
2021-06-10, by Martin von Zweigbergk
cmdutil: make checknotesize() work on str-keyed opts
2021-06-10, by Martin von Zweigbergk
amend: work mostly with str-type **opts for simplicity
2021-06-10, by Martin von Zweigbergk
revlog: use file read caching for sidedata
2021-06-15, by Simon Sapin
revlog: Extract low-level random-access file read caching logic
2021-06-08, by Simon Sapin
typing: disable warnings for a couple of Windows specific attributes
2021-06-11, by Matt Harbison
typing: suppress a false error in mercurial/revlogutils/docket.py on py2
2021-06-12, by Matt Harbison
transaction: simplify `undo.backupfiles` file creation with a variable
2021-06-09, by Pierre-Yves David
transaction: narrow the error filtering when failing to rename undo file
2021-06-09, by Pierre-Yves David
transaction: clarify a conditionnal about version check
2021-06-09, by Pierre-Yves David
transaction: extract message about different version in a constants
2021-06-09, by Pierre-Yves David
transaction: explain why some recovery failed
2021-06-09, by Pierre-Yves David
copyfiles: deal with existing file when hardlinking
2021-06-07, by Pierre-Yves David
clone: cleanup the "cleanup dir" logic used during local clone
2021-06-08, by Pierre-Yves David
config: add an experimental option to list all known config
2021-04-09, by Pierre-Yves David
revlog: byteify a few error strings
2021-06-12, by Matt Harbison
revlog: fix a typo closing the wrong file
2021-06-12, by Matt Harbison
py3: byteify the version string passed to the deprecation warning method
2021-06-11, by Matt Harbison
urlutil: byteify several localized messages
2021-06-11, by Matt Harbison
urlutil: use the deprecation warning function on the `ui` object
2021-06-11, by Matt Harbison
dirstate-v2: Store a hash of ignore patterns (.hgignore)
2021-06-02, by Simon Sapin
rhg: propogate error coming from HgError::Abort to CommandError
2021-06-07, by Pulkit Goyal
rhg: add exit code to HgError::Abort()
2021-06-07, by Pulkit Goyal
rhg: split non_repo_config and `--config` loading in different functions
2021-06-07, by Pulkit Goyal
rhg: look for repository in ancestors also instead of cwd only
2021-05-24, by Pulkit Goyal
rhg: read [paths] for `--repository` value
2021-04-11, by Pulkit Goyal
merge: with stable
2021-06-07, by Augie Fackler
revlog: allow to pass an existing docket to `_loadindex()`
2021-05-30, by Pierre-Yves David
revlog: add a ways to blacklist some revision when searching for a delta
2021-05-30, by Pierre-Yves David
util: add `nb_bytes` argument to `copyfile` to partially copy a file
2021-05-30, by Pierre-Yves David
revlog: move `revisioninfo` in `revlogutils`
2021-05-30, by Pierre-Yves David
revlog: use the `entry` function in bundlerepo
2021-05-30, by Pierre-Yves David
revlog: use entry in revlogv0.py
2021-05-30, by Pierre-Yves David
revlog: use the new `entry` function in revlog.py
2021-05-30, by Pierre-Yves David
revlog: add a function to build index entry tuple
2021-05-30, by Pierre-Yves David
revlog: move `offset_type` to `revlogutils`
2021-05-30, by Pierre-Yves David
revlog: move entry documentation alongside new related constants
2021-05-22, by Pierre-Yves David
censor: drop size limitation on the tombstone
2021-05-21, by Pierre-Yves David
revlog: move censoring code in a dedicated module
2021-05-29, by Pierre-Yves David
censor: reduce risk of censor test blowing up output limit
2021-05-29, by Pierre-Yves David
revlog: store sidedata in their own file
2021-05-28, by Pierre-Yves David
revlog: fix docket.date_filepath docstring
2021-05-28, by Pierre-Yves David
revlog: use dedicated code for reading sidedata
2021-05-27, by Pierre-Yves David
revlog: simplify "partial read" error message
2021-05-27, by Pierre-Yves David
revlog: no longer return sidedata from `_revisiondata`
2021-05-27, by Pierre-Yves David
revlog: use `self.sidedata` directly in `revlog.clone`
2021-05-27, by Pierre-Yves David
revlog: use `self.sidedata` directly to construct changelogrevision
2021-05-27, by Pierre-Yves David
revlog: implement sidedata without using _revisiondata
2021-05-27, by Pierre-Yves David
revlogv2: drop "sidedatacompression" from the list of todos
2021-05-28, by Pierre-Yves David
rust: Use a maintained crate for SHA-1 hashing
2021-06-02, by Simon Sapin
rust: Parse "subinclude"d files along the way, not later
2021-06-02, by Simon Sapin
rust: Make some file path parameters less generic
2021-06-02, by Simon Sapin
convert-bazaar: use breezy package instead of old bzr one
2021-04-26, by Raphaël Gomès
bzr: only support bzr conversion on Python3
2021-04-21, by Raphaël Gomès
rewriteutil: add pointer to help text when rewrite would cause divergence
2021-06-01, by Martin von Zweigbergk
rhg: Add support for dirstate-v2
2021-05-25, by Simon Sapin
rhg: Remove some intermediate Vecs in `rhg files`
2021-05-26, by Simon Sapin
merge: make applyupdates() not mutate mresult argument
2021-06-01, by Martin von Zweigbergk
index: use an explicit constant for INDEX_HEADER format and use it for docket
2021-06-03, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: use some intermediate variables instead of a multi-liner
2021-06-01, by Pierre-Yves David
verify: expand a one liner into explicit commands
2021-06-01, by Pierre-Yves David
verify: align a comment line
2021-06-01, by Pierre-Yves David
dirstate-v2: Drop parent directory cache when removing a dirstate node
2021-06-01, by Simon Sapin
dirstate-v2: Add --dirs to debugdirstate command
2021-05-31, by Simon Sapin
dirstate-v2: Write .hg/dirstate back to disk on directory cache changes
2021-05-31, by Simon Sapin
dirstate-v2: Skip readdir in status based on directory mtime
2021-05-28, by Simon Sapin
dirstate-v2: Allow tree nodes without an entry to store a timestamp
2021-05-27, by Simon Sapin
dirstate-tree: Change status() results to not borrow DirstateMap
2021-05-28, by Simon Sapin
dirstate-tree: Fix status algorithm with unreadable directory
2021-05-28, by Simon Sapin
docket: make compatible with py3.6, where Struct.format is bytes
2021-05-25, by Martin von Zweigbergk
packaging: disable rust extensions again on CentOS
stable
2021-06-15, by Mathias De Mare
cext: fix memory leak in phases computation
stable
2021-06-06, by Georges Racinet
revlogv2: make sure bundling pick a compatible bundle format
2021-05-30, by Pierre-Yves David
censor: do not process sidedata of censored revision while bundling
2021-05-30, by Pierre-Yves David
changegroup: fix deltachunk API to be consistent from one class to another
2021-05-28, by Pierre-Yves David
fuzz: add hg to sys.path when constructing mpatch corpus
2021-05-27, by Augie Fackler
dirstate-tree: Skip readdir() in `hg status -mard`
2021-05-19, by Simon Sapin
dirstate-v2: Parse the dirstate lazily, with copy-on-write nodes
2021-05-19, by Simon Sapin
dirstate-v2: Make the dirstate bytes buffer available in more places
2021-05-19, by Simon Sapin
dirstate-v2: Make more APIs fallible, returning Result
2021-05-19, by Simon Sapin
dirstate-v2: Add a zero-size error type for dirstate v2 parse errors
2021-05-19, by Simon Sapin
dirstate-tree: Add `NodeRef` and `ChildNodesRef` enums
2021-05-19, by Simon Sapin
rust: Return owned instead of borrowed DirstateEntry in DirstateMap APIs
2021-05-19, by Simon Sapin
dirstate-tree: Downgrade `&mut Node` to `&Node` in status and serialization
2021-05-19, by Simon Sapin
dirstate-tree: Remove DirstateMap::iter_node_data_mut
2021-05-19, by Simon Sapin
merge with stable
2021-05-28, by Matt Harbison
revlog: close the index file handle after the data one
2021-05-26, by Pierre-Yves David
revlog: simplify the try nesting in the `_writing` context
2021-05-26, by Pierre-Yves David
revlogv2: add a `get_data` helper to grab the next piece of docket
2021-05-20, by Pierre-Yves David
revlogv2: simplify and clarify the processing of each entry
2021-05-20, by Pierre-Yves David
revlogv2: use a unique filename for data
2021-05-19, by Pierre-Yves David
revlogv2: use a unique filename for index
2021-05-18, by Pierre-Yves David
rhg: A missing .hg/dirstate file is not an error
2021-05-22, by Simon Sapin
rhg: Sort `rhg status` output correctly
2021-05-22, by Simon Sapin
dirstate-v2: Add `hg debugupgraderepo` command support
2021-05-19, by Simon Sapin
upgrade: Use `improvement` subclasses everywhere, not instances
2021-05-21, by Simon Sapin
tests: monkeypatch `util.get_password()` to avoid deadlocks on Windows
stable
2021-05-20, by Matt Harbison
rust-status: fix ignore and include not composing (issue6514)
stable
2021-05-04, by Raphaël Gomès
rust-status: highlight a bug in Rust-augmented status
stable
2021-05-04, by Raphaël Gomès
exewrapper: avoid directly linking against python3X.dll
2021-05-11, by Matt Harbison
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip