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.
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
largefile: use `update_file` instead of `remove` in `synclfdirstate`
2021-07-19, by Pierre-Yves David
largefile: rearrange conditionnal in `synclfdirstate`
2021-07-19, by Pierre-Yves David
largefile: use `update_file` instead of `remove` in `mergerecordupdates`
2021-07-19, by Pierre-Yves David
mq: use `update_file_p1` instead of `remove` when adjusting dirstate
2021-07-17, by Pierre-Yves David
dirstate: properly update `_lastnormaltime` in `update_file_p1`
2021-07-19, by Pierre-Yves David
dirstate: properly update `_lastnormaltime` in `update_file`
2021-07-19, by Pierre-Yves David
dirstate: use `reset_state` in `update_file_p1`
2021-07-15, by Pierre-Yves David
dirstate: rename `update_file_reference` to `update_file_p1`
2021-07-15, by Pierre-Yves David
dirstate-map: move most of `dirstate.update_file` logic in the dsmap
2021-07-19, by Pierre-Yves David
dirstate: replace `update_parent_file_data` with simpler `update_parent` call
2021-07-16, by Pierre-Yves David
dirstate: factor out the part retrieve "filedata" out of `normal`
2021-07-16, by Pierre-Yves David
dirstate-map: factor out the change to _dirs and _alldirs on removing
2021-07-15, by Pierre-Yves David
dirstate-map: factor out the change to _dirs and _alldirs on dropping
2021-07-15, by Pierre-Yves David
dirstate-map: factor out the change to _dirs and _alldirs on adding
2021-07-15, by Pierre-Yves David
dirstate-item: introduce a `dm_otherparent` property
2021-07-14, by Pierre-Yves David
dirstate-item: introduce a `dm_nonnormal` property
2021-07-14, by Pierre-Yves David
dirstate-v2: Reserve a few bytes of space for future extensions
2021-07-16, by Simon Sapin
dirstate-v2: Separate iterators for dirfoldmap and debugdirstate
2021-07-16, by Simon Sapin
dirstate-v2: Move fixed-size tree metadata into the docket file
2021-07-15, by Simon Sapin
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip