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.
rust: Add a `ConfigValueParseError` variant to common errors
2021-02-16, by Simon Sapin
rust: Add config parsing support for more value types
2021-02-16, by Simon Sapin
rust: Introduce a get_bytes_from_os_str utility function
2021-02-17, by Simon Sapin
rust: Make `DirstateParents`’s fields typed `Node`s
2021-02-17, by Simon Sapin
rust: Rewrite dirstate parsing usin the `bytes-cast` crate
2021-02-17, by Simon Sapin
rhg: Move `Repo` object creation into `main()`
2021-02-15, by Simon Sapin
rhg: Group values passed to every sub-command into a struct
2021-02-15, by Simon Sapin
rhg: Remove error message on unsupported CLI arguments
2021-02-12, by Simon Sapin
copies-rust: send PyBytes values back be dropped ino the parent thread
2021-01-05, by Simon Sapin
copies-rust: introduce PyBytesWithData to reduce GIL requirement
2020-11-26, by Simon Sapin
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
windows: fix parsing of version number to match format from D9955
2021-02-23, by Martin von Zweigbergk
build: make version from .hg_archival.txt consistent with that from .hg/
2021-02-23, by Martin von Zweigbergk
helptext: fix a recent typo
stable
2021-02-19, by Matt Harbison
re2: byteify some regex used to get check re2 availability
stable
2021-02-24, by Pierre-Yves David
packaging: add Provides: python3-mercurial and Homepage to debian package
2021-02-11, by Kyle Lippincott
bundle2: pass the operation source down to the changegroup
2021-02-12, by Raphaël Gomès
gendoc: use an empty comment so aliases are separated from previous elements
2021-02-12, by Kyle Lippincott
gendoc: add support for loading extensions from config settings
2021-02-12, by Kyle Lippincott
gendoc: support defaults on customopts a bit better
2021-02-12, by Kyle Lippincott
softstrip: fix a reference to an undefined variable
2021-02-10, by Martin von Zweigbergk
softstrip: move _bookmarkmovements() call to where it's needed
2021-02-10, by Martin von Zweigbergk
tests: fix differing output between py2 and py3
2021-02-12, by Raphaël Gomès
build: fake PEP440 versions
2021-02-04, by Joerg Sonnenberger
tests: add a comment in a test that will hopefully save someone some time
2021-02-04, by Kyle Lippincott
changegroup: don't convert revisions to node for duplicate handling
2021-01-27, by Joerg Sonnenberger
revlog: change addgroup callbacks to take revision numbers
2021-01-27, by Joerg Sonnenberger
revlog: change addrevision to return the new revision, not node
2021-01-27, by Joerg Sonnenberger
revlog: change addrawrevision to return the revision
2021-01-27, by Joerg Sonnenberger
revlog: change _addrevision to return the new revision
2021-01-26, by Joerg Sonnenberger
rhg: add limited support for the `config` sub-command
2021-02-08, by Simon Sapin
rhg: Add support for --config CLI arguments
2021-02-08, by Simon Sapin
rhg: Add support for -R and --repository command-line arguments
2021-02-08, by Simon Sapin
rhg: Replace subcommand boilerplate with a macro
2021-02-08, by Simon Sapin
rhg: Move subcommand CLI arguments definitions to respective modules
2021-02-08, by Simon Sapin
rhg: replace command structs with functions
2021-02-08, by Simon Sapin
rust: Use the DisplayBytes trait in config printing
2021-02-08, by Simon Sapin
log: respect diff.merge in -p output
2021-02-04, by Martin von Zweigbergk
diff: extract function for getting possibly re-merged parent to diff against
2021-02-04, by Martin von Zweigbergk
diff: replace --merge option by config option
2021-02-04, by Martin von Zweigbergk
tagcache: distinguish between invalid and missing entries
2020-12-24, by Matt Harbison
branching: merge with stable
2021-02-11, by Martin von Zweigbergk
hooks: add a `auto` value for `hooks.*run-with-plain`
stable
2021-02-10, by Pierre-Yves David
hooks: introduce a `:run-with-plain` option for hooks
stable
2021-02-10, by Pierre-Yves David
hooks: add some test about HGPLAIN setting and hooks
stable
2021-02-10, by Pierre-Yves David
hooks: forbid ':' in hook name
stable
2021-02-10, by Pierre-Yves David
rust-status: honor matcher when using the dirstate-only fast-path (issue6483)
stable
2021-02-10, by Raphaël Gomès
status: add test that shows that the Rust implementation has a bug
stable
2021-02-10, by Raphaël Gomès
tweak-default: no longer enable the experimental return code
stable
2021-02-10, by Pierre-Yves David
rhg: Parse per-repository configuration
2021-02-04, by Simon Sapin
rhg: Abort based on config on share-safe mismatch
2021-02-04, by Simon Sapin
rhg: Parse system and user configuration at program start
2021-02-04, by Simon Sapin
rust: Parse system and user configuration
2021-02-04, by Simon Sapin
rust: Remove unnecessary check for absolute path before joining
2021-02-01, by Simon Sapin
rust: replace read_whole_file with std::fs::read
2021-02-01, by Simon Sapin
wireprotopeer: clarify some variable names now that we allow snake_case
2021-02-09, by Martin von Zweigbergk
copy-tracing: add a --compute flag to debugchangedfiles
2021-02-02, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip