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
+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.
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip