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.
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
rewrite: fix issue6599
stable
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
rhg: fallback if tweakdefaults or statuscopies is enabled with status
2021-06-24, by Pulkit Goyal
largefiles: partially undo 61e526585b20e2ff15f19497d0451d18fea02db8 and child
2021-07-19, by Pulkit Goyal
largefiles: add tr backup for largefilesdirstate
2021-07-19, by Pulkit Goyal
largefiles: pass current transaction to `lfdirstate.write()`
2021-07-19, by Pulkit Goyal
merge: with stable
2021-10-07, by Augie Fackler
dirstate-v2: Add internal documentation
2021-10-01, by Simon Sapin
dirstate-v2: Move data file info in the docket closer together
2021-10-01, by Simon Sapin
dirstate-item: drop the legacy new_normal constructor
2021-10-01, by Pierre-Yves David
dirstate-item: replace call to new_normal
2021-10-01, by Pierre-Yves David
dirstate-item: replace a call to new_normal
2021-10-01, by Pierre-Yves David
dirstate-item: drop the legacy new_possibly_dirty constructor
2021-10-01, by Pierre-Yves David
dirstate-item: replace call to new_possibly_dirty
2021-10-01, by Pierre-Yves David
dirstate-item: drop the legacy new_from_p2 constructor
2021-10-01, by Pierre-Yves David
dirstate-item: replace call to new_from_p2
2021-10-01, by Pierre-Yves David
dirstate-item: drop the legacy new_added constructor
2021-10-01, by Pierre-Yves David
dirstate-item: replace call to new_added
2021-10-01, by Pierre-Yves David
dirstate-item: drop the legacy new_merged constructor
2021-10-01, by Pierre-Yves David
dirstate-item: replace call to new_merged
2021-10-01, by Pierre-Yves David
dirstate-item: drop the `merged` property
2021-10-01, by Pierre-Yves David
dirstate-item: replace another usage of `merged`
2021-10-01, by Pierre-Yves David
dirstate-item: replace a `merged` usage with `p2_info`
2021-10-01, by Pierre-Yves David
dirstate-item: drop the `from_p2` property
2021-10-01, by Pierre-Yves David
dirstate-item: directly use `p2_info` in `v1_size`
2021-10-01, by Pierre-Yves David
dirstate-item: use the `p2_info` property to replace more verbose call
2021-10-01, by Pierre-Yves David
status: process `from_p2` file the same as `merged` one
2021-09-29, by Pierre-Yves David
dirstate: drop an incorrect comment
2021-10-01, by Pierre-Yves David
dirstate: drop some duplicated code
2021-10-01, by Pierre-Yves David
dirstate: align the dirstate's API to the lower level ones
2021-09-30, by Pierre-Yves David
dirstate-item: introduce a `p1_tracked` property
2021-10-01, by Pierre-Yves David
dirstate-item: introduce a `p2_info` property that combine two others
2021-10-01, by Pierre-Yves David
dirstate: narrow gathering of parent data
2021-10-01, by Pierre-Yves David
dirstate: align the dirstatemap's API to the data change
2021-10-01, by Pierre-Yves David
dirstate-v2: Store a bitfield on disk instead of v1-like state
2021-10-01, by Simon Sapin
dirstate-item: change the internal storage and constructor value
2021-10-01, by Pierre-Yves David
dirstatemap: drop legacy method on the dirstatemap wrapper
2021-10-02, by Pierre-Yves David
dirstatemap: align the Rust wrapper implementation of `setparent`
2021-10-02, by Pierre-Yves David
dirstatemap: fix copymap.pop in Rust to return the value it pops
2021-10-02, by Pierre-Yves David
dirstate-item: implement `drop_merge_data` on the Rust DirstateItem
2021-10-02, by Pierre-Yves David
dirstatemap: use a common implement for reset_state
2021-10-02, by Pierre-Yves David
dirstatemap: add a common `_drop_entry` method for dirstatemap
2021-10-02, by Pierre-Yves David
dirstatemap: use common code for set_clean
2021-10-01, by Pierre-Yves David
dirstatemap: use common code for set_possibly_dirty
2021-10-01, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip