Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
util: implement `writelines()` on atomictempfile
2022-11-04, by Matt Harbison
typing: add basic type hints to localrepo.py
2022-11-02, by Matt Harbison
check-code: drop the check for whitespace around named parameters
2022-11-05, by Matt Harbison
rhg: add a config option to fall back immediately
stable
2022-11-03, by Raphaël Gomès
rust-status: query fs traversal metadata lazily
2022-10-19, by Raphaël Gomès
rust-status: make `DirEntry` attributes clearer
2022-10-19, 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
rust-status: save new dircache even if just invalidated
stable
2022-10-19, by Raphaël Gomès
rust-status: fix typos and add docstrings to dircache related fields
stable
2022-10-19, by Raphaël Gomès
rhg: show a bug where repeated [hg status] is needed to cache everything
stable
2022-09-22, by Arseniy Alekseyev
upgrade: no longer keep all revlogs in memory at any point
stable
2022-11-04, by Pierre-Yves David
demandimport: convert ignored modules from bytes -> str in extensions
stable
2022-11-02, by Matt Harbison
dirstate-v2: fix edge case where entries aren't sorted
stable
2022-10-26, by Raphaël Gomès
dirstate-v2: highlight a bug when Python-packed but used in `rhg`
stable
2022-10-26, by Raphaël Gomès
dirstate-v2: correct documented return values of `pack_dirstate`
stable
2022-10-26, by Raphaël Gomès
dirstate-v2: fix typos in docstrings
stable
2022-10-26, by Raphaël Gomès
dirstate-v2: update constant that wasn't kept in sync
stable
2022-11-04, by Raphaël Gomès
lfs: avoid closing connections when the worker doesn't fork
stable
2022-10-18, by Matt Harbison
lfs: fix blob corruption when tranferring with workers on posix
stable
2022-10-18, by Matt Harbison
keepalive: add `__repr__()` to the HTTPConnection class to ease debugging
stable
2022-10-18, by Matt Harbison
keepalive: ensure `close_all()` actually closes all cached connections
stable
2022-10-18, by Matt Harbison
tests: remove non-python3 line matching and tests block
2022-09-22, by Pierre-Yves David
localrepo: byteify the requirements.DIRSTATE_TRACKED_HINT_Vx warning message
stable
2022-11-02, by Matt Harbison
rhg: fallback to slow path on invalid patterns in hgignore
stable
2022-10-31, by Arseniy Alekseyev
rhg: add a test involving hgignore lookaround
stable
2022-10-31, by Arseniy Alekseyev
pywatchman: remove obsolete comments about importing from future
2022-10-31, by Anton Shestakov
demandimport: remove an obsolete comment about importing from future
2022-10-31, by Anton Shestakov
mr-template: wrap the instructions inside a comment block
2022-10-19, by Matt Harbison
revlog: use the user facing filename as the display_id for filelogs
2022-10-19, by Matt Harbison
revlog: drop an unused variable assignment
2022-10-19, by Matt Harbison
lfs: improve an exception message for blob corruption detected on transfer
2022-10-20, by Matt Harbison
relnotes: add 6.3
stable
2022-10-24, by Raphaël Gomès
Added signature for changeset a3356ab610fc
stable
2022-10-24, by Raphaël Gomès
Added tag 6.3rc0 for changeset a3356ab610fc
stable
2022-10-24, by Raphaël Gomès
branching: merge stable into default
2022-10-24, by Raphaël Gomès
branching: merge default into stable
stable
6.3rc0
2022-10-24, by Raphaël Gomès
lfs: fix interpolation of int and %s in an exception case
stable
2022-10-20, by Matt Harbison
tests: catch "Can't assign requested address" in test-https.t (issue6726)
stable
2022-10-19, by Anton Shestakov
tests: add another variation of EADDRNOTAVAIL message (e.g. from NetBSD)
stable
2022-10-19, by Anton Shestakov
shelve: re-wrap now that the line fits
2022-10-19, by Jason R. Coombs
shelve: avoid setting overloading tmpwctx
2022-10-19, by Jason R. Coombs
configitems: change the `verify.skipflags` default value to avoid a py3 crash
stable
2022-10-18, by Matt Harbison
dirstate-v2: skip evaluation of hgignore regex on cached directories
2022-10-10, by Arseniy Alekseyev
releasenotes: use re.MULTILINE mode when checking admonitions
2022-09-30, by Craig Ozancin
windows: gracefully handle when the username cannot be determined
stable
2022-10-10, by Matt Harbison
rhg: parallellize computation of [unsure_is_modified]
2022-10-05, by Arseniy Alekseyev
rhg: enable in case ui.statuscopies=True
2022-09-21, by Arseniy Alekseyev
rhg: share some code
2022-09-22, by Arseniy Alekseyev
rhg: support tweakdefaults
2022-09-20, by Arseniy Alekseyev
rhg: centralize PlainInfo
2022-09-22, by Arseniy Alekseyev
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip