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.
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
dirstatemap: use a common implement for set_tracked
2021-10-01, by Pierre-Yves David
dirstatemap: add a common `_insert_entry` method for dirstatemap
2021-10-01, by Pierre-Yves David
dirstatemap: use a common implementation for `dirstatemap.set_untracked`
2021-10-01, by Pierre-Yves David
dirstatemap: add a common `_refresh_entry` method for dirstatemap
2021-10-01, by Pierre-Yves David
dirstatemap: create `_dirs_incr/_dirs_decr` methods on the common class
2021-10-01, by Pierre-Yves David
dirstatemap: small rework of the `set_untracked` method
2021-10-01, by Pierre-Yves David
dirstatemap: arrange methods by category
2021-10-02, by Pierre-Yves David
dirstatemap: move a multiple simple functions in the common class
2021-10-02, by Pierre-Yves David
dirstatemap: rename `_rustmap` to `_map`
2021-10-01, by Pierre-Yves David
dirstatemap: use a common __init__ for dirstatemap
2021-10-01, by Pierre-Yves David
dirstatemap: introduce a common base for the dirstatemap class
2021-10-01, by Pierre-Yves David
errors: raise InputError from revsingle() iff revset provided by the user
2021-09-28, by Martin von Zweigbergk
errors: raise InputError from revpair() iff revset provided by the user
2021-09-28, by Martin von Zweigbergk
errors: raise InputError on bad revset to revrange() iff provided by the user
2021-09-28, by Martin von Zweigbergk
phase: avoid a no-op resolution of revset from revnums
2021-09-28, by Martin von Zweigbergk
dirstate: push back the future a bit in the test
2021-10-01, by Pierre-Yves David
dirstate-item: point out that `merged` is set only with p1_tracked
2021-09-30, by Pierre-Yves David
dirstate-item: update the attribute documentation
2021-09-29, by Pierre-Yves David
dirstate-item: use `any_tracked` more
2021-10-01, by Pierre-Yves David
dirstate-item: drop an outdated comments
2021-10-01, by Pierre-Yves David
dirstate: remove a update_file's special case for `merged` file
2021-10-01, by Pierre-Yves David
dirstate: remove a update_file's special case for tracked file with p2 data
2021-09-30, by Pierre-Yves David
dirstate: deprecate `__getitem__` access
2021-09-29, by Pierre-Yves David
dirstate-item: use item's property instead of `state` in largefile
2021-09-29, by Pierre-Yves David
dirstate-item: use `added` instead of `state` when moving dirstate
2021-09-29, by Pierre-Yves David
dirstate-item: use item's property instead of `state` in revert
2021-09-29, by Pierre-Yves David
dirstate-item: use item's property when computing a copies
2021-09-29, by Pierre-Yves David
dirstate-item: use item's property instead of `state` in copy
2021-09-29, by Pierre-Yves David
dirstate-item: use `added` in debugrebuilddirstate
2021-09-29, by Pierre-Yves David
dirstate-item: use `maybe_clean` instead of `state` in record
2021-09-29, by Pierre-Yves David
dirstate-item: use `any_tracked` instead of `state` to apply patches
2021-09-29, by Pierre-Yves David
dirstate-item: use item's property instead of `state` in addremove
2021-09-29, by Pierre-Yves David
dirstate-item: use `tracked` instead of `state` during copy detection
2021-09-29, by Pierre-Yves David
dirstate-item: use `maybe_clean` instead of `state` in `strip`
2021-09-29, by Pierre-Yves David
dirstate-item: use `tracked` instead of `state` in context.matches
2021-09-29, by Pierre-Yves David
dirstate-item: use `tracked` instead of the `state` in context's iter
2021-09-30, by Pierre-Yves David
dirstate-item: use `tracked` instead of the `state` in context
2021-09-29, by Pierre-Yves David
dirstate-item: use item's property to deal with hgsubstate in mq
2021-09-29, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip