Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
grep: move prep() to grepsearcher class
2020-09-09, by Yuya Nishihara
grep: move readfile() to grepsearcher class
2020-09-09, by Yuya Nishihara
grep: move getbody() to grepsearcher class
2020-09-09, by Yuya Nishihara
grep: add stub class that maintains cache and states of grep operation
2020-09-09, by Yuya Nishihara
grep: move match and diff logic to new module
2020-09-09, by Yuya Nishihara
grep: explicitly pass regexp to closure functions
2020-09-09, by Yuya Nishihara
upgrade: improve documentation of matchrevlog()
2020-10-08, by Pulkit Goyal
automation: support running against Python 3.9
2020-10-09, by Gregory Szorc
automation: upgrade packages in Linux environment
2020-10-09, by Gregory Szorc
packaging: upgrade packages in Windows environment
2020-10-08, by Gregory Szorc
contrib: install Python 3.9.0
2020-10-08, by Gregory Szorc
contrib: stop installing Python 3.5 and 3.6 in Windows environment
2020-10-08, by Gregory Szorc
py3: convert an exception message to bytes
2020-10-09, by Martin von Zweigbergk
tests: fix test-url.py on py3, broken by D9179
2020-10-09, by Martin von Zweigbergk
revset: add a `node` key for sorting
2020-10-08, by Pierre-Yves David
pyoxidizer: produce working Python 3 Windows installers (issue6366)
2020-10-04, by Gregory Szorc
tests: set git config using `git config` for simplicity
2020-10-08, by Martin von Zweigbergk
tests: use `git init` instead of unusual synonym `git init-db`
2020-10-08, by Martin von Zweigbergk
errors: name arguments to Abort constructor
2020-10-08, by Martin von Zweigbergk
errors: stop passing non-strings to Abort's constructor
2020-10-08, by Martin von Zweigbergk
errors: name arguments to UnknownCommand constructor
2020-10-06, by Martin von Zweigbergk
errors: name arguments to AmbiguousCommand constructor
2020-10-06, by Martin von Zweigbergk
errors: name arguments to CommandError constructor
2020-10-06, by Martin von Zweigbergk
errors: move UnknownCommand and AmbiguousCommand near CommandError
2020-10-06, by Martin von Zweigbergk
templatekw: make {successorssets} always return a list (issue6342)
2020-10-07, by Aay Jay Chan
tests: test output of {predecessors}, {successorssets} for non-obsolete csets
2020-10-07, by Aay Jay Chan
branching: merge with stable
2020-10-08, by Martin von Zweigbergk
copies: move `merged` testing sooner
2020-10-01, by Pierre-Yves David
copies: return None instead of ChangingFiles when relevant
2020-10-01, by Pierre-Yves David
copies: add a HASCOPIESINFO flag to highlight rev with useful data
2020-10-01, by Pierre-Yves David
salvaged: properly deal with salvaged file during copy tracing
2020-09-16, by Pierre-Yves David
salvaged: persist the salvaged set on disk
2020-09-15, by Pierre-Yves David
changing-files: add clean computation of changed file for merges
2020-09-29, by Pierre-Yves David
changing-files: add clean computation of changed files for linear changesets
2020-09-29, by Pierre-Yves David
changing-files: add clean computation of changed files for roots
2020-09-29, by Pierre-Yves David
changing-files: add a debug command display changed files
2020-09-30, by Pierre-Yves David
side-data: add a test to check sidedata upgrade
2020-09-29, by Pierre-Yves David
changing-files: split the changing files computation from encoding
2020-09-29, by Pierre-Yves David
salvaged: record salvaged in ChangingFiles at commit time
2020-09-14, by Pierre-Yves David
salvaged: track removal-candidates in more cases
2020-09-14, by Pierre-Yves David
salvaged: explicitly skip salvaged file while encoding
2020-09-30, by Pierre-Yves David
changing-files: add a "salvaged" set to track file that were not removed
2020-09-14, by Pierre-Yves David
tests: back out accidentally queued changeset 0627cd03b1e9
2020-10-08, by Martin von Zweigbergk
tests: update test-copies-chain-merge.t to not use empty files
2020-10-06, by Martin von Zweigbergk
tests: only diff the `Cargo.lock` in `test-check-cargo-lock.t`
2020-10-08, by Raphaël Gomès
tests: update/remove outdated comments in test-copies-chain-merge.t
2020-10-07, by Pulkit Goyal
churn: leverage logcmdutil to filter revisions by --date
2020-09-21, by Yuya Nishihara
cmdutil: remove remainder of old walkchangerevs() implementation
2020-09-10, by Yuya Nishihara
cmdutil: rewrite walkchangerevs() by using logcmdutil functions
2020-09-10, by Yuya Nishihara
grep: filter target files by matcher
2020-09-10, by Yuya Nishihara
cmdutil: make walkchangerevs() call prepare with matcher instead of filenames
2020-09-10, by Yuya Nishihara
grep: add option for logcmdutil.makewalker() to not filter revs by file pats
2020-09-10, by Yuya Nishihara
rust-parsers: use in-place mutation instead of allocating a new `Vec`
2020-10-01, by Raphaël Gomès
revlog: pre-compute null revlog item for pure version
2020-10-06, by Joerg Sonnenberger
packaging: normalize - to _ in WiX Id values
2020-10-04, by Gregory Szorc
contrib: install Rust 1.46.0
2020-10-03, by Gregory Szorc
contrib: install latest versions of Python
2020-10-03, by Gregory Szorc
help: extract logic for listing commands and topics
2020-09-30, by Ludovic Chabant
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
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip