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.
convert: turn the last str regex into bytes in cvs.py (issue6789)
stable
22 months ago, by Anton Shestakov
convert: stop passing str to the dateutil API in darcs
stable
22 months ago, by Matt Harbison
sparse: fix a py2 based usage of `map()`
stable
22 months ago, by Matt Harbison
histedit: byteify the help for the multifold action
stable
22 months ago, by Matt Harbison
tests: optional PEP 657 error location in test-lfs-serve-access.t (issue6782)
stable
22 months ago, by Anton Shestakov
tests: optional PEP 657 error location in test-extension.t (issue6781)
stable
22 months ago, by Anton Shestakov
tests: filter out PEP 657 error locations in tracebacks (issue6780)
stable
22 months ago, by Anton Shestakov
relnotes: last-minute addition to 6.3.2
stable
22 months ago, by Raphaël Gomès
relnotes: add 6.3.2
stable
22 months ago, by Raphaël Gomès
Added signature for changeset 59466b13a3ae
stable
22 months ago, by Raphaël Gomès
Added tag 6.3.2 for changeset 59466b13a3ae
stable
22 months ago, by Raphaël Gomès
filemerge: fix crash when using filesets in [partial-merge-tools]
stable
6.3.2
22 months ago, by Martin von Zweigbergk
packaging: add dependencies to the PyOxidizer build on macOS
stable
23 months ago, by Matt Harbison
tests: conditionalize path output for in-memory pyoxidizer resources
stable
23 months ago, by Matt Harbison
tests: conditionalize test output for in-filesystem pyoxidizer resources
stable
23 months ago, by Matt Harbison
hghave: add predicates for embedded and filesystem pyoxidizer resources
stable
23 months ago, by Matt Harbison
run-tests: support --pyoxidized on macOS
stable
23 months ago, by Matt Harbison
make: add a target for building pyoxidizer tests on macOS
stable
23 months ago, by Matt Harbison
copyright: update to 2023
stable
22 months ago, by Matt Harbison
bisect: correct message about aborting an in-progress bisect (issue6527)
stable
22 months ago, by Anton Shestakov
tests: document what the other currently enabled pylint check ensures
stable
23 months ago, by Anton Shestakov
hghave: detect newer pylint
stable
23 months ago, by Anton Shestakov
emitrevision: consider ancestors revision to emit as available base
stable
2022-11-12, by Pierre-Yves David
sqlitestore: add an `ancestors` method
stable
2022-11-09, by Pierre-Yves David
emitrevision: if we need to compute a delta on the fly, try p1 or p2 first
stable
24 months ago, by Pierre-Yves David
emitrevision: simplify the fallback to computed delta
stable
24 months ago, by Pierre-Yves David
emitrevision: also check the parents in the availability closure
stable
24 months ago, by Pierre-Yves David
emitrevision: add a small closure to check if a base is usable
stable
24 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
24 months ago, by Anton Shestakov
test: adjust test-push-race.t timeout's to overall test timeout
stable
24 months ago, by Pierre-Yves David
python-compat: adapt to Python 3.11 BC breakage with `random.sample`
stable
24 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
2022-11-19, by Raphaël Gomès
Added tag 6.3.1 for changeset c890d8b8bc59
stable
2022-11-19, by Raphaël Gomès
relnotes: add 6.3.1
stable
6.3.1
2022-11-19, by Raphaël Gomès
memory-usage: fix `hg log --follow --rev R F` space complexity
stable
2022-11-19, by Pierre-Yves David
tests: run many tests in $TESTTMP/repo instead of $TESTTMP
stable
2022-11-18, by Arseniy Alekseyev
tests: fix the detection of dirstate-v2 in hghave.py
stable
2022-11-18, by Arseniy Alekseyev
dirstate-v2: do not put the dirstate data file in a transaction,
stable
2022-11-17, by Arseniy Alekseyev
commit: properly consider file include and exclude options when closing branch
stable
2022-11-18, by Matt Harbison
tests: demonstrate a bug blocking a redundant branch close
stable
2022-11-18, by Matt Harbison
tests: stop creating temporary files in TESTDIR
stable
2022-11-17, 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
2022-11-16, by Pierre-Yves David
matcher: fix the issue with regex inline-flag in rust oo
stable
2022-11-16, by Pierre-Yves David
matcher: fix issues regex flag contained in pattern (issue6759)
stable
2022-11-16, by Pierre-Yves David
release: removed the 6.3.0 tag
stable
2022-11-16, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip