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.
rust: fix building on macOS (issue6801)
stable
21 months ago, by Dan Villiom Podlaski Christiansen
tests: fix timeout adjustement in delaypush.py
stable
21 months ago, by Pierre-Yves David
relnotes: add 6.4 and empty next
stable
21 months ago, by Raphaël Gomès
Added signature for changeset 05de4896508e
stable
21 months ago, by Raphaël Gomès
Added tag 6.4rc0 for changeset 05de4896508e
stable
21 months ago, by Raphaël Gomès
branching: merge default into stable
stable
6.4rc0
21 months ago, by Raphaël Gomès
transaction: drive the aberratant branch special case away
21 months ago, by Pierre-Yves David
transaction: remove the `branch` backup for transaction
21 months ago, by Pierre-Yves David
dirstate: deprecate calling `setbranch` without a transaction parameter
21 months ago, by Pierre-Yves David
branch: pass current transaction when writing branch for transaction backup
21 months ago, by Pierre-Yves David
branch: pass current transaction when writing branch in shelve
21 months ago, by Pierre-Yves David
branch: pass current transaction when writing branch in import
21 months ago, by Pierre-Yves David
branch: pass current transaction when writing branch in backout command
21 months ago, by Pierre-Yves David
branch: pass current transaction when writing branch in branch command
21 months ago, by Pierre-Yves David
branch: pass current transaction when writing branch in merge
21 months ago, by Pierre-Yves David
branch: pass current transaction when writing branch in rebase
21 months ago, by Pierre-Yves David
branch: pass current transaction when writing branch in keyword
21 months ago, by Pierre-Yves David
branch: pass current transaction when writing branch in histedit
21 months ago, by Pierre-Yves David
dirstate: write the `branch` as part of the transaction if any
21 months ago, by Pierre-Yves David
dirstate: factor the transaction abort logic
21 months ago, by Pierre-Yves David
dirstate: use a context manager to handle the file used for writing the branch
21 months ago, by Pierre-Yves David
style: rewrap `ui.deprecwarn` declaration
21 months ago, by Pierre-Yves David
branching: merge stable into default
21 months ago, by Pierre-Yves David
Added signature for changeset 8830004967ad
stable
21 months ago, by Raphaël Gomès
Added tag 6.3.3 for changeset 8830004967ad
stable
21 months ago, by Raphaël Gomès
relnotes: add 6.3.3
stable
6.3.3
21 months ago, by Raphaël Gomès
narrow: read pending file when applicable
21 months ago, by Pierre-Yves David
typing: add typehints to mercurial/diffutil.py
stable
21 months ago, by Matt Harbison
patchbomb: respect the `--git` option
stable
21 months ago, by Matt Harbison
rhg: remember the inode of .hg/dirstate
stable
21 months ago, by Raphaël Gomès
rust-dirstate-v2: don't write dirstate if data file has changed
stable
21 months ago, by Raphaël Gomès
rust-dirstate: remember the data file uuid dirstate was loaded with
stable
23 months ago, by Raphaël Gomès
dirstate: set identity whenever we read the dirstate's v2 docket
stable
21 months ago, by Pierre-Yves David
dirstate: factor the identity setting code in the dirstate map
stable
21 months ago, by Pierre-Yves David
dirstate: simplify the dirstate's read race testing
stable
21 months ago, by Pierre-Yves David
dirstate: deal with read-race for pure rust code path (rhg)
stable
21 months ago, by Pierre-Yves David
dirstate: deal with read-race for python code using rust object
stable
21 months ago, by Pierre-Yves David
dirstate: deal with read-race for pure python code
stable
21 months ago, by Pierre-Yves David
dirstate: abstract the reading of the data file in v2 in a method
stable
21 months ago, by Pierre-Yves David
dirstate: add append/new-file variants in the dirstate's read race tests
stable
21 months ago, by Pierre-Yves David
dirstate: add a synchronisation point in the middle of the read
stable
23 months ago, by Raphaël Gomès
dirstate: add v1-v2 variants to the dirstate's read race tests
stable
21 months ago, by Pierre-Yves David
dirstate: check dirstate race condition around status
stable
21 months ago, by Pierre-Yves David
dirstate: check dirstate race condition around update
stable
21 months ago, by Pierre-Yves David
dirstate: check dirstate race condition around commit
stable
21 months ago, by Pierre-Yves David
dirstate: initial creation of a test file to check dirstate race read
stable
21 months ago, by Pierre-Yves David
dirstate: add a synchronisation point before doing a full dirstate read
stable
21 months ago, by Pierre-Yves David
rust-repo: move dirstate-v2 opening to a separate method
stable
21 months ago, by Raphaël Gomès
rhg: fix race when an ambiguous file is deleted on disk
stable
21 months ago, by Raphaël Gomès
rhg: fix race when a fixup file is deleted on disk
stable
21 months ago, by Raphaël Gomès
dirstate: test a `hg status` raced by a `hg remove`
stable
21 months ago, by Pierre-Yves David
dirstate: tests racing status with both dirstate-v2 append and rewrite
stable
21 months ago, by Pierre-Yves David
dirstate-v2: add devel config option to control write behavior
stable
21 months ago, by Raphaël Gomès
dirstate: use more than a bool to control append behavior
stable
21 months ago, by Pierre-Yves David
dirstate: cover each dirstate version when testing for status race
stable
21 months ago, by Pierre-Yves David
dirstate: test a `hg status` raced by another `hg status`
stable
21 months ago, by Pierre-Yves David
dirstate: test a `hg status` raced by a `hg update`
stable
21 months ago, by Pierre-Yves David
dirstate: test a `hg status` raced by a `hg commit`
stable
21 months ago, by Pierre-Yves David
dirstate: test a `hg status` raced by a `hg add`
stable
21 months ago, by Pierre-Yves David
dirstate: add a way to test races happening during status
stable
21 months ago, by Raphaël Gomès
testing: introduce util function to synchronize concurrent commands on files
stable
21 months ago, by Raphaël Gomès
hghave: drop py27 and py35 support
21 months ago, by Matt Harbison
hghave: byteify a path passed to a core API
21 months ago, by Matt Harbison
dirstate: add some debug output when writing the dirstate
stable
21 months ago, by Raphaël Gomès
run-tests: make it possible to nest conditionals
stable
22 months ago, by Pierre-Yves David
rust: box ConfigValueParseError to avoid large result types
21 months ago, by Arseniy Alekseyev
dirstate: drop `identity` from the public API
21 months ago, by Pierre-Yves David
delta-find: rename `delta-reuse-policy` to `pulled-delta-reuse-policy`
21 months ago, by Pierre-Yves David
config-item: declare undeclared path suboption
21 months ago, by Pierre-Yves David
delta-find: declare the "paths..*:delta-reuse-policy option
21 months ago, by Pierre-Yves David
delta-find: adjust the default candidate group chunk size
21 months ago, by Pierre-Yves David
record: extract a closure to the module level
21 months ago, by Pierre-Yves David
record: drop a now useless overlay that grab the lock
21 months ago, by Pierre-Yves David
bundlerepo: fix string interpolation
21 months ago, by Pierre-Yves David
bundlerepo: apply phase data stored in the bundle instead of assuming `draft`
21 months ago, by Matt Harbison
bundlerepo: handle changegroup induced phase movement in the associated method
21 months ago, by Pierre-Yves David
bundlerepo: move most attribute declaration earlier in __init__
21 months ago, by Pierre-Yves David
bundlerepo: move the handling of bundl1 in its own method
21 months ago, by Pierre-Yves David
bundlerepo: expliclty handing cg part from bundle2
21 months ago, by Pierre-Yves David
transaction: use the standard transaction mechanism to backup branch
21 months ago, by Pierre-Yves David
transaction: no longer explicitly cache bookmarks
21 months ago, by Pierre-Yves David
transaction: no longer explicitly cache phaseroots
21 months ago, by Pierre-Yves David
narrow: enforce that narrow spec is written within a transaction
21 months ago, by Pierre-Yves David
narrow: write the narrow spec in a transaction during share
21 months ago, by Pierre-Yves David
narrow: open the transaction sooner when unbundling
21 months ago, by Pierre-Yves David
narrow: write the narrow spec in a transaction during clone
21 months ago, by Pierre-Yves David
narrow: drop the dedicated backup code
21 months ago, by Pierre-Yves David
narrow: delegate the dirstate's narrow spec writing to the transaction
21 months ago, by Pierre-Yves David
narrow: delegate the narrow spec writing to the transaction
21 months ago, by Pierre-Yves David
narrow: get the narrow patterns from the repository object instead of disk
21 months ago, by Pierre-Yves David
narrow: widden the lock context in `tracking`
21 months ago, by Pierre-Yves David
narrow: move `only_show` handling sooner in `tracked`
21 months ago, by Pierre-Yves David
tests: in test-fncache.t, be more tolerant to the "Killed" message format
21 months ago, by Arseniy Alekseyev
convert: use a priority queue for sorting commits, to make sorting faster
21 months ago, by Arseniy Alekseyev
dirstate-v2: don't mmap the data file when on NFS
stable
2022-11-28, by Raphaël Gomès
rust-dirstate: trace append/no append to help debugging
stable
24 months ago, by Raphaël Gomès
rust: add debug log about skipping dirstate update
stable
23 months ago, by Raphaël Gomès
test-dirstate: use more robust method to trigger a data-file append
stable
22 months ago, by Raphaël Gomès
typing: add the return type hint to pycompat.rangelist()
21 months ago, by Matt Harbison
typing: add type hints to pycompat.maplist()
21 months ago, by Matt Harbison
branching: merge stable into default
21 months ago, by Pierre-Yves David
transaction: tests we don't overwrite bookmark activation on abort
stable
21 months ago, by Pierre-Yves David
transaction: tests we don't overwrite updates on abort
stable
21 months ago, by Pierre-Yves David
transaction: tests we don't overwrite branch changes on abort
stable
21 months ago, by Pierre-Yves David
transaction: tests we don't overwrite tracking to changed file on abort
stable
21 months ago, by Pierre-Yves David
transaction: the base of a new test file checking transaction abort issue
stable
21 months ago, by Pierre-Yves David
setup: support building from an ongoing merge
stable
21 months ago, by Pierre-Yves David
rhg: in path_encode, simplify a bit more
21 months ago, by Arseniy Alekseyev
rhg: in path_encode, be a bit more conservative about memory usage
21 months ago, by Arseniy Alekseyev
rhg: small refactor: stop using a magical constant "+ 1"
21 months ago, by Arseniy Alekseyev
rhg: in path_encode, use Vec directly instead of VecDest
21 months ago, by Arseniy Alekseyev
rhg: in path_encode, split Dest into VecDest and MeasureDest
21 months ago, by Arseniy Alekseyev
rhg: use generic DestArr in hash_mangle
21 months ago, by Arseniy Alekseyev
rhg: in path_encode, make DestArr generic over its size
21 months ago, by Arseniy Alekseyev
rhg: in path_encode add a DestArr type
21 months ago, by Arseniy Alekseyev
rhg: reduce verbosity in path_encode by using a trait for writing
21 months ago, by Arseniy Alekseyev
refactor: simplify code in rust version of path_encode
21 months ago, by Arseniy Alekseyev
dirstate: phase-divergent update to 4e95341c89aa
21 months ago, by Pierre-Yves David
dirstate: phase-divergent update to 65943224c184
21 months ago, by Pierre-Yves David
dirstate: phase-divergent update to 3433723d1b9b
21 months ago, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
tip