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
-64
+64
+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.
copies-rust: move CPU-heavy Rust processing into a child thread
2021-01-06, by Simon Sapin
copies-rust: split up combine_changeset_copies function into a struct
2021-01-05, by Simon Sapin
copies-rust: extract generic map merge logic from merge_copies_dict
2020-12-23, by Simon Sapin
copies-rust: use imrs::OrdSet instead of imrs::HashSet
2020-12-21, by Pierre-Yves David
copies-rust: use simpler overwrite when value on both side are identical
2020-12-21, by Pierre-Yves David
copies-rust: make more use of the new comparison property
2020-12-21, by Pierre-Yves David
copies-rust: implement PartialEqual manually
2020-12-16, by Pierre-Yves David
copies-rust: record "overwritten" information from both side on delete
2020-12-16, by Pierre-Yves David
copies-rust: refactor the "deletion" case
2020-12-16, by Pierre-Yves David
copies-rust: process copy information of both parent at the same time
2020-12-16, by Pierre-Yves David
copies-rust: yield both p1 and p2 copies in `ChangedFiles.actions()`
2020-12-21, by Pierre-Yves David
copies-rust: extract the processing of a single copy information
2020-12-16, by Pierre-Yves David
copies-rust: use matching to select the final copies information
2020-12-16, by Pierre-Yves David
copies-rust: get the parents' copies earlier
2020-12-16, by Pierre-Yves David
Added signature for changeset d5d9177c0045
stable
2021-03-09, by Pulkit Goyal
Added tag 5.7.1 for changeset d5d9177c0045
stable
2021-03-09, by Pulkit Goyal
localrepo: fix conversion of exceptions to strings flagged by pytype
stable
5.7.1
2021-03-08, by Matt Harbison
localrepo: fix a UI string to be bytes
stable
2021-03-08, by Matt Harbison
pycompat: fix a bytes vs str issue in `unnamedtempfile()`
stable
2021-03-08, by Matt Harbison
copies-rust: remove the ancestor Oracle logic
2020-12-15, by Pierre-Yves David
copies-rust: track "overwrites" directly within CopySource
2020-12-15, by Pierre-Yves David
copies-rust: add methods to build and update CopySource
2020-12-23, by Pierre-Yves David
copies-rust: fix reverted argument when merging tiny minor or major
2020-12-23, by Pierre-Yves David
copies-rust: rename TimeStampedPathCopy to CopySource
2020-12-21, by Pierre-Yves David
copies-rust: rename TimeStampedPathCopies to InternalPathCopies
2020-12-15, by Pierre-Yves David
copies: detect case when a merge decision overwrite previous data
2020-12-12, by Pierre-Yves David
copies: rearrange all value comparison conditional
2020-12-14, by Pierre-Yves David
test-copies: introduce merge chains test for the P/Q merges
2021-02-22, by Pierre-Yves David
test-copies: add a case involving the `b` and a new `r` branch
2021-02-22, by Pierre-Yves David
test-copies: introduce case combining the `p` and `q` branch
2021-02-19, by Pierre-Yves David
test-copies: add a `q` branch similar to the `e` but on the new files
2021-02-19, by Pierre-Yves David
test-copies: add a `p` branch similar to the `a` but on the new files
2021-02-19, by Pierre-Yves David
test-copies: move the new files in the `i` branch
2021-02-19, by Pierre-Yves David
test-copies: add 3 new files with their own content
2021-02-19, by Pierre-Yves David
test-copies: introduce merge chaing test for the A/E + change tests
2021-02-19, by Pierre-Yves David
test-copies: add a "change during merge" variant to the A+E test
2021-02-22, by Pierre-Yves David
test-copies: filter out the linkrev part of `debugindex`
2021-02-19, by Pierre-Yves David
test-copies: use "case-id" instead of revision number when listing sidedata
2021-02-19, by Pierre-Yves David
patch: fix a formatting issue
stable
2021-02-26, by Sushil khanchi
log: fix handling of root (or empty) path provided by matcher (issue6478)
stable
2021-02-02, by Yuya Nishihara
tests: accept output changes by 33350debb480
stable
2021-02-25, by Sushil khanchi
test-copies: remove revision number from log
2021-02-17, by Pierre-Yves David
test-copies: add test chaining multiple merge
2020-12-14, by Pierre-Yves David
test-copies: add test chaining multiple merges
2020-12-14, by Pierre-Yves David
test-copies: add test chaining multiple merges
2021-02-16, by Pierre-Yves David
test-copies: add subcase titles for various "conflicting" information variant
2021-02-18, by Pierre-Yves David
test-copies: improve description of the B+F case
2021-02-18, by Pierre-Yves David
test-copies: improve description of the C+H case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the B+C "revert/restore" case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the G+C case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the G+F case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the D+G case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the A+E case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the B+D case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the B+C case
2021-02-16, by Pierre-Yves David
test-copies: improve description of the A+B case
2021-02-16, by Pierre-Yves David
test-copies: use intermediate variable some commit descriptions
2021-02-16, by Pierre-Yves David
test-copies: don't use empty file for "same content" cases
2021-02-22, by Pierre-Yves David
narrow: fix flaky behavior described in issue6150
stable
2021-02-19, by Raphaël Gomès
patch: make diff --git to differentiate b/w file is empty or doesn't exists
stable
2021-02-16, by Sushil khanchi
tests: add a test to demonstrate a bug in `hg diff --git` (issue6486)
stable
2021-02-16, by Sushil khanchi
test-copies: reinstall initial identical (empty) files for chained copied
2020-12-10, by Pierre-Yves David
upgrade: speed up when we have only nodemap to downgrade
2021-02-10, by Pulkit Goyal
upgrade: write nodemap for manifests too
2021-02-15, by Pulkit Goyal
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-64
+64
+100
+300
+1000
+3000
tip