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.
upgrade: byteify a few error messages
stable
2021-12-12, by Matt Harbison
rhg: support the new extension suboptions syntax
2021-12-07, by Raphaël Gomès
branching: merge stable into default
2021-12-08, by Raphaël Gomès
dirstate-v2: fix upgrade on an empty repository
stable
2021-12-06, by Pierre-Yves David
dirstate-v2: test upgrade without rust too
stable
2021-12-06, by Pierre-Yves David
upgrade: don't use `dd status=none` in the test
stable
2021-12-07, by Pierre-Yves David
test-upgrade: narrow the `debugformat` call when upgrading to dirstate-v2
stable
2021-12-06, by Pierre-Yves David
filemerge: remove `premerge` argument from `_makebackup()`
2021-12-06, by Martin von Zweigbergk
filemerge: inline `_filemerge()` into `filemerge()`
2021-12-03, by Martin von Zweigbergk
filemerge: make `_filemerge()` do both premerge and merge
2021-12-03, by Martin von Zweigbergk
filemerge: merge `premerge()` into `filemerge()`
2021-12-03, by Martin von Zweigbergk
mergestate: inline `_resolve()` into `resolve()`
2021-12-03, by Martin von Zweigbergk
mergestate: make `_resolve()` do both preresolve and resolve
2021-12-03, by Martin von Zweigbergk
mergestate: merge `preresolve()` into `resolve()`
2021-12-02, by Martin von Zweigbergk
tests: remove unnecessary explicit args from `failfilemerge.py`
2021-12-03, by Martin von Zweigbergk
simplemerge: set `conflicts` earlier for :union tool
2021-11-29, by Martin von Zweigbergk
downgrade: don't assume existence of nodemap files when downgrading
stable
2021-11-25, by Raphaël Gomès
typo: s/unkown/unknown across the codebase
2021-11-26, by Raphaël Gomès
rhg: Update the dirstate on disk after status
2021-11-25, by Simon Sapin
rhg: Add Repo::write_dirstate
2021-12-02, by Simon Sapin
rhg: Add lazy/cached dirstate data file ID parsing on Repo
2021-12-02, by Simon Sapin
rhg: Make Repo::dirstate_parents a LazyCell
2021-11-29, by Simon Sapin
rust: Add Vfs::write_atomic
2021-11-29, by Simon Sapin
rhg: Initial repository locking
2021-03-22, by Simon Sapin
rust: Serializing a DirstateMap does not mutate it anymore
2021-11-29, by Simon Sapin
rhg: don't run `blackbox` if not activated
2021-11-26, by Raphaël Gomès
rust: add function to check if an extension is enabled
2021-11-26, by Raphaël Gomès
dirstate: remove unused method
2021-12-03, by Raphaël Gomès
fsmonitor: fix criteria for nonnormalset computation
stable
2021-12-07, by Raphaël Gomès
fsmonitor: incorporate fixes for Python 3.10 (issue6612)
stable
2021-12-06, by Raphaël Gomès
python2-compat: fix extensions' tests on python2
2021-12-04, by Pierre-Yves David
rhg: add support for narrow clones and sparse checkouts
2021-11-16, by Arseniy Alekseyev
update: reformat the `commands.update.check` help
2021-12-03, by Pierre-Yves David
update: properly overwrite `check` config with `--no-` variants
2021-12-03, by Pierre-Yves David
update: add a test for `--merge` overriding the "abort" config
2021-12-03, by Pierre-Yves David
update: use long version of the flag in the test
2021-12-03, by Pierre-Yves David
backout: backed out changeset 5d83a40cd3f8
2021-11-22, by Raphaël Gomès
status: keep second-ambiguous mtimes during fixup
2021-11-24, by Pierre-Yves David
dirstate-item: make sure we load `mtime-second-ambiguous` from disk
2021-11-24, by Pierre-Yves David
dirstate-item: make sure we set the mtime-second-ambiguous on v2 write
2021-11-24, by Pierre-Yves David
dirstate-item: ignore mtime to write v1 when `mtime-second-ambiguous` is set
2021-11-24, by Pierre-Yves David
dirstate-item: implement the comparison logic for mtime-second-ambiguous
2021-11-24, by Pierre-Yves David
dirstate-item: add a "second_ambiguous` flag in the mtime tuple
2021-11-24, by Pierre-Yves David
dirstate: drop comparison primitive on the timestamp class
2021-11-23, by Pierre-Yves David
largefile: use the proper "mtime boundary" logic during fixup
2021-11-23, by Pierre-Yves David
status: move the boundary comparison logic within the timestamp module
2021-11-23, by Pierre-Yves David
tests: remove potential mtime ambiguity in a dirstate test
2021-11-23, by Pierre-Yves David
dirstate: cleanup remaining of "now" during write
2021-11-19, by Pierre-Yves David
dirstate: remove need_delay logic
2021-11-19, by Pierre-Yves David
dirstate: remove `lastnormaltime` mechanism
2021-10-25, by Pierre-Yves David
status: use filesystem time boundary to invalidate racy mtime
2021-11-18, by Pierre-Yves David
test: use a different timestamp for the updated file
2021-11-18, by Pierre-Yves David
win32text: drop associated dirstate cache information on revert
2021-11-23, by Pierre-Yves David
dirstate: stop gathering parentfiledata in update_file
2021-11-17, by Pierre-Yves David
dirstate: stop gathering parentfiledata in update_file_p1
2021-11-17, by Pierre-Yves David
dirstate: make it mandatory to provide parentfiledata in `set_clean`
2021-11-17, by Pierre-Yves David
dirstate: do no use `set_clean` in revert
2021-11-22, by Pierre-Yves David
status: adapt the "keyword" extensions to gather stats at lookup time
2021-11-18, by Pierre-Yves David
status: adapt largefile to gather stats at lookup time
2021-11-18, by Pierre-Yves David
status: gather fixup info at comparison time
2021-11-17, by Pierre-Yves David
update: filter the ambiguous mtime in update directly
2021-11-17, by Pierre-Yves David
dirstate: move "get fs now" in the timestamp utility module
2021-11-17, by Pierre-Yves David
dirstate-item: allow mtime to be None in "parentdata"
2021-11-17, by Pierre-Yves David
dirstate: add a comment about a racy piece of code during updates
2021-11-17, by Pierre-Yves David
tests: add missing `head` for when things go wrong
2021-10-25, by Raphaël Gomès
tests: ensure a status will have non ambiguous mtime in some race test
2021-11-23, by Pierre-Yves David
tests: make sure no ambiguities remains after the commit
2021-11-18, by Pierre-Yves David
dirstate: clarify a `hg update` invocation in a test
2021-11-04, by Pierre-Yves David
test: mark rhg output as flaky
2021-12-01, by Pierre-Yves David
chistedit: explain which order the commits are presented in
2021-10-18, by Martin von Zweigbergk
errors: use detailed error for invalid commit-extras argument
2021-11-22, by Martin von Zweigbergk
errors: use detailed exit code in pathauditor
2021-11-19, by Martin von Zweigbergk
errors: use detailed exit code for RepoLookupError
2021-11-19, by Martin von Zweigbergk
errors: use detailed exit code for detected case-collision
2021-11-19, by Martin von Zweigbergk
errors: use detailed exit code when trying to merge file outside narrowspec
2021-11-19, by Martin von Zweigbergk
errors: use detailed exit code for non-integer number of diff context lines
2021-11-19, by Martin von Zweigbergk
patch: add hint about mangled whitespace on bad patch
2021-11-19, by Martin von Zweigbergk
errors: return more detailed errors when failing to parse or apply patch
2021-11-19, by Martin von Zweigbergk
extensions: add a default "*" suboptions prefix
2021-11-26, by Pierre-Yves David
extension: add a `required` suboption to enforce the use of an extensions
2021-11-26, by Pierre-Yves David
extensions: highlight the name of the faulty extensions in the error message
2021-11-29, by Pierre-Yves David
extensions: refactor handling of loading error make it reusable
2021-11-26, by Pierre-Yves David
extensions: ignore "sub-options" when looking for extensions
2021-11-26, by Pierre-Yves David
automation: support Python 3.10 on Windows
2021-11-23, by Gregory Szorc
contrib: update Windows environment to Python 3.9.9
2021-11-15, by Gregory Szorc
rhg: implement the debugignorerhg subcommand
2021-11-29, by Arseniy Alekseyev
rhg: refactor to use IgnoreFnType alias more widely
2021-11-29, by Arseniy Alekseyev
rhg: only complain about poorly configured fallback when falling back
2021-11-11, by Arseniy Alekseyev
packaging: bump pygit2 to 1.7.1
2021-11-24, by Matt Harbison
packaging: bump windows_curses to 2.3.0
2021-11-24, by Matt Harbison
packaging: regenerate the requirements files with pip-tools 6.4.0
2021-11-24, by Matt Harbison
rhg: Add support for `rhg status -n`
2021-11-26, by Simon Sapin
filemerge: simplify slightly by using filectx.decodeddata()
2021-11-19, by Martin von Zweigbergk
filemerge: rename _formatconflictmarker() since it formats a label
2021-11-19, by Martin von Zweigbergk
tests: fix test-fix on NetBSD
stable
2021-11-28, by Thomas Klausner
rhg: Fix status desambiguation of symlinks and executable files
2021-11-23, by Simon Sapin
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip