Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+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: add an explicit `from_p2` parameter to `_addpath`
2021-07-02, by Pierre-Yves David
dirstate: add default value to _addpath
2021-07-02, by Pierre-Yves David
dirstate: move the _rangemask filtering closer to its storage
2021-07-02, by Pierre-Yves David
dirstate: introduce a symbolic constant for the AMBIGUOUS_TIME marker
2021-07-01, by Pierre-Yves David
dirstate: introduce a symbolic constant for the NONNORMAL marker
2021-07-01, by Pierre-Yves David
dirstate: introduce a symbolic constant for the FROM_P2 marker
2021-07-01, by Pierre-Yves David
dirstate: split a not-so-one-liner
2021-07-01, by Pierre-Yves David
dirstate: split a not-so-one-liner
2021-07-01, by Pierre-Yves David
dirstate: split a not-so-one-liner
2021-07-01, by Pierre-Yves David
dirstate-tree: Keep a counter of descendant nodes that have an entry
2021-06-28, by Simon Sapin
dirstate: Removed unused instances of `DirsMultiset`
2021-06-28, by Simon Sapin
dirstate-v2: Use 32-bit integers instead of 64-bit for offsets
2021-06-28, by Simon Sapin
status: Extend read_dir caching to directories with ignored files
2021-06-24, by Simon Sapin
dirstate-v2: Drop cached read_dir results after .hgignore changes
2021-06-04, by Simon Sapin
censor: split the core of the logic into its own function
2021-06-22, by Pierre-Yves David
censor: migrate the logic to a set of `censor_revs`
2021-06-22, by Pierre-Yves David
censor: rename `rl` to `revlog` in the main function
2021-06-22, by Pierre-Yves David
censor: extract the part about creating and opening new files in a function
2021-06-22, by Pierre-Yves David
censor: extract the part about recomputing delta in a function
2021-06-22, by Pierre-Yves David
censor: extract the part about writing the other revision in a function
2021-06-22, by Pierre-Yves David
censor: extract the part about writing the censored revision in a function
2021-06-22, by Pierre-Yves David
censor: put the tuple of open files in an explicit variable
2021-06-22, by Pierre-Yves David
revlog: rewrite `censors.py` to `rewrite.py`
2021-06-22, by Pierre-Yves David
Backed out changeset 9b8f326731ac
stable
2021-06-30, by Mathias De Mare
copies: Keep changelog sidedata file open during copy tracing
2021-06-17, by Simon Sapin
purge: restore the `testedwith` declaration
2021-06-22, by Matt Harbison
rust: remove dead utils module
2021-06-21, by Raphaël Gomès
rebase: use str-keyed opts in remaining places
2021-06-21, by Martin von Zweigbergk
rebase: keep str-keyed opts long enough to make `action` a str
2021-06-21, by Martin von Zweigbergk
benchmarks: restore `output` variable lost in D10884
2021-06-22, by Martin von Zweigbergk
censor: implement censoring for revlogv2
2021-06-07, by Pierre-Yves David
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip