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.
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
chg: fallback to original hg if stdio fds are missing
2020-09-18, by Jun Wu
locking: remove support for inheriting locks in subprocess
2020-09-18, by Martin von Zweigbergk
mergedriver: delete it
2020-09-17, by Martin von Zweigbergk
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
2020-09-06, by Raphaël Gomès
git: pass `id` attribute of `pygit2.Tree` object
2020-09-22, by Connor Sheehan
branchmap: add a cache validation cache, avoid expensive re-hash on every use
2020-09-16, by Kyle Lippincott
merge with stable
2020-09-21, by Augie Fackler
run-test: allow relative path in `--blacklist` and `--whitelist` (issue6351)
2020-09-16, by Antoine cezar
rebase: stop clearing on-disk mergestate when running in memory
2020-09-18, by Martin von Zweigbergk
rebase: delete unused p1 argument to _concludenode()
2020-09-18, by Martin von Zweigbergk
rebase: fix an inconsistent hyphenation in a debug message
2020-09-18, by Martin von Zweigbergk
strip: with --keep, consider all revs "removed" from the wcp (issue6270)
stable
2020-09-18, by Pierre-Yves David
test-strip: display more information highlight buggy behavior
stable
2020-09-18, by Pierre-Yves David
changing-files: implement equality checking
2020-09-15, by Pierre-Yves David
changing-files: document the various sets
2020-09-17, by Pierre-Yves David
merge with stable
2020-09-18, by Augie Fackler
share: do not write working-copy requirements twice
2020-09-18, by Yuya Nishihara
py3: fix formatting of LookupError for workingctx
stable
2020-09-13, by Yuya Nishihara
phabricator: fix loadhgrc() override broken by D8656
2020-09-17, by Martin von Zweigbergk
mergestate: move commit() from base class to on-disk subclass
2020-09-17, by Martin von Zweigbergk
mergestate: make in-memory mergestate not clear on-disk mergestate on reset()
2020-09-17, by Martin von Zweigbergk
merge: use in-memory mergestate when using in-memory context
2020-09-15, by Martin von Zweigbergk
mergestate: extract a base class to be shared by future memmergestate
2020-09-15, by Martin von Zweigbergk
mergestate: extract overridable methods for making/restoring file backups
2020-09-15, by Martin von Zweigbergk
mergestate: initialize all properties in __init__()
2020-09-16, by Martin von Zweigbergk
mergestate: remove unnecessary clearing of `localctx` and `otherctx`
2020-09-17, by Martin von Zweigbergk
mergestate: move most of of reset() into start()
2020-09-16, by Martin von Zweigbergk
mergestate: make clean() only be about creating a clean mergestate
2020-09-17, by Martin von Zweigbergk
mergestate: split up reset() for its two use cases
2020-09-16, by Martin von Zweigbergk
mergestate: simplify reset(), knowing that `other` and `node` go together
2020-09-15, by Martin von Zweigbergk
mergestate: make some callers not pass pointless node argument
2020-09-15, by Martin von Zweigbergk
py3: don't risk passing a None value to error.ManifestLookupError()
2020-09-17, by Martin von Zweigbergk
merge: move initial handling of mergeactions near to later one
2020-09-03, by Pulkit Goyal
upgrade: support running upgrade if repository has share-safe requirement
2020-06-25, by Pulkit Goyal
config: add `--shared` flag to edit config file of shared source
2020-09-17, by Pulkit Goyal
localrepo: load the share source .hg/hgrc also in share-safe mode (API)
2020-07-02, by Pulkit Goyal
helptext: document exp-sharesafe in internals/requirements.txt
2020-08-07, by Pulkit Goyal
share: introduce config option to store requires in .hg/store
2020-04-14, by Pulkit Goyal
scmutil: introduce filterrequirements() to split reqs into wc and store ones
2020-08-07, by Pulkit Goyal
remotefilelog: acquire lock before writing requirements on clone
2020-09-17, by Pulkit Goyal
grep: make -frREV follow history from the specified revision (BC)
2020-09-10, by Yuya Nishihara
cmdutil: make walkchangerevs() gracefully handle wdir parents
2020-09-11, by Yuya Nishihara
grep: fix --follow with no --diff nor --rev to not fall back to plain grep
2020-09-10, by Yuya Nishihara
test-grep: add tests for --follow with/without --diff and/or paths
2020-09-11, by Yuya Nishihara
grep: clarify that --all works exactly the same way as --diff
2020-09-10, by Yuya Nishihara
churn: add an usage example in docstring
2020-09-17, by Stephane
tests: run test-check-py3-compat only in pure python mode
2020-09-17, by Pulkit Goyal
log: make -frREV PATH detect missing files before falling back to slow path
2020-09-12, by Yuya Nishihara
log: fix -fr'wdir()' PATH to follow newly added file
2020-09-11, by Yuya Nishihara
log: reorganize if-else and for loop in logcmdutil._makematcher()
2020-09-11, by Yuya Nishihara
merge: update commitinfo from all mergeresults during bid merge
2020-08-26, by Pulkit Goyal
merge: add missing ACTION_KEEP when both remote and ancestor are not present
2020-08-24, by Pulkit Goyal
merge: store ACTION_KEEP_ABSENT when we are keeping the file absent locally
2020-08-24, by Pulkit Goyal
merge: add `ACTION_KEEP_ABSENT` to represent files we want to keep absent
2020-09-01, by Pulkit Goyal
mergeresult: introduce dedicated tuple for no-op actions
2020-09-14, by Pulkit Goyal
tests: add criss cross merging tests whose behavior need to be fixed
2020-06-19, by Pierre-Yves David
repo: avoid copying/updating a dict on every `repo.__getitem__`
2020-09-11, by Kyle Lippincott
obsstore: refactor v1 logic to fix 32 byte hash support
2020-07-23, by Joerg Sonnenberger
fsmonitor: increase the threshold before we recommend it, when using rust
2020-09-14, by Valentin Gatien-Baron
copy-tracing: test case where a merge reverted a file deletion
2020-06-19, by Pierre-Yves David
copy-tracing: test case where we go across a changed/deleted merge
2020-06-19, by Pierre-Yves David
merge: show list of bids for each file in bid-merge in ui.debug()
2020-08-26, by Pulkit Goyal
merge with stable
2020-09-14, by Yuya Nishihara
cmdutil: reimplement finddate() without using walkchangerevs()
2020-09-13, by Yuya Nishihara
test-simple-update: add test for -d DATE option
2020-09-13, by Yuya Nishihara
largefiles: walk history in ascending order while downloading all lfiles
2020-09-13, by Yuya Nishihara
largefiles: replace use of walkchangerevs() with simple revset query
2020-09-13, by Yuya Nishihara
largefiles: remove unused 'rev' parameter from downloadlfiles()
2020-09-11, by Yuya Nishihara
resourceutil: document when we expect to take the importlib.resouces code path
2020-09-12, by Martin von Zweigbergk
templater: fix reading of templates in frozen binaries with py3 < 3.7
2020-09-10, by Martin von Zweigbergk
histedit: cache description line
2020-09-11, by Martin von Zweigbergk
tests: make emacs test less strict
2020-09-11, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip