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.
deltas: at a `target_rev` parameter to finddeltainfo
2021-06-20, by Pierre-Yves David
revlog: list older-but-still-around file in `files`
2021-06-09, by Pierre-Yves David
revlog: add docket method to request new content files
2021-05-29, by Pierre-Yves David
revlog: add a way to keep track of older uids in the docket
2021-05-20, by Pierre-Yves David
revlog: factor the logic to determine the delta compression out
2021-06-21, by Pierre-Yves David
nodemap: fix some comment formatting
2021-06-10, by Pierre-Yves David
revlogv2: fix `hg verify` with revlog v2
2021-06-09, by Pierre-Yves David
revlogv2: also test that local clone works
2021-06-08, by Pierre-Yves David
clone: also report the bookmark file as copied
2021-06-08, by Pierre-Yves David
clone: reuse the stream clone logic for local clone
2021-06-08, by Pierre-Yves David
copyfiles: add a way to relax the file system checking for hardlink
2021-06-09, by Pierre-Yves David
copyfile: add a option callback for failed hardlinking
2021-06-08, by Pierre-Yves David
streamingclone: extract the scanning part from the generation part
2021-06-08, by Pierre-Yves David
vfs: add a `register_file` method on the vfs class
2021-06-08, by Pierre-Yves David
clone: use "official" API to create local clone destination
2021-06-09, by Pierre-Yves David
localrepo: introduce a clone_requirements function
2021-06-09, by Pierre-Yves David
createrepository: allow to directly pass the target requirements
2021-06-07, by Pierre-Yves David
narrowbundle: use new context manager for silencing the ui
2021-06-18, by Martin von Zweigbergk
debugbackupbundle: use new context manager for silencing the ui
2021-06-18, by Martin von Zweigbergk
ui: add a context manager for silencing the ui (pushbuffer+popbuffer)
2021-06-18, by Martin von Zweigbergk
shelve: don't swallow errors that happen when reverting the working copy
2021-06-18, by Martin von Zweigbergk
histedit: don't swallow errors that happen when updating the working copy
2021-06-18, by Martin von Zweigbergk
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip