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
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.
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
safehasattr: pass attribute name as string instead of bytes
21 months ago, by Pierre-Yves David
debug: `isinstance(a, x) or isinstance(a, y)` is `isinstance(a, (x, y))`
17 months ago, by Anton Shestakov
debug: update usage strings of debugignore and debugnodemap
17 months ago, by Anton Shestakov
debug: slightly improve wording on the InputErrors from the previous patch
17 months ago, by Anton Shestakov
debug: use InputError instead of CommandError for validating arguments
17 months ago, by Anton Shestakov
clonebundle: add a `filter_bundle_url` function
17 months ago, by Pierre-Yves David
clonebundles: move the manifest reading in a dedicated function
17 months ago, by Pierre-Yves David
doc: format argument for date uses strftime format string (issue6818)
stable
17 months ago, by Joerg Sonnenberger
clonebundles: filter out invalid schemes instead of failing on them
stable
19 months ago, by Mathias De Mare
clonebundles: demonstrate bad behaviour when unknown scheme is present
stable
19 months ago, by Mathias De Mare
rhg: support `rhg files` with `ui.relative-paths=false`
17 months ago, by Arseniy Alekseyev
rhg: make `rhg files` work if `ui.relative-files=true` is specified
17 months ago, by Arseniy Alekseyev
rhg: test `rhg files --config ui.relative-paths ...`
17 months ago, by Arseniy Alekseyev
cleanup: simplify code
17 months ago, by Arseniy Alekseyev
dirstate: better error messages when dirstate is corrupted
17 months ago, by Arseniy Alekseyev
rust: remove an unused error variant DirstateMapError::EmptyPath
17 months ago, by Arseniy Alekseyev
hg: move unreachable code to where it could be reached
19 months ago, by Jason R. Coombs
stream-clone: support streamv3 on the cli [hg bundle]
17 months ago, by Arseniy Alekseyev
stream-clone: add the `-exp` prefix to the bundle part
17 months ago, by Pierre-Yves David
zstd: hack include order to ensure that our zstd.h is found
2022-02-21, by Joerg Sonnenberger
exchange: allow passing no includes/excludes to `pull()`
18 months ago, by Martin von Zweigbergk
stabletailgraph: add test cases challenging the open merge stack
18 months ago, by pacien
stabletailgraph: naive version of leap computation
18 months ago, by pacien
stabletailgraph: extract _parents util func
18 months ago, by pacien
stabletailgraph: clarify excl part size computation
17 months ago, by pacien
stabletailgraph: clarify naiveness of current implementation
18 months ago, by pacien
stream-clone: introduce the notion of an experimental "v3" version
18 months ago, by Pierre-Yves David
stream-clone: check is a compatible protocol can be found
18 months ago, by Pierre-Yves David
stream-clone: bail-out earlier if stream clone is not requested
18 months ago, by Pierre-Yves David
stream-clone: bail-out earlier if pull is partial
18 months ago, by Pierre-Yves David
stream-clone: bail-out earlier if destination repo is not empty
18 months ago, by Pierre-Yves David
stream-clone: check the version of streaming clone supported by the client
18 months ago, by Arseniy Alekseyev
stream-clone: make sure the `stream` capability is set when bundling
18 months ago, by Pierre-Yves David
stream-clone: upgrade the error message for bad stream request
18 months ago, by Arseniy Alekseyev
stream-clone: yield cache entry in `_entries_walk` too
18 months ago, by Pierre-Yves David
stream-clone: introduce a _entries_walk
18 months ago, by Pierre-Yves David
store: make `walk` return an entry for obsolescence if requested so
18 months ago, by Pierre-Yves David
store: yield phases before changelog
18 months ago, by Pierre-Yves David
store: make `walk` return an entry for phase if requested so
18 months ago, by Pierre-Yves David
cli: add a test of `hg debugnodemap --manifest`
17 months ago, by Arseniy Alekseyev
cli: fix spelling in `debugnodemap` error messages
18 months ago, by Arseniy Alekseyev
cli: make debugnodemap capable of inspecting an arbitrary nodemap
18 months ago, by Arseniy Alekseyev
rust: mostly avoid streaming zstd decompression
18 months ago, by Arseniy Alekseyev
rust: in zstd decompression, avoid a useless vec initialization
18 months ago, by Arseniy Alekseyev
rust: speed up zstd decompression by re-using the decompression context
18 months ago, by Arseniy Alekseyev
store: rename `topfiles` to `top_entries`
18 months ago, by Pierre-Yves David
store: rename `datafiles` to `data_entries`
18 months ago, by Pierre-Yves David
store: use boolean property for upgrade's matchrevlog
18 months ago, by Pierre-Yves David
store: use the new boolean property in `upgrade`
18 months ago, by Pierre-Yves David
store: use the new boolean property in `remotefilelogserver`
18 months ago, by Pierre-Yves David
store: use the boolean property in `repair_issue6528`
18 months ago, by Pierre-Yves David
store: use the new boolean property in `narrow`
18 months ago, by Pierre-Yves David
store: use the boolean property in `store`
18 months ago, by Pierre-Yves David
store: introduce boolean property for revlog type
18 months ago, by Pierre-Yves David
store: issue a single entry for each revlog
18 months ago, by Pierre-Yves David
store: rename `unencoded_path` to `entry_path` for StoreEntry
18 months ago, by Pierre-Yves David
store: do the revlog matching on entry directly
18 months ago, by Pierre-Yves David
store: split the wrapping of encodedstore between _wrap and datafiles
18 months ago, by Pierre-Yves David
store: introduce a main_file_path method for revlog
18 months ago, by Pierre-Yves David
upgrade: actually use StoreEntry API to create revlog
18 months ago, by Pierre-Yves David
upgrade: use StoreEntry object in upgrade
18 months ago, by Pierre-Yves David
upgrade: drop a quick fix that is not longer necessary
18 months ago, by Pierre-Yves David
store: use StoreEntry API instead of parsing filename in largefile
18 months ago, by Pierre-Yves David
store: use StoreEntry API instead of parsing filename when listing manifestlog
18 months ago, by Pierre-Yves David
store: use StoreEntry API instead of parsing filename when fixing issue6528
18 months ago, by Pierre-Yves David
store: use StoreEntry API instead of parsing filename in remotefilelog
18 months ago, by Pierre-Yves David
store: use StoreEntry API instead of parsing filename in narrow
18 months ago, by Pierre-Yves David
store: add a `target_id` attribute on RevlogStoreEntry
18 months ago, by Pierre-Yves David
store: actually tag tree manifest revlogs as manifest revlogs
18 months ago, by Pierre-Yves David
store: also gather files per revlog in `topfiles`
18 months ago, by Pierre-Yves David
store: also group files by revlog in fncache version of datafiles
18 months ago, by Pierre-Yves David
store: add logic to group revlog file together
18 months ago, by Pierre-Yves David
store: change `_walk` return to `(filename, (type, size))`
18 months ago, by Pierre-Yves David
store: lazily get file size on demand for the fncache case
18 months ago, by Pierre-Yves David
store: only access is_volatile information through the file object
18 months ago, by Pierre-Yves David
store: only access file_size information through the file object
18 months ago, by Pierre-Yves David
store: have custom init for entries class
18 months ago, by Pierre-Yves David
store: use specialized class for store entries
18 months ago, by Pierre-Yves David
store: introduce a EntryFile object to actually access file info
18 months ago, by Pierre-Yves David
store: use a StoreEntry object instead of tuple for store files
18 months ago, by Pierre-Yves David
store: no longer explicitly mark the splitted index as ignored
18 months ago, by Pierre-Yves David
store: cleanup what is recognized as a revlog file
18 months ago, by Pierre-Yves David
store: only inclure revlog related file in `datafiles`
18 months ago, by Pierre-Yves David
store: do not record file that are not part of a revlog in fncache
18 months ago, by Pierre-Yves David
revlog-split: expand the some test to cover the success case too
18 months ago, by Pierre-Yves David
transaction: use a ".bck" extension for all backup file
18 months ago, by Pierre-Yves David
repair-issue6528: remove a now useless continue
18 months ago, by Pierre-Yves David
branching: merge stable into default
18 months ago, by Raphaël Gomès
stabletailgraph: clarify omission of linear parts in test sorts
18 months ago, by pacien
stabletailgraph: omit uninteresting linear parts in test log
18 months ago, by pacien
stabletailgraph: fix typo in test
19 months ago, by pacien
stabletailgraph: fix terminology in doc
19 months ago, by pacien
perf: introduce a `perf::stream-locked-section` command
18 months ago, by Pierre-Yves David
transaction: tr._names are actually bytes, use byte string to join them
18 months ago, by Anton Shestakov
nix: add nix-defined package and devel env (flake)
19 months ago, by pacien
hgignore: ignore nix result symlink
19 months ago, by pacien
tests: add test ignore list for nix
19 months ago, by pacien
ui: keep the progress bar around when writing if stdout is not a tty
20 months ago, by Pierre-Yves David
tests: in filterpyflakes, tolerate non-ascii file contents
20 months ago, by Arseniy Alekseyev
comments: fix spelling
21 months ago, by Arseniy Alekseyev
heptapod-ci: display python version
19 months ago, by Axel Prel
branching: merge stable into default
19 months ago, by Raphaël Gomès
sha1dc: Make sure SHA1DC_BIGENDIAN is set on Darwin/PowerPC
19 months ago, by Sevan Janiyan
hidden: add support to explicitly access hidden changesets with SSH peers
2019-04-13, by Manuel Jacob
hidden: support passing --hidden with `serve --stdio`
2019-04-13, by Manuel Jacob
hgweb: move ismember from `hgweb.common` to `scmutil`
2019-04-13, by Pierre-Yves David
hidden: add support for --remote-hidden to HTTP peer
2019-04-05, by Manuel Jacob
hidden: add support to explicitly access hidden changesets via HTTP
2019-04-13, by Manuel Jacob
hidden: support for explicitly accessing hidden changesets in wireproto server
2019-04-13, by Manuel Jacob
hidden: add support for --remote-hidden to localpeer
2019-04-05, by Manuel Jacob
pull: add --remote-hidden option and pass it through peer creation
2019-04-04, by Manuel Jacob
hgweb: add support to explicitly access hidden changesets
2019-04-13, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
tip