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
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.
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
21 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
dirstate: use the `changing_files` context in the `keyword` demo
21 months ago, by Pierre-Yves David
dirstate: wrap repository change in appropriate context in `test-context`
21 months ago, by Pierre-Yves David
dirstate: use wlock and changing_files context in `test-revlog-ancestry`
21 months ago, by Pierre-Yves David
dirstate: use `dirstate.change_files` to scope the change in `revert`
23 months ago, by Pierre-Yves David
dirstate: use `dirstate.change_files` to scope the change in `gpg`
21 months ago, by Pierre-Yves David
dirstate: use `dirstate.change_files` to scope the change in `tag`
23 months ago, by Pierre-Yves David
dirstate: use `dirstate.change_files` to scope the change in `rename`
21 months ago, by Pierre-Yves David
dirstate: use `dirstate.change_files` to scope the change in `copy`
21 months ago, by Pierre-Yves David
dirstate: use `dirstate.change_files` to scope the change in `remove`
23 months ago, by Pierre-Yves David
dirstate: use `dirstate.change_files` to scope the change in `forget`
23 months ago, by Pierre-Yves David
dirstate: use `dirstate.change_files` to scope the change in `addremove`
23 months ago, by Pierre-Yves David
dirstate: use `dirstate.change_files` to scope the change in `add`
23 months ago, by Pierre-Yves David
commit: use `dirstate.change_files` to scope the associated `addremove`
21 months ago, by Pierre-Yves David
commit: move the addremove logic around to make the next changeset clearer
21 months ago, by Pierre-Yves David
largefiles: link the core dirstate._changing context to the lfdirstate one
21 months ago, by Pierre-Yves David
dirstate: add a context for tracking files change
21 months ago, by Pierre-Yves David
dirstate: invalidate the dirstate change on transaction failure
21 months ago, by Pierre-Yves David
dirstate: factor the "changing" context logic out
21 months ago, by Pierre-Yves David
dirstate: introduce a `is_changing_any` property
21 months ago, by Pierre-Yves David
dirstate: rename `pendingparentchange` to `is_changing_parents`
21 months ago, by Pierre-Yves David
dirstate: rename _parentwriters to _changing_level
21 months ago, by Pierre-Yves David
largefiles: remove the `changing_parents` context in `openlfdirstate`
21 months ago, by Pierre-Yves David
largefiles: remove the second `changing_parents` in `updatelfiles`
21 months ago, by Pierre-Yves David
largefiles: remove the first `changing_parents` in `updatelfiles`
21 months ago, by Pierre-Yves David
largefiles: use `hacky_extension_update_file` in `updatelfiles`
21 months ago, by Pierre-Yves David
largefiles: use `hacky_extension_update_file` in `synclfdirstate`
21 months ago, by Pierre-Yves David
largefiles: use `hacky_extension_update_file` in `openlfdirstate`
21 months ago, by Pierre-Yves David
win32text: make the hacky call cover more cases
21 months ago, by Pierre-Yves David
win32text: drop the `changing_parents` context in revert upgrade
21 months ago, by Pierre-Yves David
win32text: clean up and clarify the post-revert hack of dirstate
21 months ago, by Pierre-Yves David
dirstate: introduce a `hacky_extension_update_file` method
21 months ago, by Pierre-Yves David
mq: properly take the wlock during the full qfold operation
21 months ago, by Pierre-Yves David
locking: hold the wlock for the full duration of the "keyword demo"
21 months ago, by Pierre-Yves David
locking: grab the wlock before touching the dirstate in `perfdirstatewrite`
21 months ago, by Pierre-Yves David
locking: take the `wlock` for the full `hg addremove` duration
23 months ago, by Pierre-Yves David
locking: take the `wlock` for the full `hg forget` duration
23 months ago, by Pierre-Yves David
locking: take the `wlock` for the full `hg remove` duration
23 months ago, by Pierre-Yves David
locking: take the `wlock` for the full `hg add` duration
23 months ago, by Pierre-Yves David
dirstate: drop some very fishy looking piece of code
21 months ago, by Pierre-Yves David
dirstate: do not write an empty dirstate just for backup
21 months ago, by Pierre-Yves David
dirstate: pre-indent some of the backup code
21 months ago, by Pierre-Yves David
debugrebuilddirstate: double check that no transaction is open
21 months ago, by Pierre-Yves David
dirstate: explicitly write the dirstate after `debugrebuilddirstate`
21 months ago, by Pierre-Yves David
dirstate: explicitly write the dirstate after `keyword` "overwrite"
21 months ago, by Pierre-Yves David
dirstate: explicitly write the dirstate after `eol` dirstate manipulation
21 months ago, by Pierre-Yves David
dirstate: explicitly write the dirstate after mq dirstate rebuild
21 months ago, by Pierre-Yves David
transaction: quietly rollback if no other changes than temporary files
21 months ago, by Pierre-Yves David
transaction: run abort callback in all cases
21 months ago, by Pierre-Yves David
transaction: clarify the "quick abort" scenario
21 months ago, by Pierre-Yves David
test: use a more direct form of interruption in fncache "recover" testing
21 months ago, by Pierre-Yves David
test: use a more direct approach to test racy mutation
21 months ago, by Pierre-Yves David
test: create some history in test-dirstate-backup
21 months ago, by Pierre-Yves David
test: explicitly "add" file before some commit in test-keyword.t
21 months ago, by Pierre-Yves David
test: explicitly "add" file before some commit in test-filecache.py
21 months ago, by Pierre-Yves David
test: explicitly "add" file before some commit in test-bookmark.t
21 months ago, by Pierre-Yves David
test: explicitly "add" file before some commit in test-rollback.t
21 months ago, by Pierre-Yves David
rhg-files: add support for narrow when specifying a revision
22 months ago, by Raphaël Gomès
rust-narrow: enable narrow support for plain `rhg files`
22 months ago, by Raphaël Gomès
rhg-files: make signature of `display_files` more flexible
22 months ago, by Raphaël Gomès
rhg: fix user-facing error message so it matches Python implementation
22 months ago, by Raphaël Gomès
rust-ui: refactor ui code for printing narrow/sparse warnings
22 months ago, by Raphaël Gomès
rhg-files: reuse centralized dirstate logic
22 months ago, by Raphaël Gomès
rust: move `filter_map_results` to public util
22 months ago, by Raphaël Gomès
rhg: fix typo
22 months ago, by Raphaël Gomès
fix: add more information to the debug output
stable
21 months ago, by Pierre-Yves David
run-tests: stop ignoring venv-installed packages
21 months ago, by Matt Harbison
bundlerepo: raise `error.LookupError` instead of `LookupError`
21 months ago, by Matt Harbison
unionrepo: resync several methods to actually override superclass methods
21 months ago, by Matt Harbison
hgweb: unbyteify the 100-continue check
stable
21 months ago, by Matt Harbison
branching: merge with stable
21 months ago, by Pierre-Yves David
setup: treat error output and non-zero return code differently
stable
21 months ago, by Pierre-Yves David
setup: make the version computation process more resistant
stable
21 months ago, by Pierre-Yves David
bundlerepo: enforce the requirements declared by the underlying repository
stable
21 months ago, by Matt Harbison
scmutil: make checknewlabel() allow "_" in otherwise numeric names (issue6737)
stable
21 months ago, by Anton Shestakov
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
tip