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
-96
+96
+100
+300
+1000
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.
large-files: use `running_status` in `updatestandinsbymatch`
21 months ago, by Pierre-Yves David
large-files: wrap reposetup's status in a `running_status` context
21 months ago, by Pierre-Yves David
narrow: use `running_status` in `updateworkingcopy`
21 months ago, by Pierre-Yves David
status: use `running_status` in dirstate status
21 months ago, by Pierre-Yves David
status: pre-indent the dirstate status code
21 months ago, by Pierre-Yves David
dirstate: introduce a (noop) running_status context
21 months ago, by Pierre-Yves David
status: invalidate dirstate on LockError
21 months ago, by Pierre-Yves David
status: simplify the post status fixup phases
21 months ago, by Pierre-Yves David
dirstate: cleanup the `_map` property cache
21 months ago, by Pierre-Yves David
dirstate: only reload the dirstate when it may have changed
21 months ago, by Pierre-Yves David
dirstate: directly manage the dirstate property on localrepo
21 months ago, by Pierre-Yves David
dirstate: factor the identity getting/setting code in the dirstate map
21 months ago, by Pierre-Yves David
dirstate: use `cachestat` object for dirstatemap identity
21 months ago, by Pierre-Yves David
automv: lock the repository before searching for renames
21 months ago, by Pierre-Yves David
dirstate: distinct transaction callback from largefile
21 months ago, by Pierre-Yves David
dirstate: track that changes are pending in a transaction
21 months ago, by Pierre-Yves David
dirstate: add small asserts for double security
21 months ago, by Pierre-Yves David
dirstate: simplify the invalidation management on context exit
21 months ago, by Pierre-Yves David
dirstate: use the new `check_invalidated` decorator for `_changing`
21 months ago, by Pierre-Yves David
dirstate: introduce a check_invalidated decorator
21 months ago, by Pierre-Yves David
dirstate: warn if dirty when starting an edition
21 months ago, by Pierre-Yves David
large-files: make sure we write newly initialized standin file early
21 months ago, by Pierre-Yves David
dirstate: mark `clear` and `rebuild` as `require_changing_parents`
21 months ago, by Pierre-Yves David
dirstate: add a comment about the semantic of `dirstate.clear`
21 months ago, by Pierre-Yves David
debugrebuildstate: wrap the operation in a `changing_parents` context
21 months ago, by Pierre-Yves David
strip: use a `changing_parents` context for --keep update
21 months ago, by Pierre-Yves David
mq: wrap the dirstate's rebuild in a `changing_parents` context
21 months ago, by Pierre-Yves David
lfconvert: use a `changing_parents` context to clear the dirstate
21 months ago, by Pierre-Yves David
dirstate: mark the `copy` method as requiring a `changing_any` context
21 months ago, by Pierre-Yves David
dirstate: add a `require_changing_any` decorator
21 months ago, by Pierre-Yves David
rebase: scope parent change into a changing_parents context
21 months ago, by Pierre-Yves David
dirstate: requires being in a `changing_parents` `context to set_parents`
21 months ago, by Pierre-Yves David
dirstate: invalidate on all exceptions
21 months ago, by Pierre-Yves David
large-files: prepare a test for more changes
21 months ago, by Pierre-Yves David
large-files: larger "changing_parents" context in mergeupdate override
21 months ago, by Pierre-Yves David
large-files: use `hacky_extension_update_file` one more time
21 months ago, by Pierre-Yves David
typing: disable `signature-mismatch` warnings on a few bytestr functions
21 months ago, by Matt Harbison
rust: upgrade minimum `rayon` dependency
stable
21 months ago, by Raphaël Gomès
branching: merge with stable
21 months ago, by Pierre-Yves David
test-chg: use a different log to avoid flakyness
stable
21 months ago, by Pierre-Yves David
dirstate-v2: complain early on docket name collision
stable
24 months ago, by Arseniy Alekseyev
rhg: fix a bug in path_encode
21 months ago, by Arseniy Alekseyev
rhg: demonstrate a bug in path_encode
21 months ago, by Arseniy Alekseyev
rhg: nicer error message
21 months ago, by Arseniy Alekseyev
typing: add type hints to argument checking functions in cmdutil
21 months ago, by Matt Harbison
setup: further improve the error path for version retrieval
stable
21 months ago, by Pierre-Yves David
tag: move the prohibition of tagging the `null` rev up to the `wdir()` check
21 months ago, by Matt Harbison
branching: merge with default
21 months ago, by Pierre-Yves David
dirstate: handle missing backup file on restoration
stable
21 months ago, by Pierre-Yves David
tests: remove unnecessary --traceback argument
21 months ago, by Dan Villiom Podlaski Christiansen
tag: disallow tagging the working directory
stable
21 months ago, by Matt Harbison
dirstate: remove the dedicated backup logic
21 months ago, by Pierre-Yves David
localrepo: stop doing special dirstate backup at transaction open
21 months ago, by Pierre-Yves David
localrepo: "blindly" do a dirstate backup at the end of the transaction
21 months ago, by Pierre-Yves David
test-hardlink: stop explicitly listing `undo.dirstate`
21 months ago, by Pierre-Yves David
localrepo: enforce a clean dirstate when the transaction open
21 months ago, by Pierre-Yves David
dirstate: explicitly backup the datafile
21 months ago, by Pierre-Yves David
mq: write the dirstate before stripping
21 months ago, by Pierre-Yves David
dirstate: simplify the shelve hack to not go through the disk
21 months ago, by Pierre-Yves David
test: fix the flakyness in test-remotefilelog-local.t
stable
21 months ago, by Pierre-Yves David
dirstate: detect potential fishy transaction patterns while changing
21 months ago, by Pierre-Yves David
dirstate: generalize the dirstate's invalidation on transaction abort
21 months ago, by Pierre-Yves David
dirstate: simplify some methods' decorator
21 months ago, by Pierre-Yves David
dirstate: document the functions that need consolidation
21 months ago, by Pierre-Yves David
dirstate: make `restorebackup` more robust when it is a noop
21 months ago, by Pierre-Yves David
dirstate-guard: remove the feature
21 months ago, by Pierre-Yves David
rollback: remove the dirstateguard usage
21 months ago, by Pierre-Yves David
rollback: explicitly skip dirstate rollback when applicable
21 months ago, by Pierre-Yves David
rollback: detect "parentgone" case earlier
21 months ago, by Pierre-Yves David
rollback: avoid a `hg commit --addremove` at a critical point
21 months ago, by Pierre-Yves David
rollback: display some graphlog before/after a test piece
21 months ago, by Pierre-Yves David
rollback: show that the safety works in a associated test
21 months ago, by Pierre-Yves David
dirstate-guard: remove its usage in `backout`
21 months ago, by Pierre-Yves David
dirstate-guard: remove the usage in `import`
21 months ago, by Pierre-Yves David
dirstate-guard: replace a usage in `rebase` with a transaction
21 months ago, by Pierre-Yves David
dirstate-guard: remove usage in `rebase`
21 months ago, by Pierre-Yves David
dirstate-guard: remove it usage in `mq`
21 months ago, by Pierre-Yves David
dirstate: enforce the use of `changing_files` context to change tracking
21 months ago, by Pierre-Yves David
dirstate: warn if we write to the dirstate without holding the wlock
23 months ago, by Pierre-Yves David
dirstate: avoid transaction backup/restore if we do not hold the lock
21 months ago, by Pierre-Yves David
dirstate: issue a developer warning on implicit write on wlock release
23 months ago, by Pierre-Yves David
status: fix post status invalidation
21 months ago, by Pierre-Yves David
status: fix post status writing
21 months ago, by Pierre-Yves David
dirstate: use `dirstate.change_files` to scope the change in `shelve`
23 months ago, by Pierre-Yves David
dirstate: use `dirstate.change_files` to scope the change in `unshelve`
23 months ago, by Pierre-Yves David
shelve: adjust what happens in some `changing_parents` context
23 months ago, by Pierre-Yves David
dirstate: use `dirstate.change_files` to scope the change in `lfconvert`
21 months ago, by Pierre-Yves David
largefiles: rely on main scoping for writing dirstate in `markcommitted`
21 months ago, by Pierre-Yves David
largefiles: rely on main scoping for writing dirstate in `mergeupdate`
21 months ago, by Pierre-Yves David
largefiles: rely on the higher level `changing_giles` in `mergerecordupdates`
21 months ago, by Pierre-Yves David
dirstate: use wlock and `dirstate.change_files` to scope the change in `mq`
23 months ago, by Pierre-Yves David
subrepo: use `changing_files` context in subrepository code
22 months ago, by Pierre-Yves David
subrepo: let black expand some call on multiple lines early
21 months ago, by Pierre-Yves David
dirstate: use `dirstate.change_files` to scope the change in `import`
23 months ago, by Pierre-Yves David
dirstate: use `dirstate.change_files` to scope the change in `automv`
23 months ago, by Pierre-Yves David
dirstate: use `dirstate.change_files` to scope the change in `amend`
23 months ago, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
tip