Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+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.
amend: don't remove unselected removals from memctx
stable
2022-04-18, by Martin von Zweigbergk
tests: demonstrate crash on partial amend with copies in changesets
stable
2022-04-18, by Martin von Zweigbergk
rebase: while rewriting desc hashes, ignore ambiguous prefix "hashes"
stable
2022-04-13, by Kyle Lippincott
tests: add test demonstrating issue with ambiguous has prefixes during rebase
stable
2022-04-13, by Kyle Lippincott
help: set the large-file-limit to 10MB
stable
2022-04-07, by Pierre-Yves David
help: clarify the unit of `ui.large-file-limit` config
stable
2022-04-07, by Pierre-Yves David
debuglock: ignore ENOENT error when unlocking
stable
2022-04-06, by Pierre-Yves David
run-tests: introduce "forward-slash" version of everything on windows
stable
2022-04-06, by Pierre-Yves David
tests-racy-mutation: pass the editor through config instead of env variable
stable
2022-04-06, by Pierre-Yves David
Added signature for changeset 5bd6bcd31dd1
stable
2022-04-05, by Raphaël Gomès
Added tag 6.1.1 for changeset 5bd6bcd31dd1
stable
2022-04-05, by Raphaël Gomès
relnotes: add notes for 6.1.1
stable
6.1.1
2022-04-05, by Raphaël Gomès
rust-hgpath: add `repr(transparent)` to `HgPath`
stable
2022-04-05, by Raphaël Gomès
rust-dirstatemap: correctly decrement the copies counter
stable
2022-04-05, by Raphaël Gomès
rust-dirstatemap: properly decrement counter for tracked descendants
stable
2022-04-05, by Raphaël Gomès
rust-dirstate: panic if the DirstateMap counters go below 0
stable
2022-04-05, by Raphaël Gomès
rust: fix unsound `OwningDirstateMap`
stable
2022-04-05, by Raphaël Gomès
rust: explain why the current `OwningDirstateMap` is unsound
stable
2022-04-05, by Raphaël Gomès
dispatch: fix silly blackbox entries when hg is interrupted
stable
2022-04-01, by Valentin Gatien-Baron
precheck: fix false warning about content-divergence creation
stable
2021-07-23, by Sushil khanchi
streamclone: avoid some obscure error in a corner case
stable
2022-03-24, by Valentin Gatien-Baron
tags: fix typo in fast path detection of fnode resolution (issue6673)
stable
2022-03-29, by Yuya Nishihara
dirstate-cext: properly invalidate mtime and data in `set_untracked`
stable
2022-03-28, by Raphaël Gomès
pullbundle: fix file name in the help text
stable
2022-03-22, by Joerg Sonnenberger
unamend: abort if commit was not created by `hg [un]amend`
stable
2022-03-21, by Martin von Zweigbergk
test: use `wait-on-file` in `test-racy-mutations.t`
stable
2022-03-17, by Pierre-Yves David
amend: fix amend with copies in extras
stable
2022-03-18, by Martin von Zweigbergk
tests: demonstrate that copy info in changeset gets lost on amend
stable
2022-03-18, by Martin von Zweigbergk
ci: use the `v1.0` flavor of the docker images in the CI
stable
2022-03-18, by Pierre-Yves David
rust-status: cap the number of concurrent threads to 16
stable
2022-03-18, by Raphaël Gomès
test: update test-clone-stream.t to pass on bigendian
stable
2022-03-15, by Julien Cristau
filemerge: when merge tool uses $output, don't leave markers in $local
stable
2022-03-15, by Martin von Zweigbergk
tests: demonstrate how conflict markers end up $local *and* $output
stable
2022-03-15, by Martin von Zweigbergk
revlog: fix wrong type of rank_unknown variable
stable
2022-03-14, by Julien Cristau
rust-hg-core: use correct type for libc hostname buffer
stable
2022-03-14, by Luke Granger-Brown
Added signature for changeset d4486810a179
stable
2022-03-01, by Raphaël Gomès
Added tag 6.1 for changeset d4486810a179
stable
2022-03-01, by Raphaël Gomès
merge: remove direct rustmod reference
stable
6.1
2022-02-28, by Raphaël Gomès
relnotes: add 6.1
stable
2022-02-21, by Raphaël Gomès
relnotes: add 6.0.3
stable
2022-02-18, by Raphaël Gomès
windows: adjust test output in test-merge-tools.t
stable
2022-02-18, by Raphaël Gomès
windows: generalize output for test-status-tracked-key.t
stable
2022-02-18, by Raphaël Gomès
windows: skip a section of a test that is legitimately broken on windows
stable
2022-02-22, by Pierre-Yves David
Added signature for changeset c00d3ce4e94b
stable
2022-02-18, by Raphaël Gomès
Added tag 6.1rc0 for changeset c00d3ce4e94b
stable
2022-02-18, by Raphaël Gomès
branching: merge default into stable for 6.1 freeze
stable
6.1rc0
2022-02-18, by Raphaël Gomès
branching: merge 6.0.3 stable into default
2022-02-18, by Raphaël Gomès
branching: merge stable into default
2022-02-18, by Raphaël Gomès
tracked-key: remove the dual write and rename to tracked-hint
2022-02-17, by Pierre-Yves David
tracked-file: rename the format option to use `use-`
2022-02-17, by Pierre-Yves David
tracked-key: update the requirement value
2022-02-17, by Pierre-Yves David
tracked-key: make it possible to upgrade to and downgrade from the feature
2022-02-17, by Pierre-Yves David
obsolete: don't use os.stat in repo.obsstore.__nonzero__ if it's static HTTP
2022-01-31, by Anton Shestakov
filemerge: make `_maketempfiles()` more reusable
2022-02-14, by Martin von Zweigbergk
filemerge: reduce some duplication in `_maketempfiles()`
2022-02-14, by Martin von Zweigbergk
filemerge: use leverage `util.readfile()` in `_maketempfiles()`
2022-02-14, by Martin von Zweigbergk
filemerge: move removal of `.orig` extension on temp file close to context
2022-02-14, by Martin von Zweigbergk
filemerge: remove `uselocalpath` argument from `_maketempfiles()`
2022-02-14, by Martin von Zweigbergk
filemerge: remove an unnecessary join with absolute path
2022-02-11, by Martin von Zweigbergk
filemerge: when using in-memory merge, always put backup files in temp dir
2022-02-11, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip