Fri, 01 Oct 2021 18:14:56 +0200 |
Raphaël Gomès |
rust: remove dead code
|
Tue, 05 Oct 2021 21:17:31 +0530 |
Pulkit Goyal |
Added signature for changeset 750920b18aaa
stable
|
Tue, 05 Oct 2021 21:17:23 +0530 |
Pulkit Goyal |
Added tag 5.9.2 for changeset 750920b18aaa
stable
|
Sat, 11 Sep 2021 00:09:29 +0200 |
Raphaël Gomès |
rust-revset: support explicit `.` revision
|
Sat, 11 Sep 2021 00:05:08 +0200 |
Raphaël Gomès |
rust-revset: add separate match logic for shortcuts
|
Mon, 13 Sep 2021 15:12:35 +0200 |
Raphaël Gomès |
rhg: fall back if subrepos are detected
|
Wed, 01 Sep 2021 18:09:35 +0200 |
Raphaël Gomès |
rhg: fallback if `defaults` config is set for the current command
|
Wed, 01 Sep 2021 17:41:51 +0200 |
Raphaël Gomès |
rhg: fallback if the current command has any generic hook defined
|
Wed, 01 Sep 2021 17:41:08 +0200 |
Raphaël Gomès |
rhg-cat: fallback in presence of a fileset
|
Wed, 01 Sep 2021 17:40:25 +0200 |
Raphaël Gomès |
rhg-cat: fallback when detecting `.` or `..` path segments
|
Wed, 01 Sep 2021 16:13:25 +0200 |
Raphaël Gomès |
rhg: add support for calling `rhg cat` without a revision
|
Thu, 30 Sep 2021 17:34:28 +0200 |
Raphaël Gomès |
branching: merge with stable
|
Tue, 28 Sep 2021 13:26:08 +0200 |
Raphaël Gomès |
windows-ci: temporarily allow Windows jobs to fail
stable 5.9.2
|
Mon, 27 Sep 2021 13:52:49 +0200 |
Simon Sapin |
dirstate: Remove the Rust abstraction DirstateMapMethods
|
Mon, 27 Sep 2021 12:09:15 +0200 |
Simon Sapin |
dirstate: Remove the flat Rust DirstateMap implementation
|
Tue, 28 Sep 2021 20:00:19 +0200 |
Pierre-Yves David |
dirstate: drop the from_p2_removed method
|
Tue, 28 Sep 2021 19:29:44 +0200 |
Pierre-Yves David |
dirstate: inline the `from_p2_removed` logic
|
Tue, 28 Sep 2021 19:15:46 +0200 |
Pierre-Yves David |
dirstate: drop the merged_removed method
|
Tue, 28 Sep 2021 19:12:44 +0200 |
Pierre-Yves David |
dirstate: inline the merged_removed logic
|
Tue, 28 Sep 2021 18:57:20 +0200 |
Pierre-Yves David |
dirstate: drop some safety assert in largefile
|
Tue, 28 Sep 2021 18:29:57 +0200 |
Pierre-Yves David |
dirstate: drop unused condition in `from_p2`
|
Tue, 28 Sep 2021 20:05:37 +0200 |
Pierre-Yves David |
dirstate: drop all logic around the "non-normal" sets
|
Wed, 22 Sep 2021 17:46:29 +0200 |
Pierre-Yves David |
dirstate: use a new `drop_merge_data` in `setparent`
|
Wed, 22 Sep 2021 15:17:12 +0200 |
Pierre-Yves David |
dirstate: move parent state handling in the dirstatemap
|
Wed, 22 Sep 2021 09:46:37 +0200 |
Pierre-Yves David |
dirstate: stop checking for path collision when adjusting parents
|
Wed, 22 Sep 2021 15:08:47 +0200 |
Pierre-Yves David |
dirstate: drop the `_updatedfiles` set
|
Wed, 22 Sep 2021 15:23:03 +0200 |
Pierre-Yves David |
dirstate: drop the `clearambiguoustimes` method for the map
|
Wed, 22 Sep 2021 14:54:42 +0200 |
Pierre-Yves David |
dirstate: simplify the ambiguity clearing at write time
|
Tue, 28 Sep 2021 09:32:24 -0700 |
Martin von Zweigbergk |
histedit: use more specific exceptions for more detailed exit codes
|
Tue, 28 Sep 2021 09:25:05 -0700 |
Martin von Zweigbergk |
histedit: remove redundant checks for unfinished histedit state
|
Tue, 28 Sep 2021 13:43:14 +0200 |
Simon Sapin |
dirstate: Appease pytype
|
Thu, 23 Sep 2021 18:29:40 +0200 |
Simon Sapin |
dirstate: Pass the final DirstateItem to _rustmap.addfile()
|