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
-60
+60
+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.
rust: Move DirstateEntry to its own module
2021-09-17, by Simon Sapin
patchbomb: fix traceback on outgoing when not specifying revisions
stable
2021-09-20, by Raphaël Gomès
extensions: prevent a crash on py3 with a `minimumhgversion` str value
2021-09-20, by Matt Harbison
extensions: prevent a crash on py3 when testing a bad extension minimum
2021-09-20, by Matt Harbison
typing: drop annotations on `mercurial/logcmdutil.walkopts` attributes
2021-09-20, by Matt Harbison
util: eliminate the possibility of returning None from `versiontuple()`
2021-09-20, by Matt Harbison
archival: force a `CompressionError` to bytes before passing to `error.Abort`
2021-09-20, by Matt Harbison
parser: force a `ValueError` to bytes before passing to `error.ParseError`
2021-09-20, by Matt Harbison
util: avoid a name-error warning in the `mmapread` exception handler
2021-09-20, by Matt Harbison
typing: suppress an name-error warning in `mercurial/windows.py`
2021-09-20, by Matt Harbison
typing: suppress an import-error warning in `mercurial/utils/resourceutil.py`
2021-09-20, by Matt Harbison
encoding: force a few Errors to bytes before passing to `error.Abort`
2021-09-20, by Matt Harbison
typing: add a fake `__init__()` to bytestr to distract pytype
2021-09-21, by Matt Harbison
merge: with stable
2021-09-20, by Augie Fackler
pep-517: remove the `build-backend` key to allow for users to build extensions
stable
2021-09-09, by Raphaël Gomès
dirstate: drop the `dirstatemap.dropfile` method
2021-09-15, by Pierre-Yves David
dirstate: use `reset_state` instead of `dropfile` in test-rebuildstate.t
2021-09-16, by Pierre-Yves David
dirstate: use `reset_state` instead of `dropfile` in largefile
2021-09-16, by Pierre-Yves David
dirstate: use `reset_state` in `rebuild` instead of `dropfile`
2021-09-15, by Pierre-Yves David
dirstate: use `reset_state` to drop file in `update_file_p1`
2021-09-15, by Pierre-Yves David
dirstate: support file tracked nowhere in `reset_state`
2021-09-15, by Pierre-Yves David
dirstate: drop dirstatemap.addfile
2021-09-15, by Pierre-Yves David
dirstate: update the documentation of the dirstatemap API
2021-09-15, by Pierre-Yves David
dirstate: drop the `_addpath` method
2021-09-15, by Pierre-Yves David
dirstate: remove the `normallookup` function
2021-09-15, by Pierre-Yves David
dirstate: stop using `_normallookup` in the adddrop extension
2021-09-16, by Pierre-Yves David
dirstate: replace the use of `_normallookup` in `rebuild`
2021-09-15, by Pierre-Yves David
dirstate: replace the use of _normallookup in `setparents`
2021-09-15, by Pierre-Yves David
dirstate: introduce a set_tracked method on "map" and "item"
2021-09-15, by Pierre-Yves David
dirstate: fix restoration of "merged" state after a remove
2021-09-15, by Pierre-Yves David
dirstate: inline the last two `_drop` usage
2021-09-15, by Pierre-Yves David
dirstate: make a conditionnal easier to read in `setparents`
2021-09-15, by Pierre-Yves David
dirstate: removed the now unused `_add` method
2021-09-15, by Pierre-Yves David
dirstate: replace `_add` call in `setparent`
2021-09-15, by Pierre-Yves David
dirstate: directly call the right function in `set_tracked`
2021-09-15, by Pierre-Yves David
dirstate: same logic as what we did for `_drop`
2021-09-15, by Pierre-Yves David
dirstate: use `tracked` property in `_addpath`
2021-09-15, by Pierre-Yves David
rust: Update the memmap2 crate to version 0.4.0
2021-09-17, by Simon Sapin
tests: make removeemptydirs more portable
stable
2021-09-17, by Pierre-Yves David
check-code: make it possible to ignore the PWD check in some situation
stable
2021-09-17, by Pierre-Yves David
relnotes: update next
stable
2021-09-17, by Raphaël Gomès
relnotes: add release notes for 5.9
stable
2021-09-17, by Raphaël Gomès
dirstate: fix compilation warnings in `dirstate_item_set_possibly_dirty()`
2021-09-16, by Martin von Zweigbergk
dirstate: make dirstate flags char be unsigned
2021-09-16, by Martin von Zweigbergk
dirstate: introduce a `set_clean` method on dirstate's map and items
2021-09-02, by Pierre-Yves David
dirstate: extract the logic to check file/dirname collision when adding a file
2021-09-02, by Pierre-Yves David
dirstate: make dirstatemap.set_untracked deal with added file
2021-09-02, by Pierre-Yves David
dirstate: remove some usage of `_drop`
2021-09-02, by Pierre-Yves David
dirstate: move the copymap drop inside dropfile
2021-09-02, by Pierre-Yves David
rust: Rename get_node methods to data_for_node, get_rev to data_for_rev
2021-09-14, by Simon Sapin
rust: Rename the `Revlog::get_node_rev` method to `rev_from_node`
2021-09-14, by Simon Sapin
rust: Make private the `index` field of the `Revlog` struct
2021-09-14, by Simon Sapin
dirstate-v2: Remove the `.d` suffix in data file names
2021-07-26, by Simon Sapin
rhg: Don’t compare ambiguous files one byte at a time
2021-09-13, by Simon Sapin
rhg: Reuse manifest when checking status of multiple ambiguous files
2021-09-13, by Simon Sapin
rust: Return HgError instead of RevlogError in revlog constructors
2021-09-13, by Simon Sapin
rhg: Align with Python on some revset parsing corner cases
2021-09-13, by Simon Sapin
rust: Add a Filelog struct that wraps Revlog
2021-09-13, by Simon Sapin
rust: Add Repo::manifest(revision)
2021-09-13, by Simon Sapin
rust: Keep lazily-initialized Changelog and Manifest log on the Repo object
2021-09-13, by Simon Sapin
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip