Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
backout: backed out changeset f78d8b8c46d7
2021-10-27, by Raphaël Gomès
relnotes: clear next release notes
2021-11-04, by Raphaël Gomès
relnotes: add 6.0 release notes
2021-11-04, by Raphaël Gomès
relnotes: fix wrong command name in 5.9 relnotes
stable
2021-11-04, by Raphaël Gomès
pyoxidizer: use in-memory resources on non-Windows platforms
2021-11-03, by Kyle Lippincott
compat: don't rely on cpython-specific builtins manipulation
2021-11-03, by Raphaël Gomès
rust-format: update rustfmt version
2021-11-03, by Raphaël Gomès
rust: update the minimum version of Rust
2021-08-25, by Raphaël Gomès
dirstate-v2: freeze the on-disk format
2021-10-20, by Pierre-Yves David
merge: with stable
2021-11-01, by Augie Fackler
windows: use raw string in test log paths
2021-10-22, by Raphaël Gomès
pull: make the new argument a keyword argument
2021-10-29, by Pierre-Yves David
dirstate: make sure that status does not overlook the fallback flags
2021-10-28, by Pierre-Yves David
dirstate: use a single closure for get_flags
2021-10-28, by Pierre-Yves David
merge: with stable
2021-10-26, by Augie Fackler
typing: add more type hints to the errors module
2021-10-23, by Matt Harbison
typing: add a few assertions to revlog.py to help pytype
2021-10-23, by Matt Harbison
dirstate: group return logic and clarify each function in flagfunc
2021-10-21, by Raphaël Gomès
dirstate: add missing return on platforms without exec or symlink
2021-10-20, by Raphaël Gomès
parsers: don't ask about symlinks on platforms that don't support them
2021-10-20, by Raphaël Gomès
parsers: don't ask about the exec bit on platforms that don't have it
2021-10-20, by Raphaël Gomès
tests: fix test-convert-git to work w/ "git pull" requiring strategy
2021-10-19, by Kyle Lippincott
branching: merge stable into default
2021-10-21, by Raphaël Gomès
hg: remove reserved identifiers
2021-10-21, by David Demelier
pyoxidizer: update README.md with several small fixes
2021-10-18, by Kyle Lippincott
pyoxidizer: disable using in-memory resources
2021-10-18, by Kyle Lippincott
dirstate-v2: reorder flag to group related one together
2021-10-20, by Pierre-Yves David
dirstate-v2: read the fallback value in Rust
2021-10-19, by Pierre-Yves David
dirstate-v2: adjust the meaning of directory flags
2021-10-19, by Pierre-Yves David
dirstate-v2: actually use sub-second mtime precision
2021-10-13, by Simon Sapin
dirstate: ignore sub-second component when either is zero in mtime
2021-10-14, by Simon Sapin
dirstate-v2: add a new MTIME_SECOND_AMBIGUOUS flags
2021-10-19, by Pierre-Yves David
dirstate: store mtimes with nanosecond precision in memory
2021-10-18, by Simon Sapin
rust: remove now-unused DirstateEntry::clear_ambiguous_mtime method
2021-10-19, by Simon Sapin
dirstate: align Rust function name to `need_delay`
2021-10-19, by Pierre-Yves David
dirstate: rename a `very_likely_equal` method to `likely_equal`
2021-10-18, by Simon Sapin
backout: backed out changeset 2f2107c01dee
2021-10-19, by Raphaël Gomès
backout: backed out changeset 6edc8800dbc3
2021-10-19, by Raphaël Gomès
dirstate-v2: preserve the fallback values on disk
2021-10-18, by Pierre-Yves David
dirstate: make DirstateItem constructor accept fallback value
2021-10-18, by Pierre-Yves David
dirstate: add a concept of "fallback" flags to dirstate item
2021-10-18, by Pierre-Yves David
dirstate-v2: adds two flag to track the presence of some unrecorded files
2021-10-15, by Pierre-Yves David
dirstate-v2: adds a flag to mark a file as modified
2021-10-15, by Simon Sapin
rhg: simplify split_metadata
2021-10-19, by Arseniy Alekseyev
pyoxidizer: default to a meaningless release instead of hardcoding 5.8
2021-08-27, by Raphaël Gomès
copy: recommend `--at-rev .` if target was added in parent commit
2021-10-14, by Martin von Zweigbergk
fix: appease pyflakes and make unused variables more obvious
2021-10-18, by Raphaël Gomès
bookmarks: add a `ignore` variant of the bookmark mode
2021-10-15, by Pierre-Yves David
bookmarks: add support for `mirror` mode to `incoming`
2021-10-15, by Pierre-Yves David
bookmarks: move the `mirror` option to the `paths` section
2021-10-15, by Pierre-Yves David
path: keep the path instance in the `pulloperation`
2021-10-15, by Pierre-Yves David
path: return path instance directly from get_pull_paths
2021-10-15, by Pierre-Yves David
path: unify path creation in `get_pull_paths`
2021-10-15, by Pierre-Yves David
path: add a new argument to control path validation
2021-10-15, by Pierre-Yves David
rhg: internally, return a structured representation from hg cat
2021-10-15, by Arseniy Alekseyev
rhg: fix `hg cat` interaction with null revision
2021-10-14, by Arseniy Alekseyev
dirstate-v2: add an option to prevent unintentional slow dirstate-v2
2021-10-15, by Pierre-Yves David
rhg: fix formatting error reported by test-check-format-rust.t
2021-10-14, by Martin von Zweigbergk
chistedit: add option to show order of commits in opposite order
2021-10-12, by Martin von Zweigbergk
dirstate-v2: Separate HAS_FILE_MTIME and HAS_DIRECTORY_MTIME flags
2021-10-14, by Simon Sapin
dirstate-v2: Extend node flags to 16 bits
2021-10-14, by Simon Sapin
narrow: raise StateError when working copy is stale (for detailed exit code)
2021-10-14, by Martin von Zweigbergk
dirstate-v2: Use attributes as intended instead of properties in v2_data()
2021-10-14, by Simon Sapin
dirstate: Remove unused variable
2021-10-14, by Simon Sapin
rust: Reformat source code
2021-10-14, by Simon Sapin
rhg: do not try to open a nodemap for an inline index
2021-10-14, by Arseniy Alekseyev
rhg: stop manifest traversal when no more files are needed
2021-10-05, by Arseniy Alekseyev
rhg: faster hg cat when many files are requested
2021-10-04, by Arseniy Alekseyev
dirstate-v2: Add support when Rust is not enabled
2021-07-16, by Simon Sapin
dirstate-v2: Initial Python serializer
2021-07-22, by Raphaël Gomès
dirstate-v2: initial Python parser
2021-10-03, by Simon Sapin
dirstate: Move more methods to the _dirstatemapcommon base class
2021-10-08, by Simon Sapin
dirstate-v2: Add storage space for nanoseconds precision in file mtimes
2021-10-13, by Simon Sapin
status: Extract TruncatedTimestamp from fs::Metadata without SystemTime
2021-10-13, by Simon Sapin
pyoxidizer: add the user site to `sys.path` on macOS
2021-09-17, by Matt Harbison
pyoxidizer: don't use in-memory for resources on macOS
2021-09-17, by Matt Harbison
chistedit: rename a confusingly named variable
2021-10-12, by Martin von Zweigbergk
chistedit: remove some local variable and access state on self instead
2021-10-12, by Martin von Zweigbergk
chistedit: move changeview() onto state class
2021-10-12, by Martin von Zweigbergk
chistedit: move cycleaction() onto state class
2021-10-12, by Martin von Zweigbergk
chistedit: move changeaction() onto state class
2021-10-12, by Martin von Zweigbergk
chistedit: move swap() onto state class
2021-10-12, by Martin von Zweigbergk
chistedit: move makeselection() onto state class
2021-10-12, by Martin von Zweigbergk
chistedit: move changemode() onto state class
2021-10-12, by Martin von Zweigbergk
chistedit: move movecursor() onto state class
2021-10-12, by Martin von Zweigbergk
chistedit: move patchcontents() onto state class
2021-10-12, by Martin von Zweigbergk
chistedit: move event() onto state class
2021-10-12, by Martin von Zweigbergk
chistedit: move renderpatch() and dependencies onto state class
2021-10-11, by Martin von Zweigbergk
chistedit: move renderrules() onto state class
2021-10-11, by Martin von Zweigbergk
chistedit: move layout() and dependencies onto state class
2021-10-11, by Martin von Zweigbergk
chistedit: move rendercommit() onto state class
2021-10-11, by Martin von Zweigbergk
chistedit: move view state from a dict to a custom class
2021-10-11, by Martin von Zweigbergk
rhg: do not fail when the repo is empty
2021-10-13, by Arseniy Alekseyev
rhg: handle null changelog and manifest revisions
2021-10-12, by Arseniy Alekseyev
rust: update the rust-cpython crate to 0.7.0
2021-10-12, by Simon Sapin
dirstate-v2: Name a constant in the Rust implementation
2021-10-03, by Simon Sapin
dirstate-v2: Replace the 32-bit `mode` field with two bits
2021-10-12, by Simon Sapin
dirstate-v2: Store unsigned integers inside DirstateEntry
2021-10-11, by Simon Sapin
dirstate-v2: Truncate directory mtimes to 31 bits of seconds
2021-10-12, by Simon Sapin
dirstate-v2: Separate Rust structs for Timestamp and PackedTimestamp
2021-10-12, by Simon Sapin
dirstate-v2: Change the representation of negative directory mtime
2021-10-11, by Simon Sapin
dirstate-v2: Only convert from SystemTime to Timestamp and not back
2021-10-12, by Simon Sapin
dirstate-v2: Swap the order of size and mtime on disk
2021-10-08, by Simon Sapin
dirstate-v2: Document flags/mode/size/mtime fields of tree nodes
2021-10-11, by Simon Sapin
help: update help text for debug-repair-issue6528
2021-09-08, by Raphaël Gomès
dispatch: use detailed exit code 250 for keyboard interrupt
2021-03-02, by Martin von Zweigbergk
dispatch: ignore failure to flush ui
2021-10-08, by Martin von Zweigbergk
dispatch: don't change error status if flushing stdio fails
2021-10-08, by Martin von Zweigbergk
dirstate-v2: Use "byte sequence" in docs
2021-10-11, by Simon Sapin
rust: Make the hg-cpython crate default to Python 3
2021-10-08, by Simon Sapin
packaging: update the certifi dependency
2021-10-03, by Matt Harbison
setup: stop packaging python3.dll and python3X.dll in the wheel distribution
2021-09-19, by Matt Harbison
exewrapper: find the proper python3X.dll in the registry
2021-09-19, by Matt Harbison
fix: reduce number of tool executions
2021-09-02, by Danny Hooper
fix: add test to demonstrate how many times tools are executed
2021-09-02, by Danny Hooper
rhg: add ui.plain() and check it before showing relative paths in status
2021-06-25, by Pulkit Goyal
rhg: add relative paths support in `rhg status`
2021-10-05, by Pulkit Goyal
rhg: refactor function to relativize paths in utils
2021-10-05, by Pulkit Goyal
hg: let extensions call the func without populating opts keys
2021-10-06, by Sushil khanchi
rhg: in rhg cat cli, fix the long name of the --rev flag
2021-10-05, by Arseniy Alekseyev
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip