Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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.
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
dirstate-v2: Add heuristic for when to create a new data file
2021-07-08, by Simon Sapin
dirstate-v2: Reuse existing paths when appending to a data file
2021-07-15, by Simon Sapin
dirstate-v2: Reuse existing nodes when appending to a data file
2021-07-15, by Simon Sapin
dirstate-v2: Support appending to the same data file
2021-07-13, by Simon Sapin
dirstate-v2: shrink on-disk path lengths to 16-bits
2021-07-13, by Simon Sapin
dirstate-v2: Rename Header to Root, move it to the end of the data file
2021-07-12, by Simon Sapin
dirstate-v2: Enforce data size read from the docket file
2021-07-12, by Simon Sapin
dirstate-v2: Introduce a docket file
2021-07-08, by Simon Sapin
dirstate: replace a dead conditional branch with an assert in `update_file`
2021-07-15, by Pierre-Yves David
dirstate-map: do not use `size` to gate copy dropping during remove_file
2021-07-14, by Pierre-Yves David
dirstate: drop a duplicated assert
2021-07-15, by Pierre-Yves David
dirstate: drop duplicated check
2021-07-15, by Pierre-Yves David
dirstate: add a `set_possibly_dirty` in `fakedirstatewritetime`
2021-07-19, by Pierre-Yves David
dirstatemap: use `set_possibly_dirty` in `clearambiguoustimes`
2021-07-19, by Pierre-Yves David
dirstate-item: use `set_possibly_dirty` in `pure.pack_dirstate`
2021-07-19, by Pierre-Yves David
dirstate-item: add a `set_possibly_dirty` method
2021-07-19, by Pierre-Yves David
dirstate-item: add a `from_v1_data` constructor
2021-07-13, by Pierre-Yves David
dirstate-item: use an explicit __init__ function instead of the attrs one
2021-07-13, by Pierre-Yves David
dirstate: deprecated `drop` outside of `update/merge`
2021-07-08, by Pierre-Yves David
dirstate: deprecated `remove` outside of `update/merge`
2021-07-08, by Pierre-Yves David
dirstate: deprecate the `add` method outside of update/merge context
2021-07-08, by Pierre-Yves David
upgrade: avoid a traceback in case of unrecognized revlog
2021-07-19, by Pierre-Yves David
walk: no longer ignore revlogs of files starting with `undo.` (issue6542)
2021-07-19, by Pierre-Yves David
largefiles: replace use of synclfdirstate with drop
2021-07-13, by Pulkit Goyal
testing: do not stop waiting if timeout is 0 (issue6541)
2021-07-17, by Cédric Krier
largefile: use `parentchange` markcommitted
2021-07-08, by Pierre-Yves David
largefile: use `set_untracked` in the override of copy/rename
2021-07-08, by Pierre-Yves David
largefile: use `set_untracked` in the `forget` override
2021-07-08, by Pierre-Yves David
largefile: directly use set_untracked() for removing files
2021-07-08, by Pierre-Yves David
largefile: use `parentchange` during rollback
2021-07-08, by Pierre-Yves David
largefile: consider `updatelfiles` as a `parentchange`
2021-07-08, by Pierre-Yves David
largefile: use `set_tracked` in the `hg copy` overwrite
2021-07-08, by Pierre-Yves David
largefile: use parentchange during mergerecordupdates
2021-07-08, by Pierre-Yves David
largefile: use `set_tracked` in the `hg add` overwrite
2021-07-08, by Pierre-Yves David
largefile: synchronise the dirstate within a `parentchange` context
2021-07-08, by Pierre-Yves David
upgrade_utils: fix crash for removecldeltachain action
2021-06-28, by Mathias De Mare
windows: enforce the module policy to be c for test
2021-07-16, by Pierre-Yves David
packaging: add command line flag to add extra vars to pyoxidizer
2021-07-13, by Augie Fackler
pyoxidizer: add hooks to inject extra python packages and install files
2021-07-12, by Augie Fackler
doc: wrap the help text for the purge extension
2021-07-09, by Matt Harbison
dummyssh: call python script with python
2021-07-11, by Pierre-Yves David
dummyssh: use subprocess instead of os.call
2021-07-11, by Pierre-Yves David
run-test: rework the redirection script for python on windows
2021-07-11, by Pierre-Yves David
run-test: act that we requires MSYS to run the test on Windows
2021-07-11, by Pierre-Yves David
sigpipe-remote: display more information about the non-py3 python
2021-07-11, by Pierre-Yves David
sigpipe-remote: check for python version earlier in the script
2021-07-11, by Pierre-Yves David
check-code: add a rules to catch os.path.abspath
2021-07-10, by Pierre-Yves David
windows: use abspath in convert.subversion
2021-07-10, by Pierre-Yves David
windows: use abspath in convert.git
2021-07-10, by Pierre-Yves David
windows: use abspath in convert.bzr
2021-07-10, by Pierre-Yves David
windows: use abspath in the git extension
2021-07-10, by Pierre-Yves David
windows: use abspath in url
2021-07-10, by Pierre-Yves David
windows: use abspath in subrepoutil
2021-07-10, by Pierre-Yves David
windows: use abspath in subrepo
2021-07-10, by Pierre-Yves David
windows: use abspath in hgwebdir
2021-07-10, by Pierre-Yves David
windows: use abspath in mercurial/hg.py
2021-07-10, by Pierre-Yves David
windows: use abspath in extensions
2021-07-10, by Pierre-Yves David
windows: use abspath in commandserver
2021-07-10, by Pierre-Yves David
windows: use abspath in chgserver
2021-07-10, by Pierre-Yves David
windows: introduce a `util.abspath` to replace os.path.abspath
2021-07-10, by Pierre-Yves David
windows: enforce upper case drive letter for getcwd in mercurial too
2021-07-10, by Pierre-Yves David
hg-ssh: normalize the drive of the current working directory on windows
2021-07-09, by Pierre-Yves David
run-tests: enforce the drive letter from `getcwd` to upper case
2021-07-10, by Pierre-Yves David
sigpipe-remote: simply delegate pipe forwarding to subprocess we can kill
2021-07-12, by Pierre-Yves David
sigpipe-remote: verify the script is IO are unbuffered
2021-07-12, by Pierre-Yves David
sigpipe-remote: check environment variable sooner
2021-07-11, by Pierre-Yves David
test-sigpipe: run the hook using `sh`
2021-07-12, by Pierre-Yves David
windows: add windows behavior on broken pager
2021-06-10, by Raphaël Gomès
mergestate: use dirstate.update_file API in recordupdates()
2021-07-07, by Pulkit Goyal
dirstate: add dedicated function for updating data of a file
2021-07-09, by Pulkit Goyal
dirstate: add a `update_file` function
2021-07-07, by Pierre-Yves David
resolve: use the `parentchange` context manager to apply merge action
2021-07-08, by Pierre-Yves David
sparse: adjust the temporary includes within a `parentchange` context
2021-07-08, by Pierre-Yves David
amend: adjust the dirstate within a `parentchange` context
2021-07-08, by Pierre-Yves David
dirstate: use the right internal API in a test script
2021-07-08, by Pierre-Yves David
sparse: clear rules in the context of a `parentchanges` context
2021-07-08, by Pierre-Yves David
sparse: make sure we adjust the dirstate at the same time as the parent
2021-07-08, by Pierre-Yves David
narrow: update narrow spec within a dirstate.parentchange context
2021-07-08, by Pierre-Yves David
revert: use `set_untracked` instead of `drop` when applicable
2021-07-08, by Pierre-Yves David
revert: use `set_untracked` when performing a revert
2021-07-08, by Pierre-Yves David
mq: use `set_untracked` in `qrename`
2021-07-08, by Pierre-Yves David
context: use `dirstate.set_untracked` in `context.forget`
2021-07-08, by Pierre-Yves David
dirstate: add a `set_untracked` method for "hg remove"-like usage
2021-07-08, by Pierre-Yves David
mq: use `set_tracked` in `qrename`
2021-07-08, by Pierre-Yves David
mq: update the dirstate and its parent within a `parentchange` context
2021-07-08, by Pierre-Yves David
context: use `dirstate.set_tracked` for `revert`
2021-07-08, by Pierre-Yves David
context: use `dirstate.set_tracked` in context.copy
2021-07-08, by Pierre-Yves David
context: use `dirstate.set_tracked` in `context.add`
2021-07-08, by Pierre-Yves David
dirstate: add a `set_tracked` method for "hg add"-like usage
2021-07-08, by Pierre-Yves David
dirstate: add a function to update tracking status while "moving" parents
2021-07-10, by Pierre-Yves David
dirstate: introduce an internal `_drop` method
2021-07-08, by Pierre-Yves David
dirstate: introduce an internal `_remove` method
2021-07-07, by Pierre-Yves David
dirstate: introduce an internal `_add` method
2021-07-07, by Pierre-Yves David
run-tests: rely on an actual executable in PATH instead of alias for `hg`
2021-07-09, by Pierre-Yves David
tests: blacklist a handful of test with `rhg` or `chg`
2021-07-09, by Pierre-Yves David
run-tests: use more explicit signaling for `chg`
2021-07-10, by Pierre-Yves David
run-tests: drop the `rhg` flag for `hghave.py` if unset
2021-07-10, by Pierre-Yves David
run-tests: introduce a `HGTEST_REAL_HG` variable for test
2021-07-09, by Pierre-Yves David
run-test: clarify the error with a bad --with-hg is passed
2021-07-09, by Pierre-Yves David
windows: make sure we fully read and cleanly close the connection
2021-07-10, by Pierre-Yves David
test-bookmark: clarify the path involved in a pull creating divergence
2021-07-10, by Pierre-Yves David
test-removeemptydirs: adjust to Windows behavior for the `histedit` case
2021-07-10, by Pierre-Yves David
test-removeemptydirs: clarify the state of things in the `histedit` case
2021-07-10, by Pierre-Yves David
test-infinitepush: drop unused helper
2021-07-09, by Pierre-Yves David
run-tests: setup "correct" python earlier
2021-07-09, by Pierre-Yves David
run-tests: cleanup windows generation of the python / python3 pointeur
2021-07-09, by Pierre-Yves David
run-tests: always define a custom-bin directory
2021-07-09, by Pierre-Yves David
run-tests: explicitly track that `pythondir` was inferred
2021-07-09, by Pierre-Yves David
run-tests: use a global WINDOWS constant instead of multiple tests
2021-07-09, by Pierre-Yves David
test-run-test: use explicit variables to clarify paths
2021-07-09, by Pierre-Yves David
run-tests: also catch double-escapes for $TESTTMP
2021-06-23, by Raphaël Gomès
ci-windows: introduce manual windows CI
2021-07-08, by Raphaël Gomès
dirstate-item: deprecate tuple access on the class
2021-07-04, by Pierre-Yves David
dirstate-item: use the v1_serialization method in debugstate
2021-07-05, by Pierre-Yves David
dirstate-item: also build DistateItem in dirstate.directories()
2021-07-05, by Pierre-Yves David
parsers: move DirstateItem to attr.s
2021-07-08, by Augie Fackler
cmdutil: fix newandmodified file accounting for --interactive commits
2021-07-02, by Daniel Ploch
test-run-tests: add missing backslash for Windows
2021-07-07, by Raphaël Gomès
windows: use cpu-intensive task instead of real time in test
2021-06-24, by Raphaël Gomès
windows: use shell function instead of variable substitution
2021-06-24, by Raphaël Gomès
compat: normalise path before comparison in revlog splitting test
2021-07-06, by Raphaël Gomès
windows: replicate the normalizing behavior of os.environ
2021-07-08, by Raphaël Gomès
encoding: move case-related utils up
2021-07-08, by Raphaël Gomès
dirstate: drop the last explicit `state` usage in the module
2021-07-04, by Pierre-Yves David
test: use a python script in `test-transaction-rollback-on-sigpipe.t`
2021-07-02, by Pierre-Yves David
test: make sure we hit the SIGPIPE in test-transaction-rollback-on-sigpipe
2021-07-02, by Pierre-Yves David
test: clarify some output in `test-transaction-rollback-on-sigpipe`
2021-07-02, by Pierre-Yves David
tests: add test case for issue 6262
2021-06-29, by Martin von Zweigbergk
rewriteutil: look up common predecessor on unfiltered repo
2021-06-29, by Martin von Zweigbergk
tests: demonstrate crash when common predecessor of divergence is hidden
2021-07-07, by Martin von Zweigbergk
shallowutil: dedent code after the previous change
2021-07-07, by Augie Fackler
shallowutil: narrow scope of try/except block
2021-07-07, by Augie Fackler
remotefilelog: stop using RuntimeError for control flow
2021-07-07, by Augie Fackler
remotefilelog: tweak corrupt cache test to grep more flexibly
2021-07-07, by Augie Fackler
dirstatenonnormalcheck: fix some bytes formating on python3
2021-07-05, by Pierre-Yves David
dirstate-item: use the properties in `contrib/dirstatenonnormalcheck.py`
2021-07-05, by Pierre-Yves David
dirstate-item: use the properties in largefiles
2021-07-05, by Pierre-Yves David
dirstate-item: use the `state` property in debugpathcomplete
2021-07-05, by Pierre-Yves David
dirstate-item: use the properties in fakedirstatewritetime
2021-07-05, by Pierre-Yves David
dirstate-item: use the properties in dirstatemap
2021-07-05, by Pierre-Yves David
dirstate-item: use the properties in pathutil
2021-07-05, by Pierre-Yves David
dirstate-item: use need_delay when packing dirstate
2021-07-05, by Pierre-Yves David
dirstate-item: rename the class to DirstateItem
2021-07-04, by Pierre-Yves David
dirstate-entry: add a `mtime` property
2021-07-04, by Pierre-Yves David
dirstate-entry: add a `size` property
2021-07-04, by Pierre-Yves David
dirstate-entry: add a `mode` property
2021-07-04, by Pierre-Yves David
dirstate: no longer pass `oldstate` to the `dropfile`
2021-07-04, by Pierre-Yves David
dirstate: drop last explicite `state` usage in status
2021-07-04, by Pierre-Yves David
dirstate: reorder "state" checking conditional
2021-07-04, by Pierre-Yves David
dirstate-entry: add a `need_delay` method
2021-07-04, by Pierre-Yves David
dirstate-entry: add a `tracked` property
2021-07-04, by Pierre-Yves David
dirstate: drop `state` to `_addpath`
2021-07-04, by Pierre-Yves David
dirstate: infer the 'n' state from `from_p2`
2021-07-04, by Pierre-Yves David
dirstate: infer the 'n' state from `possibly_dirty`
2021-07-04, by Pierre-Yves David
dirstate: use a `merged` parameter to _addpath
2021-07-04, by Pierre-Yves David
dirstate-entry: add a `added` property
2021-07-04, by Pierre-Yves David
dirstate: use a `added` parameter to _addpath
2021-07-04, by Pierre-Yves David
dirstate: no longer pass the `oldstate` value to the dirstatemap
2021-07-03, by Pierre-Yves David
dirstate: stop using `oldstate` in `dirstate._addpath`
2021-07-03, by Pierre-Yves David
dirstate: drop the now unused magic constants for the dirstate module
2021-07-03, by Pierre-Yves David
dirstate: move the handling of special case within the dirstatemap
2021-07-04, by Pierre-Yves David
rust: bump rust-cpython version for 0.6.0
2021-07-04, by Pierre-Yves David
rust-dirstate: make the MTIME_UNSET public
2021-07-04, by Pierre-Yves David
rust-dirstatemap: expand the wrapping code a bit
2021-07-04, by Pierre-Yves David
dirstate-entry: restrict `from_p2` property to tracked file
2021-07-04, by Pierre-Yves David
dirstate-entry: `merged_removed` and `from_p2_removed` properties
2021-07-03, by Pierre-Yves David
dirstate-entry: add a `removed` property
2021-07-03, by Pierre-Yves David
dirstate-entry: add a `from_p2` property
2021-07-03, by Pierre-Yves David
dirstate-entry: add a `merged` property
2021-07-03, by Pierre-Yves David
dirstate-entry: add a `state` property (and use it)
2021-07-04, by Pierre-Yves David
dirstate: move most of the `remove` logic with dirstatemap `removefile`
2021-07-03, by Pierre-Yves David
dirstate: add a `in_merge` property
2021-07-03, by Pierre-Yves David
dirstate-entry: introduce dedicated accessors for v1 serialization
2021-07-03, by Pierre-Yves David
dirstate-entry: goes through the `dirstatetuple` constructor in all cases
2021-07-03, by Pierre-Yves David
dirstate-entry: turn dirstate tuple into a real object (like in C)
2021-07-03, by Pierre-Yves David
dirstate: split dirstatemap in its own file
2021-07-02, by Pierre-Yves David
run-tests: stop writing a `python3` symlink pointing to python2
2021-07-02, by Pierre-Yves David
check-code: stop forbidding return code result
2021-07-06, by Pierre-Yves David
run-tests: avoid an early return
2021-07-02, by Pierre-Yves David
run-tests: clarify pyexename assignement
2021-07-02, by Pierre-Yves David
run-tests: factor appdata out
2021-07-02, by Pierre-Yves David
run-tests: unroll a non-so-one-liner
2021-07-02, by Pierre-Yves David
run-tests: unroll a non-so-one-liner
2021-07-02, by Pierre-Yves David
testing: fix _timeout_factor
2021-07-02, by Pierre-Yves David
exchange: use "served" repo filter to guess what the server will publish
2021-07-03, by Anton Shestakov
rust: Document the DirstateMapMethods trait
2021-07-01, by Simon Sapin
dirstate: document the dirstatetuple content
2021-07-02, by Pierre-Yves David
dirstate: explicitely deal with the `added` case in `_addpath`
2021-07-02, by Pierre-Yves David
dirstate: add an explicit `possibly_dirty` parameter to `_addpath`
2021-07-02, by Pierre-Yves David
dirstate: add an explicit `from_p2` parameter to `_addpath`
2021-07-02, by Pierre-Yves David
dirstate: add default value to _addpath
2021-07-02, by Pierre-Yves David
dirstate: move the _rangemask filtering closer to its storage
2021-07-02, by Pierre-Yves David
dirstate: introduce a symbolic constant for the AMBIGUOUS_TIME marker
2021-07-01, by Pierre-Yves David
dirstate: introduce a symbolic constant for the NONNORMAL marker
2021-07-01, by Pierre-Yves David
dirstate: introduce a symbolic constant for the FROM_P2 marker
2021-07-01, by Pierre-Yves David
dirstate: split a not-so-one-liner
2021-07-01, by Pierre-Yves David
dirstate: split a not-so-one-liner
2021-07-01, by Pierre-Yves David
dirstate: split a not-so-one-liner
2021-07-01, by Pierre-Yves David
dirstate-tree: Keep a counter of descendant nodes that have an entry
2021-06-28, by Simon Sapin
dirstate: Removed unused instances of `DirsMultiset`
2021-06-28, by Simon Sapin
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
tip