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.
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
dirstate-item: use `added` instead of the `state` in the `mq` extension
2021-09-29, by Pierre-Yves David
dirstate-item: use maybe_clean instead of `state` in the eol extension
2021-09-29, by Pierre-Yves David
dirstate: move verification code within the dirstate itself
2021-09-30, by Pierre-Yves David
dirstate-entry: use `?` for the state of entry without any tracking
2021-09-29, by Pierre-Yves David
dirstate-item: introduce a `any_tracked` property
2021-09-29, by Pierre-Yves David
dirstate-item: introduce a `maybe_clean` property
2021-09-29, by Pierre-Yves David
dirstate: add a `get_entry` method to the dirstate
2021-09-29, by Pierre-Yves David
dirstate-item: Make constructor parameters optional
2021-09-30, by Simon Sapin
hg-core: silence dead-code warning by adding RevlogEntry::revion() accessor
2021-10-01, by Martin von Zweigbergk
rust: remove dead code
2021-10-01, by Raphaël Gomès
Added signature for changeset 750920b18aaa
stable
2021-10-05, by Pulkit Goyal
Added tag 5.9.2 for changeset 750920b18aaa
stable
2021-10-05, by Pulkit Goyal
rust-revset: support explicit `.` revision
2021-09-11, by Raphaël Gomès
rust-revset: add separate match logic for shortcuts
2021-09-11, by Raphaël Gomès
rhg: fall back if subrepos are detected
2021-09-13, by Raphaël Gomès
rhg: fallback if `defaults` config is set for the current command
2021-09-01, by Raphaël Gomès
rhg: fallback if the current command has any generic hook defined
2021-09-01, by Raphaël Gomès
rhg-cat: fallback in presence of a fileset
2021-09-01, by Raphaël Gomès
rhg-cat: fallback when detecting `.` or `..` path segments
2021-09-01, by Raphaël Gomès
rhg: add support for calling `rhg cat` without a revision
2021-09-01, by Raphaël Gomès
branching: merge with stable
2021-09-30, by Raphaël Gomès
windows-ci: temporarily allow Windows jobs to fail
stable
5.9.2
2021-09-28, by Raphaël Gomès
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip