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.
copies: directly pass a changes object to the copy tracing code
2020-09-25, by Pierre-Yves David
copies: no longer change the sidedata flag
2020-09-25, by Pierre-Yves David
copies: use dedicated `_revinfo_getter` function and call
2020-09-25, by Pierre-Yves David
copies: make two version of the changeset centric algorithm
2020-09-25, by Pierre-Yves David
changing-files: retrieve changelogrevision.files from the sidedata block
2020-09-15, by Pierre-Yves David
changing-files: drop the now useless changelogrevision argument
2020-09-15, by Pierre-Yves David
changing-files: rework the way we store changed files in side-data
2020-09-15, by Pierre-Yves David
tests: skip doctests if not running from a hg repo
stable
2020-10-05, by Joerg Sonnenberger
py3: use native string when comparing with a function's argspec
2020-10-05, by Raphaël Gomès
test: try to unflaky test-profile.t
2020-10-02, by Pierre-Yves David
merge: check for conflicting actions irrespective of length of bids
2020-10-02, by Pulkit Goyal
branching: merge with stable
2020-10-02, by Martin von Zweigbergk
log: extract function that builds (revs, makefilematcher) from walkopts
2020-09-10, by Yuya Nishihara
log: move --graph and topo sort options to walkopts
2020-09-12, by Yuya Nishihara
log: move miscellaneous filter/matcher options to walkopts
2020-09-12, by Yuya Nishihara
log: map --removed to walkopts.force_changelog_traversal
2020-09-12, by Yuya Nishihara
copies: rename some function to the new naming scheme
2020-09-25, by Pierre-Yves David
changing-files: cache the various property
2020-09-28, by Pierre-Yves David
changing-files: always use `mark_touched` to update the touched set
2020-09-25, by Pierre-Yves David
changing-files: fix docstring
2020-10-02, by Pierre-Yves David
rust: move rustfmt.toml to repo root so it can be used by `hg fix`
2020-10-01, by Martin von Zweigbergk
merge: if CHANGED_DELETED and KEEP_NEW are actions, choose CHANGED_DELETED
2020-09-30, by Pulkit Goyal
tests: fix a typo in `desc()` revset in test-merge-criss-cross.t
2020-09-30, by Pulkit Goyal
merge: if DELETED_CHANGED and GET are in actions, choose DELETED_CHANGED
2020-09-30, by Pulkit Goyal
tests: add newfilenode test case in test-merge-changedelete.t
2020-09-30, by Pulkit Goyal
rust: leverage improved match ergonomics
2020-10-01, by Raphaël Gomès
rust: update minimum supported Rust compiler version
2020-09-28, by Raphaël Gomès
changing-files: add a utility to compute the merged files post-commit
2020-09-25, by Pierre-Yves David
changing-files: record merged files at commit time
2020-09-25, by Pierre-Yves David
changing-files: add the ability to track merged files too
2020-09-24, by Pierre-Yves David
rust: start plugging the dirstate tree behind a feature gate
2020-09-30, by Raphaël Gomès
rust: introduce `dirstate-tree` cargo feature
2020-09-30, by Raphaël Gomès
rust: fix formatting
2020-09-30, by Raphaël Gomès
rust-matchers: make `Matcher` trait object-safe
2020-09-23, by Raphaël Gomès
rust: clippy pass
2020-09-28, by Raphaël Gomès
updaterepo: add deprecation warning
2020-09-28, by Martin von Zweigbergk
rhg: use `.or(Err(Error))` not `.map_err(|_| Error)` (D9100#inline-15067)
2020-09-28, by Antoine cezar
hg-core: use `.or(Err(Error))` not `.map_err(|_| Error)` (D9100#inline-15067)
2020-09-28, by Antoine cezar
hg-core: return Err if `offset != bytes.len()`
2020-09-28, by Antoine cezar
hg-core: make `Index` owner of its bytes (D8958#inline-14994 followup 1/2)
2020-09-28, by Antoine cezar
hg-core: renaming of `Chunk` offset methods (D8958#inline-15002 followup)
2020-09-28, by Antoine cezar
hg-core: minor rewording in docstring (D8958#inline-15005 followup)
2020-09-28, by Antoine cezar
hg-core: use anonymous lifetime for `impl Chunk` (D8958#inline-15003 followup)
2020-09-28, by Antoine cezar
hg-core: use `u32` instead of `i32` in `Chunk` (D8958#inline-15001 followup)
2020-09-28, by Antoine cezar
hg-core: use the term `chunk` instead of `frag` (D8958#inline-15000 followup)
2020-09-28, by Antoine cezar
hg-core: return `Err` on decompression error (D8958#inline-15004 followup)
2020-09-28, by Antoine cezar
hg-core: remove useless code (D8958#inline-14988 followup)
2020-09-28, by Antoine cezar
hg-core: minor docstring update (D8958#inline-14991 followup)
2020-09-28, by Antoine cezar
hg-core: minor code style change (D8958#inline-14986 followup)
2020-09-28, by Antoine cezar
hg-core: Explain offset override of first revision
2020-09-28, by Antoine cezar
hg-core: minor code style change (D8958#inline-14993 followup)
2020-09-28, by Antoine cezar
changing-files: move default constructor value to None
2020-09-24, by Pierre-Yves David
rust: format with rustfmt
2020-09-28, by Raphaël Gomès
merge: store cases when a file is absent post merge in commitinfo
2020-08-24, by Pulkit Goyal
tests: add some more debugmergestate calls in `test-merge-criss-cross.t`
2020-09-14, by Pulkit Goyal
commit: force create a new filenode if it was set in mergestate by merge
2020-09-03, by Pulkit Goyal
merge: store commitinfo if these is a dc or cd conflict
2020-09-03, by Pulkit Goyal
mergestate: update _stateextras instead of reassinging
2020-09-25, by Pulkit Goyal
tests: add some debugmergestate calls in `test-merge-criss-cross.t`
2020-09-14, by Pulkit Goyal
tests: add few debugrevlogindex and a log call to see changes in next test
2020-09-03, by Pulkit Goyal
merge: disable `m2-vs-ma` optimization if new filenode config is true
2020-09-14, by Pulkit Goyal
configitems: add a new config option to control new filenode functionality
2020-09-14, by Pulkit Goyal
git: add test showing `hg commit -i` working on a git repo
2020-09-23, by Connor Sheehan
merge: replace calls to hg.updaterepo() by merge.update()
2020-09-21, by Martin von Zweigbergk
merge: add a higher-level update() for the common `hg update` use case
2020-09-21, by Martin von Zweigbergk
sidedata: simply read p2copies files from the `ChangingFiles` object
2020-09-23, by Pierre-Yves David
sidedata: simply read p1copies files from the `ChangingFiles` object
2020-09-23, by Pierre-Yves David
sidedata: simply read removed files from the `ChangingFiles` object
2020-09-23, by Pierre-Yves David
sidedata: simply read added files from the `ChangingFiles` object
2020-09-23, by Pierre-Yves David
sidedata: add a `decode_files_sidedata` function
2020-09-23, by Pierre-Yves David
changelog: add a `changes` property on `changelogrevision`
2020-09-15, by Pierre-Yves David
sidedata: rename `encode_copies_sidedata` to `encode_files_sidedata`
2020-09-22, by Pierre-Yves David
log: pass around --rev option by walkopts
2020-09-12, by Yuya Nishihara
log: parse --limit option by logcmdutil.parseopts()
2020-09-12, by Yuya Nishihara
log: pass around --follow/--follow-first options by walkopts
2020-09-12, by Yuya Nishihara
log: introduce struct that carries log traversal options
2020-09-12, by Yuya Nishihara
log: remove unused argument from _makerevset()
2020-09-12, by Yuya Nishihara
log: remove stale comment about order of user revset
2020-09-12, by Yuya Nishihara
rust: add `dirstate_tree` module
2020-09-25, by Raphaël Gomès
Added signature for changeset 07731064ac41
stable
2020-10-02, by Pulkit Goyal
Added tag 5.5.2 for changeset 07731064ac41
stable
2020-10-02, by Pulkit Goyal
hgdemandimport: exclude more sqlalchemy modules
stable
5.5.2
2020-09-29, by Ludovic Chabant
rust-dirstatemap: add #[timed] to dirstatemap read for comparison
2020-07-24, by Raphaël Gomès
merge: make low-level update() private (API)
2020-09-21, by Martin von Zweigbergk
merge: use merge.clean_update() when applicable
2020-09-21, by Martin von Zweigbergk
rebase: teach in-memory rebase to not restart with on-disk rebase on conflict
2020-09-18, by Martin von Zweigbergk
rust: update Cargo.lock
2020-09-24, by Raphaël Gomès
rust-tests: add test to check if `Cargo.lock` is up-to-date
2020-09-24, by Raphaël Gomès
scmutil: introduce function to check whether repo uses treemanifest or not
2020-09-01, by Pulkit Goyal
chg: make is possible to call by default an hg binary located next to chg
2020-09-03, by Valentin Gatien-Baron
phases: fix performance regression with Python 2
2020-09-23, by Joerg Sonnenberger
rebase: move check for unresolved conflicts into lower-level rebasenode()
2020-09-23, by Martin von Zweigbergk
rebase: add dryrun property to rebaseruntime
2020-09-18, by Martin von Zweigbergk
rebase: when collapsing, p1 == dest, so use the former only
2020-09-23, by Martin von Zweigbergk
rebase: remove redundant isinmemory argument from _origrebase()
2020-09-18, by Martin von Zweigbergk
largefiles: prevent in-memory merge instead of switching to on-disk
2020-09-22, by Martin von Zweigbergk
merge: add a back_out() function to encapsulate update()
2020-09-21, by Martin von Zweigbergk
tests: update test-share-safe to work with non-zstd versions
2020-09-18, by Pulkit Goyal
rhg: add a limited `rhg cat -r` subcommand
2020-09-15, by Antoine Cezar
hg-core: add a `CatRev` operation
2020-09-11, by Antoine Cezar
hg-core: add `files_with_nodes` to `Manifest`
2020-09-15, by Antoine Cezar
hg-core: add path_encode
2020-09-15, by Antoine Cezar
hg-core: impl TryFrom<PathBuff> for HgPathBuf
2020-09-15, by Antoine Cezar
rhg: add `--revision` argument to `rhg files`
2020-09-09, by Antoine Cezar
hg-core: add a `ListRevTrackedFiles` operation
2020-09-18, by Antoine Cezar
hg-core: simplify `list_tracked_files` operation
2020-09-09, by Antoine Cezar
hg-core: add `Revlog.get_node_rev`
2020-09-18, by Antoine Cezar
hg-core: add `Manifest` a specialized `Revlog`
2020-09-09, by Antoine Cezar
hg-core: add `Changlog` a specialized `Revlog`
2020-09-09, by Antoine Cezar
hg-core: check data integrity in `Revlog`
2020-09-02, by Antoine Cezar
rhg: Add debug timing
2020-09-23, by Antoine Cezar
rhg: add a limited `rhg debugdata` subcommand
2020-08-17, by Antoine Cezar
rhg: add a `DebugData` `Command` to prepare the `rhg debugdata` subcommand
2020-09-09, by Antoine Cezar
hg-core: define a `DebugData` `Operation`
2020-08-13, by Antoine Cezar
hg-core: Add a limited read only `revlog` implementation
2020-09-04, by Antoine Cezar
mergestate: define NO_OP_ACTION in module scope instead of inside mergeresult
2020-09-16, by Pulkit Goyal
mergestate: introduce a new ACTION_KEEP_NEW
2020-09-09, by Pulkit Goyal
repoview: don't crash if mergestate points to non-existent node
stable
2020-09-23, by Martin von Zweigbergk
tests: demonstrate crash caused by pinning of non-existent mergestate node
stable
2020-09-23, by Martin von Zweigbergk
git: also convert timezone to int (issue6359)
2020-09-21, by Augie Fackler
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip