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.
setup: remove pygit2 Python 2 logic
2022-03-02, by Augie Fackler
setup: inline now-constant list
2022-03-02, by Augie Fackler
setup: unconditionally do this python 3 step
2022-03-02, by Augie Fackler
setup: remove Python 2 support code for determining dylib suffix
2022-03-02, by Augie Fackler
setup: inline os.fsdecode now that we're done with Python 2
2022-03-02, by Augie Fackler
setup: inline encoding constant that is only used once
2022-03-02, by Augie Fackler
setup: remove printf trampoline
2022-03-02, by Augie Fackler
setup: remove more Python 2 support code
2022-03-02, by Augie Fackler
setup: remove ssl check that only matters on 2.7
2022-03-02, by Augie Fackler
setup: remove block that tries to help Python 2.6 users
2022-03-02, by Augie Fackler
setup: drop statement of support for Python before 3.5.3
2022-03-02, by Augie Fackler
cext: remove inline rewriting of argv
2022-02-20, by Gregory Szorc
cext: remove PY23()
2022-02-20, by Gregory Szorc
cext: unconditionalize PySlice_GetIndicesEx()
2022-02-20, by Gregory Szorc
cext: unconditionalize PYLONG_VALUE()
2022-02-20, by Gregory Szorc
cext: use PyLong symbols
2022-02-20, by Gregory Szorc
cext: use PyLong symbols
2022-02-20, by Gregory Szorc
cext: remove Python 2 support
2022-02-20, by Gregory Szorc
cext: remove Python 2 file handling code
2022-02-20, by Gregory Szorc
cext: remove Python 2 variant of listdir_slot()
2022-02-20, by Gregory Szorc
cext: remove some conditional preprocessor defines
2022-02-20, by Gregory Szorc
cext: unconditionally use PyLong_FromLong()
2022-02-20, by Gregory Szorc
cext: drop preprocessor PyInt aliases
2022-02-20, by Gregory Szorc
cext: remove Python 2 module initializer functions
2022-02-20, by Gregory Szorc
rhg: simplify the handling of share-safe config mismatch
2022-02-21, by Arseniy Alekseyev
branching: merge stable into default
2022-03-01, by Raphaël Gomès
heptapod-ci: remove Python 2 support
2022-02-21, by Raphaël Gomès
relnotes: add 6.1.3 and 6.1.4
stable
2022-06-16, by Raphaël Gomès
Added signature for changeset 0cc5f74ff7f0
stable
2022-06-16, by Raphaël Gomès
Added tag 6.1.4 for changeset 0cc5f74ff7f0
stable
2022-06-16, by Raphaël Gomès
purge: prevent a silly crash with --confirm --files
stable
6.1.4
2022-06-14, by Pierre-Yves David
rust-status: don't trigger dirstate v1 rewrite when only v2 data is changed
stable
2022-06-08, by Raphaël Gomès
commit: allow to close branch when committing change over a closed head
stable
2022-06-14, by Pierre-Yves David
logcmdutil: use the same data as {file*} template keywords (issue6642)
stable
2022-05-12, by Anton Shestakov
tests: show that hg log --debug output differs from {file*} template keywords
stable
2022-05-12, by Anton Shestakov
docker: avoid /tmp write access issues by fixing permissions
stable
2022-06-08, by Mathias De Mare
url: raise error if CONNECT request to proxy was unsuccessful
stable
2022-06-04, by Manuel Jacob
revset: fix the doc of "nodefromfile"
stable
2022-06-03, by Pierre-Yves David
py3: don’t subscript socket.error
stable
2022-06-02, by Manuel Jacob
demandimport: eagerly load msvcrt module on PyPy
stable
2022-06-02, by Manuel Jacob
ci: drop the phabricator refresh step
stable
2022-06-01, by Pierre-Yves David
hghave: make black version regex work with newer versions of black
stable
2022-05-22, by Manuel Jacob
rust: relax im-rc dependency to allow minor updates
stable
2022-05-24, by Mads Kiilerich
Added signature for changeset 6b10151b9621
stable
2022-06-02, by Raphaël Gomès
Added tag 6.1.3 for changeset 6b10151b9621
stable
2022-06-02, by Raphaël Gomès
narrow_widen_acl: enforce narrowacl in narrow_widen (SEC)
stable
6.1.3
2022-05-03, by Sandu Turcan
chg: ignore already closed fds when cleaning up
stable
2022-05-30, by Raphaël Gomès
tests: work around non-thread-safeness of sysconfig.get_config_var()
stable
2022-05-29, by Manuel Jacob
workflow: add a default template for Merge Request
stable
2022-05-24, by Pierre-Yves David
run-tests: prevent race-condition when picking a channel
stable
2022-05-24, by Pierre-Yves David
run-tests: send the test result after freeing the channel
stable
2022-05-24, by Pierre-Yves David
run-tests: also send a message in the Keyboard interrupt case
stable
2022-05-24, by Pierre-Yves David
rhg: correctly handle the case where diffs are encoded relative to nullrev
stable
2022-05-22, by Arseniy Alekseyev
test-revlog: test a repository that contains a diff against nullrev
stable
2022-05-22, by Arseniy Alekseyev
worker: adapt _blockingreader to work around a python3.8.[0-1] bug (issue6444)
stable
2022-05-17, by Matt Harbison
doc: use an absolute path in sys.path
stable
2022-05-04, by Anton Shestakov
check-py3-compat: use an absolute path in sys.path
stable
2022-05-04, by Anton Shestakov
rhg: align the dirstate v2 writing algorithm with python
stable
2022-05-19, by Arseniy Alekseyev
test-dirstate: actually test the append code path in dirstate v2
stable
2022-05-17, by Arseniy Alekseyev
ci: do not trigger phabricator for merge-request
stable
2022-05-17, by Pierre-Yves David
amend: stop specifying matcher, get all copies in wctx
stable
2022-05-11, by Kyle Lippincott
amend: add test showing poor behavior when copies are involved
stable
2022-05-11, by Kyle Lippincott
censor: fix [hg update] away from a revision with censored files
stable
2022-05-04, by Arseniy Alekseyev
censor: demonstrate a bug
stable
2022-04-22, by Arseniy Alekseyev
Added signature for changeset 0ddd5e1f5f67
stable
2022-05-04, by Raphaël Gomès
Added tag 6.1.2 for changeset 0ddd5e1f5f67
stable
2022-05-04, by Raphaël Gomès
ci: remove py2-rust support
stable
6.1.2
2022-05-04, by Raphaël Gomès
relnotes: add release notes for 6.1.2
stable
2022-05-04, by Raphaël Gomès
docs: use proper rst markup for preformatted blocks
stable
2022-05-03, by Mads Kiilerich
test-dirstate: print something when the check is skipped
stable
2022-05-04, by Raphaël Gomès
test-dirstate: fix detection of Rust environment variable
stable
2022-05-04, by Raphaël Gomès
rust-dirstate-v2: fix the unused bytes counter when rewriting the dirstate
stable
2022-04-28, by Raphaël Gomès
rust-dirstate-v2: show `unused_bytes` counter is not reset on total rewrite
stable
2022-04-28, by Raphaël Gomès
test-dirstate: use new `--docket` flag to get the data uuid
stable
2022-04-28, by Raphaël Gomès
debugcommands: remove `debugdirstateignorepatternhash`
stable
2022-04-28, by Raphaël Gomès
dirstate-v2: add flag to `debugstate` to print docket information
stable
2022-04-28, by Raphaël Gomès
doc: use an absolute path in sys.path to work around a python DLL loading bug
stable
2022-05-02, by Matt Harbison
rhg: fix dirstate-v2 data file removal system
stable
2022-04-25, by Raphaël Gomès
rhg: use `Command::exec` instead of `Command::status`
stable
2022-04-19, by Raphaël Gomès
commit: don't use hard-coded `.hg/last-message.txt` path in error message
stable
2022-04-27, by Martin von Zweigbergk
rust-dirstate-v2: clean up previous data file after the docket is written
stable
2022-04-21, by Raphaël Gomès
rust-dirstate-v2: save proper data size if no new data on append
stable
2022-04-21, by Raphaël Gomès
procutil: avoid `+= None` when writing to full std{err,out} descriptor on py3
stable
2022-04-13, by Matt Harbison
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip