Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
ci: add a "all" template to easily control "when" test run
stable
2021-08-10, by Pierre-Yves David
Added signature for changeset 2813d406b036
stable
2021-08-10, by Pulkit Goyal
Added tag 5.9rc1 for changeset 2813d406b036
stable
2021-08-10, by Pulkit Goyal
issue6528: add a config option to control the fixing on the fly
stable
5.9rc1
2021-08-07, by Pierre-Yves David
issue6528: also filter delta on the fly when applying a changegroup
stable
2021-08-07, by Pierre-Yves David
filelog: open the writing context a bit earlier in `addgroup`
stable
2021-08-07, by Pierre-Yves David
issue6528: implement _is_revision_affected_fast using callback
stable
2021-08-07, by Pierre-Yves David
issue6528: implement _is_revision_affected using callback
stable
2021-08-07, by Pierre-Yves David
debugcommands: add a `--paranoid` option to `debug-repair-issue-6528`
stable
2021-08-06, by Raphaël Gomès
repair: improve performance of detection of revisions affected by issue6528
stable
2021-08-05, by Raphaël Gomès
debugcommands: introduce a debug command to repair repos affected by issue6528
stable
2021-07-27, by Raphaël Gomès
contrib: switch the Windows bootstrap environment to py3.9
stable
2021-08-09, by Matt Harbison
contrib: comment out the 64-bit py38 dependency installation on Windows
stable
2021-08-09, by Matt Harbison
contrib: drop python2.7 from the Windows dependency install script
stable
2021-08-09, by Matt Harbison
contrib: log the command and args for every process installing windows deps
stable
2021-08-09, by Matt Harbison
windows-ci: run Windows CI automatically alongside the others
stable
2021-07-23, by Raphaël Gomès
vfs: always use / as file separator (issue6546)
stable
2021-08-05, by Pierre-Yves David
subrepo: compare normalised vfs path
stable
2021-08-05, by Pierre-Yves David
pager: account for flakiness in Windows output
stable
2021-08-05, by Raphaël Gomès
windows-ci: clean up the Heptapod CI file now that the baseline is solid
stable
2021-07-23, by Raphaël Gomès
test-nointerrupt: make "sure" the handler "might" trigger (issue6558)
stable
2021-08-03, by Pierre-Yves David
testing: make sure write_file is "atomic"
stable
2021-08-03, by Pierre-Yves David
test: disable test-subrepo-git.t in python2 + chg
stable
2021-08-04, by Pierre-Yves David
check-module-imports: ignore non-stdlib module installed by distribution
stable
2021-08-03, by Pierre-Yves David
remotefilelog: fix what looks like a wrong refactoring
stable
2021-08-02, by Valentin Gatien-Baron
rust-nodemap: falling back to C impl as mitigation
stable
2021-08-01, by Georges Racinet
obsolete: disable other evolution config options if createmarkers is off
stable
2021-07-28, by Anton Shestakov
fix: use obsolete.isenabled() to check for experimental.allowdivergence
stable
2021-07-28, by Anton Shestakov
rebase: use obsolete.isenabled() to check for experimental.allowdivergence
stable
2021-07-28, by Anton Shestakov
heptapod-ci: enable pytype testing for all pipelines
stable
2021-08-02, by Raphaël Gomès
pytype: add assertions to explain revlogv2 invariants to Pytype
stable
2021-08-02, by Raphaël Gomès
typing: add several assertions to dirstatemap to appease pytype
stable
2021-07-30, by Matt Harbison
windows: avoid a bytes vs unicode crash reading passwords on py2
stable
2021-08-02, by Matt Harbison
streamclone: ensure the server sends the right amount of data
stable
2021-08-01, by Valentin Gatien-Baron
rewriteutil: fix crash when a rewritten message references f{6,64}
stable
2021-07-29, by Augie Fackler
tests: add explicit coverage for update_hash_refs from rewriteutil
stable
2021-07-29, by Augie Fackler
store: document the decoding discrepancy in store.py
stable
2021-07-27, by Pierre-Yves David
clone: add a file with special character while testing uncompressed
stable
2021-07-27, by Pierre-Yves David
clone: test local clone in `test-clone-uncompressed.t` too
stable
2021-07-27, by Pierre-Yves David
test-transaction-safety: relax some of the synchronisation schedule
stable
2021-07-27, by Pierre-Yves David
test-transaction-safety: document the test schedule
stable
2021-07-27, by Pierre-Yves David
rhg: Propagate permission errors when finding a repository
stable
2021-07-29, by Simon Sapin
rhg: Add build and config instructions to the README file
stable
2021-07-29, by Simon Sapin
dirstate: use `add` in the deprecation message about `add`
stable
2021-07-28, by Pierre-Yves David
help: correct config.profiling.freq name (frequency->freq)
stable
2021-07-26, by Kyle Lippincott
run-tests: use a small timeout for chg instance
stable
2021-07-28, by Pierre-Yves David
run-tests: do not inherit file descriptor when running a command
stable
2021-07-28, by Pierre-Yves David
dummyssh: make sure we don't inherit files descriptor to the children
stable
2021-07-28, by Pierre-Yves David
tests: make test-serve works on system that allow user to bind low port
stable
2021-07-29, by Pierre-Yves David
git: restore basic functionality (issue6545)
stable
2021-07-29, by Augie Fackler
dirstate: fix typo in docstring
stable
2021-07-29, by Augie Fackler
help: indicate how to run downgrade a repository using persistent nodemap
stable
2021-07-26, by Pierre-Yves David
help: use the correct spelling for `slow-path` in persistent nodemap help
stable
2021-07-26, by Pierre-Yves David
fix: use scmutil.movedirstate() instead of reimplementing
stable
2019-03-11, by Martin von Zweigbergk
fix: rewrite writeworkingdir() to explicitly not work with merges
stable
2019-03-11, by Martin von Zweigbergk
tests: demonstrate bug in `hg fix` with incorrectly dirty working copy
stable
2021-07-22, by Martin von Zweigbergk
upgrade: byteify an i18n message
stable
2021-07-21, by Matt Harbison
typing: convert an annotation to an assertion in commands.py
stable
2021-07-21, by Matt Harbison
test: remove `sleep` usage in `test-nointerrupt.t` (issue6271)
stable
2021-07-20, by Pierre-Yves David
Added signature for changeset d7515d29761d
stable
2021-07-22, by Pulkit Goyal
Added tag 5.9rc0 for changeset d7515d29761d
stable
2021-07-22, by Pulkit Goyal
branching: merge default into stable
stable
5.9rc0
2021-07-21, by Pierre-Yves David
relnotes: document the change in the dirstate API
2021-07-19, by Pierre-Yves David
dirstate: deprecate the `add` method
2021-07-19, by Pierre-Yves David
mq: replace `add` call with newer API
2021-07-18, by Pierre-Yves David
largefile: use `update_file` instead of `add` in `synclfdirstate`
2021-07-19, by Pierre-Yves David
largefile: use `update_file` instead of `add` in `mergerecordupdates`
2021-07-19, by Pierre-Yves David
dirstate: deprecate the `drop` method
2021-07-19, by Pierre-Yves David
narrow: stop using `drop` in the `updateworkingcopy`
2021-07-19, by Pierre-Yves David
mq: replace `drop` call with newer API
2021-07-18, by Pierre-Yves David
largefile: use `update_file` instead of `drop` during `rollback`
2021-07-19, by Pierre-Yves David
largefile: use `update_file` instead of `drop` in `synclfdirstate`
2021-07-19, by Pierre-Yves David
sparse: use `update_file` instead of `drop`
2021-07-19, by Pierre-Yves David
sparse: use `update_file` instead of `drop` in `refreshwdir`
2021-07-19, by Pierre-Yves David
amend: use `update_file` instead of `drop`
2021-07-19, by Pierre-Yves David
context: use `update_file` instead of `drop` in `markcommitted`
2021-07-19, by Pierre-Yves David
dirstate: deprecate the `merge` method in all cases
2021-07-19, by Pierre-Yves David
mq: drop the use of `dirstate.merged`
2021-07-18, by Pierre-Yves David
dirstate: deprecate the `otherparent` method in all cases
2021-07-19, by Pierre-Yves David
dirstate: deprecate the `normallookup` method in all cases
2021-07-19, by Pierre-Yves David
narrow: stop using `normallookup` during a test
2021-07-19, by Pierre-Yves David
narrow: use `update_file` instead of `normallookup` after update
2021-07-19, by Pierre-Yves David
test: use the internal `_normallookup` in `test-rebuildstate.t`
2021-07-19, by Pierre-Yves David
sparse: use `update_file` instead of `normallookup` in refreshwdir
2021-07-19, by Pierre-Yves David
keyword: use `update_file_p1` instead of `normallookup`
2021-07-19, by Pierre-Yves David
fix: use `set_possibly_dirty` instead of `normallookup`
2021-07-19, by Pierre-Yves David
eol: use `set_possibly_dirty` instead of `normallookup`
2021-07-19, by Pierre-Yves David
mq: replace `normallookup` call with newer API
2021-07-18, by Pierre-Yves David
revert: use `set_possibly_dirty` instead of `normallookup`
2021-07-19, by Pierre-Yves David
dirstate: enforce `possibly_dirty` in `set_tracked`
2021-07-19, by Pierre-Yves David
record: use `update_file` instead of `normallookup`
2021-07-19, by Pierre-Yves David
copy: use `set_tracked` instead of `normallookup` in `dirstatecopy`
2021-07-19, by Pierre-Yves David
amend: use `update_file` instead of `normallookup`
2021-07-19, by Pierre-Yves David
mergestate: use `update_file` to handle for `ACTION_EXEC`
2021-07-19, by Pierre-Yves David
mergestate: use `update_file` to handle for `ACTION_ADD_MODIFIED`
2021-07-19, by Pierre-Yves David
largefile: use `update_file` for `synclfdirstate` "m" case
2021-07-19, by Pierre-Yves David
largefile: use `update_file` for `synclfdirstate` "n" case
2021-07-19, by Pierre-Yves David
largefile: replace the `normallookup` call when creating a new lfdirstate
2021-07-19, by Pierre-Yves David
largefile: use `update_file` instead of `normallookup` in `updatelfiles`
2021-07-19, by Pierre-Yves David
largefile: use `set_possibly_dirty` instead of `normallookup`
2021-07-18, by Pierre-Yves David
dirstate: add a `set_possibly_dirty` method
2021-07-18, by Pierre-Yves David
dirstate: deprecate the `normal` method in all cases
2021-07-19, by Pierre-Yves David
test: use `set_tracked` in `test-context`
2021-07-19, by Pierre-Yves David
mq: replace usage of `normal` with newer API
2021-07-18, by Pierre-Yves David
largefile: use `update_file` instead of `normal` in `synclfdirstate`
2021-07-19, by Pierre-Yves David
largefile: use `set_clean` instead of `normal` in `repo.status`
2021-07-19, by Pierre-Yves David
largefile: use `set_clean` instead of `normal` in `lfdirstatestatus`
2021-07-19, by Pierre-Yves David
largefile: use `update_file` instead of `normal` in `updatelfiles`
2021-07-19, by Pierre-Yves David
largefile: respect the `normal` signature
2021-07-19, by Pierre-Yves David
keyword: use `set_clean` instead of `normal`
2021-07-19, by Pierre-Yves David
sparse: use `update_file` instead of `normal` in `refreshwdir`
2021-07-19, by Pierre-Yves David
sparse: use `update_file` instead of `normal` during `applyupdates`
2021-07-19, by Pierre-Yves David
sparse: apply update with in a `parentchange` context
2021-07-19, by Pierre-Yves David
revert: use `set_clean` instead of `normal`
2021-07-19, by Pierre-Yves David
context: use `update_file` instead of `normal` in `markcommitted`
2021-07-19, by Pierre-Yves David
context: use new API instead of `normal` during fixup post status
2021-07-19, by Pierre-Yves David
dirstate: introduce a `set_clean` method
2021-07-19, by Pierre-Yves David
largefile: use `update_file` instead of `normal`
2021-07-19, by Pierre-Yves David
largefile: adjust the dirstate post update within a `parentchange` context
2021-07-19, by Pierre-Yves David
dirstate: deprecate `dirstate.remove` in all cases
2021-07-16, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip