Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
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.
emitrevision: also check the parents in the availability closure
stable
23 months ago, by Pierre-Yves David
emitrevision: add a small closure to check if a base is usable
stable
23 months ago, by Pierre-Yves David
chg: scale the timeout in test with the rest
stable
23 months ago, by Pierre-Yves David
hghave: we might need py310 and py311 at some point
stable
23 months ago, by Anton Shestakov
hghave: detect Python 3.10 and 3.11 as well
stable
23 months ago, by Anton Shestakov
extensions: load help from hgext.__index__ as a fallback this time
stable
23 months ago, by Matt Harbison
extensions: process disabled external paths when `hgext` package is in-memory
stable
23 months ago, by Matt Harbison
hg: show the correct message when cloning an LFS repo with extension disabled
stable
23 months ago, by Matt Harbison
demandimport: fix a crash in LazyFinder.__delattr__
stable
23 months ago, by Matt Harbison
tests: use `test -f` instead of `ls` to see if a file is present (issue6662)
stable
23 months ago, by Anton Shestakov
rust-status: fix thread count ceiling
stable
23 months ago, by Raphaël Gomès
tests: use an all too familiar executable in test-run-tests.t (issue6661)
stable
23 months ago, by Anton Shestakov
tests: add the missing space to test-hghave.t (issue6762)
stable
23 months ago, by Anton Shestakov
tests: expect the message from 1baf0fffd82f in test-hghave.t (issue6762)
stable
23 months ago, by Anton Shestakov
test: adjust test-push-race.t timeout's to overall test timeout
stable
23 months ago, by Pierre-Yves David
python-compat: adapt to Python 3.11 BC breakage with `random.sample`
stable
23 months ago, by Raphaël Gomès
match: make the FLAG_RE pattern a raw string
stable
24 months ago, by Matt Harbison
help: fix a py3 error interpolating Set into b'%s'
stable
24 months ago, by Matt Harbison
Added signature for changeset c890d8b8bc59
stable
24 months ago, by Raphaël Gomès
Added tag 6.3.1 for changeset c890d8b8bc59
stable
24 months ago, by Raphaël Gomès
relnotes: add 6.3.1
stable
6.3.1
24 months ago, by Raphaël Gomès
memory-usage: fix `hg log --follow --rev R F` space complexity
stable
24 months ago, by Pierre-Yves David
tests: run many tests in $TESTTMP/repo instead of $TESTTMP
stable
24 months ago, by Arseniy Alekseyev
tests: fix the detection of dirstate-v2 in hghave.py
stable
24 months ago, by Arseniy Alekseyev
dirstate-v2: do not put the dirstate data file in a transaction,
stable
24 months ago, by Arseniy Alekseyev
commit: properly consider file include and exclude options when closing branch
stable
24 months ago, by Matt Harbison
tests: demonstrate a bug blocking a redundant branch close
stable
24 months ago, by Matt Harbison
tests: stop creating temporary files in TESTDIR
stable
24 months ago, by Arseniy Alekseyev
cffi: fix a bytes vs str issue on macOS when listing directories
stable
2022-11-08, by Matt Harbison
packaging: refresh dependency hashes (issue6750)
stable
2022-11-02, by Jason R. Coombs
matcher: do not prepend '.*' to pattern using ^ after flags
stable
24 months ago, by Pierre-Yves David
matcher: fix the issue with regex inline-flag in rust oo
stable
24 months ago, by Pierre-Yves David
matcher: fix issues regex flag contained in pattern (issue6759)
stable
24 months ago, by Pierre-Yves David
release: removed the 6.3.0 tag
stable
24 months ago, by Pierre-Yves David
hg-core: relax dependencies pinning
stable
24 months ago, by Raphaël Gomès
tests: make running ls in a no longer existing directory more portable
stable
24 months ago, by Anton Shestakov
tests: move some lines inside #if windows-#else block test-removeemptydirs.t
stable
24 months ago, by Anton Shestakov
tests: use ls -A instead of ls -1 in test-removeemptydirs.t
stable
2022-06-20, by Anton Shestakov
release: add the "6.3" to the 6.3 release
stable
24 months ago, by Pierre-Yves David
tests: fix new git protocol policy in convert-git.t
stable
24 months ago, by pacien
relnotes: add final 6.3 relnotes
stable
24 months ago, by Raphaël Gomès
Added signature for changeset 04f1dba53c96
stable
24 months ago, by Raphaël Gomès
Added tag 6.3.0 for changeset 04f1dba53c96
stable
24 months ago, by Raphaël Gomès
rust: create wrapper struct to reduce `regex` contention issues
stable
6.3
2022-11-09, by Raphaël Gomès
tags-fnode-cache: skip building a changectx in getfnode
stable
2022-11-12, by Pierre-Yves David
tags-fnode-cache: do not repeatedly open the filelog in a loop
stable
2022-11-12, by Pierre-Yves David
profile: prevent a crash when line number is unknown
stable
2022-11-12, by Pierre-Yves David
upgrade: byteify requirement changes written to output
stable
2022-11-06, by Matt Harbison
rhg: add a config option to fall back immediately
stable
2022-11-03, by Raphaël Gomès
rhg: stop shadowing `exit` function
stable
2022-11-03, by Raphaël Gomès
config: add alias from `hg help rhg` to `hg help rust`
stable
2022-11-03, by Raphaël Gomès
rhg: add `config.rhg` helptext
stable
2022-11-03, by Raphaël Gomès
config: fix indentation of some`share-safe` options
stable
2022-11-03, by Raphaël Gomès
perf-unbundle: do a quick and dirty fix to make it run on more commit
stable
2022-10-16, by Pierre-Yves David
perf-unbundle: pre-indent the main block in per::unbundle
stable
2022-10-19, by Pierre-Yves David
shelve: handle empty parents and nodestoremove in shelvedstate (issue6748)
stable
2022-10-19, by Jason R. Coombs
rhg: fallback when encountering ellipsis revisions
stable
2022-11-03, by Raphaël Gomès
dirstate-v2: hash the source of the ignore patterns as well
stable
2022-11-02, by Raphaël Gomès
dirstate-v2: add test that shows a collision in ignore patterns hash
stable
2022-11-02, by Raphaël Gomès
testlib: add `--raw-sha1` option to `f`
stable
2022-11-03, by Raphaël Gomès
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip