Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
verify: print short `p1` node in relevant dirstate messages
23 months ago, by Raphaël Gomès
verify: also check dirstate
2022-05-02, by Raphaël Gomès
tests: use the `--quiet` flag for verify when applicable
2022-05-02, by Raphaël Gomès
verify: format messages directly at the source
23 months ago, by Raphaël Gomès
dirstate: update messages in verify to not use the old `state` API
2022-05-02, by Raphaël Gomès
dirstate: add narrow support to `verify`
2022-05-02, by Raphaël Gomès
dirstate: stop using `entry.state()` for logic in `verify`
2022-05-02, by Raphaël Gomès
dirstate-entry: add `modified` property
2022-05-02, by Raphaël Gomès
debug: add debug-revlog-stats command
23 months ago, by Franck Bret
typing: attempt to remove @overloads in the platform module for stdlib methods
23 months ago, by Matt Harbison
typing: add trivial type hints to rest of the windows platform module
23 months ago, by Matt Harbison
typing: add type hints to the rest of the posix module
23 months ago, by Matt Harbison
typing: add type hints to the platform `cachestat` classes
23 months ago, by Matt Harbison
util: fix the signature of observedbufferedinputpipe._fillbuffer()
23 months ago, by Matt Harbison
tests: drop some obsolete py2 handling in util.py doctest
23 months ago, by Matt Harbison
typing: add type hints to the common posix/windows platform functions
23 months ago, by Matt Harbison
typing: add type hints to the posix platform module matching win32.py
23 months ago, by Matt Harbison
typing: add type hints to mercurial/win32.py
23 months ago, by Matt Harbison
windows: drop some py2 registry module importing
23 months ago, by Matt Harbison
typing: add type hints to the platform specific scm modules
23 months ago, by Matt Harbison
typing: add type hints to most mercurial/pycompat.py functions
23 months ago, by Matt Harbison
statprof: don't pass str `sys.argv` to a function expecting bytes
23 months ago, by Matt Harbison
typing: drop an unnecessary warning disabling comment in match.py
23 months ago, by Matt Harbison
scmposix: don't subscript IOError
23 months ago, by Matt Harbison
typing: add type hints to pycompat.bytestr
23 months ago, by Matt Harbison
pycompat: explicitly prefix builtin attr usage with `builtins.`
23 months ago, by Matt Harbison
typing: add type hints to global variables in mercurial/pycompat.py
23 months ago, by Matt Harbison
windows: drop an unused method
23 months ago, by Matt Harbison
typing: add type hints to the prompt methods in mercurial/ui.py
23 months ago, by Matt Harbison
ui: split the `default` arg out of **kwargs for the internal prompt method
23 months ago, by Matt Harbison
typing: add trivial type hints to mercurial/ui.py
23 months ago, by Matt Harbison
doc: don't pass str to ui methods in check-seclevel.py
23 months ago, by Matt Harbison
typing: add type hints related to message output in mercurial/ui.py
23 months ago, by Matt Harbison
typing: add type hints related to progress bars in mercurial/ui.py
23 months ago, by Matt Harbison
pytype: stop excluding mercurial/ui.py
24 months ago, by Matt Harbison
bundle: emit full snapshot as is, without doing a redelta
23 months ago, by Pierre-Yves David
bundle: when forcing acceptance of incoming delta also accept snapshot
23 months ago, by Pierre-Yves David
delta-find: properly report full snapshot used from cache as such
23 months ago, by Pierre-Yves David
test-acl: glob the payload size again
23 months ago, by Pierre-Yves David
amend: add a --draft option to set phase to draft
23 months ago, by Martin von Zweigbergk
commit: add --draft option to use draft phase
23 months ago, by Martin von Zweigbergk
tests: use graph log in test-phases.t
23 months ago, by Martin von Zweigbergk
commit: move check for incompatible args earlier
23 months ago, by Martin von Zweigbergk
delta-find: add a delta-reuse policy that blindly accepts incoming deltas
2022-11-07, by Pierre-Yves David
delta-find: add a `delta-reuse-policy` on configuration `path`
23 months ago, by Pierre-Yves David
changegroup: add `delta_base_reuse_policy` argument
23 months ago, by Pierre-Yves David
bundleoperation: optionnaly record the `remote` that produced the bundle
23 months ago, by Pierre-Yves David
delta-find: add a test checking various simple behavior
23 months ago, by Pierre-Yves David
peer: pass the `path` to the statichttp peer
23 months ago, by Pierre-Yves David
peer: get the `path` object down to the sshpeer
23 months ago, by Pierre-Yves David
logexchange: use the proper accessors to get the remote url
23 months ago, by Pierre-Yves David
peer: get the `path` object down to the httppeer
23 months ago, by Pierre-Yves David
path: fix `url.copy` dropping the port
23 months ago, by Pierre-Yves David
peer: pass the `path` object to `make_peer`
23 months ago, by Pierre-Yves David
path: allow to copy a path while adjusting the url
23 months ago, by Pierre-Yves David
peer: store the path object used to build a peer from a repo
23 months ago, by Pierre-Yves David
peer: build a `path` object on the fly when needed
23 months ago, by Pierre-Yves David
peer: have `repo.peer` take an optional `path` argument
23 months ago, by Pierre-Yves David
peer: add a `path` attribute to peer
23 months ago, by Pierre-Yves David
peer: have a common constructor and use it
23 months ago, by Pierre-Yves David
peer: use a dedicated name for the `peer` constructor
23 months ago, by Pierre-Yves David
peer: dissolve `_peerlookup` into its last two callers
23 months ago, by Pierre-Yves David
peer: stop having a `peer()` method on `peer()`
23 months ago, by Pierre-Yves David
clone: explicitly detect the need to fetch a peer
23 months ago, by Pierre-Yves David
addbranchrevs: explicitly detect the need to fetch a peer
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg clone`
23 months ago, by Pierre-Yves David
path: use `get_clone_path_obj` in share
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in mq
23 months ago, by Pierre-Yves David
path: use `get_clone_path_obj` in _getlocal
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg init`
23 months ago, by Pierre-Yves David
path: add a `get_clone_path_obj` function
23 months ago, by Pierre-Yves David
path: simplify the implementation of `get_clone_path`
23 months ago, by Pierre-Yves David
path: clarify document of `get_clone_path`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg perf::discovery`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in remotefilelog's tests
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg fastannotate`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in infinitepush
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in largefiles
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in narrow
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg fetch`
23 months ago, by Pierre-Yves David
path: use `get_unique_pull_path_obj` in `hg relink`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg transplant`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg debugbackupbundle`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg debugssl`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg debugdiscovery`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `remote(...)` revset
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg summary`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg identify`
23 months ago, by Pierre-Yves David
path: introduce a `get_unique_pull_path_obj` function
23 months ago, by Pierre-Yves David
path: simplify the `get_unique_pull_path` function
23 months ago, by Pierre-Yves David
path: remove outdated documentation point from `get_unique_push_path`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg pull`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg incoming`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg incoming` bookmark logic
23 months ago, by Pierre-Yves David
path: remove outdated documentation point from `get_unique_pull_path`
23 months ago, by Pierre-Yves David
path: update `get_unique_pull_path` to point out it returns a url
23 months ago, by Pierre-Yves David
changelog-v2: fix the docket `struct`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in infinite push
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg histedit`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in the `outgoing` revset
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg summary`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg outgoing`
23 months ago, by Pierre-Yves David
path: pass `path` to `peer` in `hg bundle`
23 months ago, by Pierre-Yves David
path: have `peer` constructor accept a `path` object
23 months ago, by Pierre-Yves David
path: deprecated the `pushloc` attribute
23 months ago, by Pierre-Yves David
path: update logic in `perf` to use the push variant when available
23 months ago, by Pierre-Yves David
path: directly use the push_variant in `infinitepush`
23 months ago, by Pierre-Yves David
path: directly use the push_variant in `hg histedit` outgoing logic
23 months ago, by Pierre-Yves David
path: directly use the push_variant in the `outgoing` revset
23 months ago, by Pierre-Yves David
path: directly use the push_variant in outgoing internals
23 months ago, by Pierre-Yves David
path: directly use the push_variant in `hg summary`
23 months ago, by Pierre-Yves David
path: directly use the push_variant in `hg outgoing`
23 months ago, by Pierre-Yves David
path: directly use the push_variant in `hg push`
23 months ago, by Pierre-Yves David
path: have `get_push_paths` directly return the push variants
23 months ago, by Pierre-Yves David
path: add a method to retrieve a "push variant" of a path
23 months ago, by Pierre-Yves David
path: move the url parsing and related attribute setting to a method
23 months ago, by Pierre-Yves David
peer-or-repo: remove the now unused function
23 months ago, by Pierre-Yves David
peer-or-repo: build a repo directly in the `repo` function
23 months ago, by Pierre-Yves David
peer-or-repo: build a peer directly in the `peer` function
23 months ago, by Pierre-Yves David
static-http: have `statichttprepo.instance` return a peer object
23 months ago, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
tip