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.
rust: Switch to the memmap2-rs crate
2021-09-10, by Simon Sapin
rust: Make OwningDirstateMap generic and move it into hg-core
2021-09-09, by Simon Sapin
rust: Move PyBytesWithData out of copy-tracing code
2021-09-06, by Simon Sapin
rust: Move VFS code to its own module
2021-09-06, by Simon Sapin
rhg: Switch rhg.ignored-extensions config to Python-compatible list syntax
2021-09-03, by Simon Sapin
rhg: Port Python’s `ui.configlist` as `Config::get_list`
2021-02-17, by Simon Sapin
rust: Generalize the `trim_end_newlines` utility of byte strings
2021-09-03, by Simon Sapin
dirstate-item: move the C implementation to the same logic
2021-08-30, by Pierre-Yves David
dirstate-item: introduce low level C function
2021-08-31, by Pierre-Yves David
dirstate-item: factor some code in the C implementation
2021-08-27, by Pierre-Yves David
dirstate-item: `dirstate_item_from_v1_data` replaces make_dirstate_item
2021-08-27, by Pierre-Yves David
pathutil: replace the `skip` argument of `dirs` with a boolean
2021-08-30, by Pierre-Yves David
dirstate: clarify the message in nonnormal checking
2021-09-02, by Pierre-Yves David
merge: with stable
2021-09-08, by Augie Fackler
narrow: fix commits of empty files
stable
2021-09-10, by Valentin Gatien-Baron
narrow: show repo corruption when commiting empty files
stable
2021-09-10, by Valentin Gatien-Baron
filemerge: be more strict when detecting conflict markers, add `|` markers
stable
2021-09-07, by Kyle Lippincott
dirstate-item: implement `v1_mtime` with higher level block
2021-08-27, by Pierre-Yves David
dirstate-item: implement `v1_size` with higher level block
2021-08-27, by Pierre-Yves David
dirstate-item: implement v1_state with higher level block
2021-08-27, by Pierre-Yves David
dirstate-item: add more logic to `from_p2`
2021-08-27, by Pierre-Yves David
dirstate-item: implement `merged_removed` in a simpler way
2021-08-27, by Pierre-Yves David
dirstate-item: implement `removed` in a simpler way
2021-08-27, by Pierre-Yves David
dirstate-item: implement `from_p2_removed` in a simpler way
2021-08-27, by Pierre-Yves David
dirstate-item: implement `from_p2` in a simpler way
2021-08-27, by Pierre-Yves David
dirstate-item: implement `merged` in a simpler way
2021-08-27, by Pierre-Yves David
dirstate-item: implement `added` in a simpler way
2021-08-27, by Pierre-Yves David
dirstate-item: implement `tracked` in a simpler way
2021-08-27, by Pierre-Yves David
dirstate-item: keep the full information in memory (for pure form)
2021-08-27, by Pierre-Yves David
dirstate-item: have all the logic go through the v1_ accessors
2021-08-26, by Pierre-Yves David
dirstate-item: drop the deprecated __getitem__ variante
2021-08-26, by Pierre-Yves David
branching: merge stable into default
2021-08-30, by Raphaël Gomès
tests: normalize the way some debug output it matched
2021-08-27, by Valentin Gatien-Baron
tests: drop hgrc bits that have become the default
2021-08-02, by Valentin Gatien-Baron
tests: manual cleanup now that dummyssh usage is implied
2021-08-02, by Valentin Gatien-Baron
tests: rely on dummyssh being the default
2021-08-02, by Valentin Gatien-Baron
tests: setup dummyssh as the default ssh
2021-08-02, by Valentin Gatien-Baron
dirstate: drop the `_otherparent` method
2021-08-24, by Pierre-Yves David
dirstate: drop the `_normal` method
2021-08-24, by Pierre-Yves David
dirstate: drop the `_merge` method
2021-08-24, by Pierre-Yves David
dirstate: drop the deprecated `drop` method
2021-08-24, by Pierre-Yves David
dirstate: drop the deprecated `merge` method
2021-08-24, by Pierre-Yves David
dirstate: drop the deprecated `remove` method
2021-08-24, by Pierre-Yves David
dirstate: drop the deprecated `add` method
2021-08-24, by Pierre-Yves David
dirstate: drop the deprecated `otherparent` method
2021-08-24, by Pierre-Yves David
dirstate: drop the deprecated `normallookup` method
2021-08-24, by Pierre-Yves David
dirstate: drop the deprecated `normal` method
2021-08-24, by Pierre-Yves David
dirstate: also wrap the new method in `dirstatenonnormalcheck`
2021-08-24, by Pierre-Yves David
dirstatemap: also discard item from sets
2021-08-20, by Pierre-Yves David
dirstatemap: drop unused internal constant definition
2021-07-16, by Pierre-Yves David
dirstate-item: add dedicated "legacy" constructor for `addfile` case
2021-07-16, by Pierre-Yves David
dirstatemap: use the default code to handle "merged" case
2021-07-16, by Pierre-Yves David
dirstatemap: use the default code to handle "added" case
2021-07-16, by Pierre-Yves David
dirstatemap: use the default code to handle "removed" case
2021-07-16, by Pierre-Yves David
dirstatemap: use the default code to handle "clean-p2" case
2021-07-16, by Pierre-Yves David
dirstatemap: use the default code to handle "p2-tracked" case
2021-07-16, by Pierre-Yves David
dirstatemap: use the default code to handle "possibly_dirty" case
2021-07-16, by Pierre-Yves David
dirstatemap: use the default code to handle normal entry
2021-07-16, by Pierre-Yves David
dirstatemap: conclude `reset_state` with logic using the new __init__
2021-07-16, by Pierre-Yves David
dirstatemap: temporarily return early in `reset_state`
2021-07-16, by Pierre-Yves David
dirstate-item: feed more information to `__init__`
2021-07-16, by Pierre-Yves David
rust-dirstatemap: temporarily use `from_v1_data` in `addfile`
2021-08-20, by Pierre-Yves David
dirstatemap: temporarily use `from_v1_data` in `addfile`
2021-07-16, by Pierre-Yves David
dirstate-item: fix the declaration of the Cext `from_v1_meth`
2021-08-20, by Pierre-Yves David
dirstate-item: fix Cext declaration of dm_nonnormal and dm_otherparent
2021-08-20, by Pierre-Yves David
dirstatemap: replace `removefile` by an explicit `entry.set_untracked()`
2021-08-20, by Pierre-Yves David
dirstate: forward `remove` call to newer `API`
2021-08-20, by Pierre-Yves David
Added signature for changeset 86a60679cf61
stable
2021-08-30, by Pulkit Goyal
Added tag 5.9.1 for changeset 86a60679cf61
stable
2021-08-30, by Pulkit Goyal
fix: again allow formatting the working copy while merging
stable
5.9.1
2021-08-27, by Martin von Zweigbergk
pyoxidizer: add arch to PyOxidizer MSIs
stable
2021-08-26, by Gregory Szorc
pyoxidizer: pass arch to WiXInstaller()
stable
2021-08-26, by Gregory Szorc
contrib: install PyOxidizer 0.17.0
stable
2021-08-26, by Gregory Szorc
packaging: reference proper output directory
stable
2021-08-26, by Gregory Szorc
packaging: pass extra_pyoxidizer_vars only to pyoxidizer
stable
2021-08-25, by Gregory Szorc
hg: don't attempt to extend `sys.path` with the user site without `APPDATA`
stable
2021-08-26, by Matt Harbison
ci: only run the phabricator step if the previous on succeeded
stable
2021-08-26, by Pierre-Yves David
branching: merge stable into default
2021-08-25, by Raphaël Gomès
store: return just one filename in walk functions
2021-08-02, by Valentin Gatien-Baron
tests: rename test-clone-uncompressed.t
2021-08-01, by Valentin Gatien-Baron
debugrebuildfncache: add a cheaper option to rebuild the fncache
2021-08-06, by Valentin Gatien-Baron
test: reduce noise, so the important bits stand out
2021-08-06, by Valentin Gatien-Baron
wireprotov1peer: update all rpcs to use the new batchable scheme
2021-08-24, by Valentin Gatien-Baron
wireprotov1peer: simplify the way batchable rpcs are defined
2021-08-24, by Valentin Gatien-Baron
clone: properly create target directories during local clone (issue6581)
stable
2021-08-25, by Pierre-Yves David
clone: add a file demonstrating issue6581 in test-clone-stream.t
stable
2021-08-25, by Pierre-Yves David
clone: verify the local clone in test-clone-stream.t
stable
2021-08-25, by Pierre-Yves David
clone: automatically glob stream clone output in test
stable
2021-08-25, by Pierre-Yves David
clone: fix a comment in test-clone-stream.t
stable
2021-08-25, by Pierre-Yves David
windows: degrade to py2 behavior when reading a non-symlink as a symlink
stable
2021-08-22, by Matt Harbison
pyoxidizer: add user-site to `sys.path` on Windows
stable
2021-08-18, by Matt Harbison
zeroconf: fix an issue concatenating bytes and str
stable
2021-08-18, by Matt Harbison
revlog: fix more type confusion in index_replace_sidedata_info (issue6580)
stable
2021-08-24, by Julien Cristau
revlog: fix type confusion with sidedata_comp_len (issue6580)
stable
2021-08-24, by Julien Cristau
dirstate: directly call the dirstatemap in `set_untracked`
2021-08-20, by Pierre-Yves David
resources: narrow the try:except clause to minimum
2021-08-19, by Pierre-Yves David
merge with stable
2021-08-22, by Matt Harbison
resources: stop important a non existent FileNotFoundError
stable
2021-08-19, by Pierre-Yves David
template: FileNotFoundError is actually a built in exception
stable
2021-08-19, by Pierre-Yves David
check-code: drop the camelcase checks
stable
2021-08-19, by Pierre-Yves David
Added signature for changeset 53221078e0de
stable
2021-08-20, by Pulkit Goyal
Added tag 5.9 for changeset 53221078e0de
stable
2021-08-20, by Pulkit Goyal
pyoxidizer: always run the associated CI jobs
stable
5.9
2021-08-16, by Pierre-Yves David
pyoxidizer: skip for ZeroConf related test for now
stable
2021-08-18, by Pierre-Yves David
pyoxidizer: disable the test for disabled & broken extensions help
stable
2021-08-18, by Pierre-Yves David
pyoxidizer: re-install PYTHONPATH behavior
stable
2021-08-18, by Pierre-Yves David
windows: add pytest-vcr to the dependencies
stable
2021-08-18, by Pierre-Yves David
pyoxidizer: wrap the pyoxidizer script on multiple line
stable
2021-08-18, by Pierre-Yves David
pyoxidized: silence the fuzzywuzzy warning about python-Levenshtein
stable
2021-08-18, by Pierre-Yves David
pyoxidized: install fuzzywuzzy too
stable
2021-08-18, by Pierre-Yves David
pyoxidized: adapt output of test-install.t
stable
2021-08-18, by Pierre-Yves David
pyoxidized: disable part of `test-install.t` related to pip and virtualenv
stable
2021-08-18, by Pierre-Yves David
pyoxidized: adapt output of test-bad-extension.t
stable
2021-08-18, by Pierre-Yves David
pyoxidized: adapt output of test-flagprocessor.t
stable
2021-08-18, by Pierre-Yves David
pyoxidized: adapt output of `test-phases.t`
stable
2021-08-18, by Pierre-Yves David
pyoxidized: add a copy of the `doc` directory in the right location
stable
2021-08-18, by Pierre-Yves David
pyoxidized: add a copy of the `contrib` directory in the right location
stable
2021-08-18, by Pierre-Yves David
pyoxidized: add a copy of the `defaultrc` file in the right location
stable
2021-08-18, by Pierre-Yves David
pyoxidized: add a copy of the `helptext` directory in the right location
stable
2021-08-18, by Pierre-Yves David
template: handle missing resource in `_readmapfile`
stable
2021-08-18, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip