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
+3000
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.
urlutil: deprecate `getpath`
2021-04-15, by Pierre-Yves David
urlutil: inline the relevant part of `getpath` in `get_push_paths`
2021-04-15, by Pierre-Yves David
url_util: introduce a `try_path` function
2021-04-15, by Pierre-Yves David
narrow: add more status messages when narrowing
2021-04-20, by Martin von Zweigbergk
narrow: add progress-reporting when looking for local changes in `hg tracked`
2021-04-20, by Martin von Zweigbergk
chg: pass --no-profile to disable profiling when starting hg serve
2021-04-16, by Kyle Lippincott
profiling: add --no-profile to disable profiling enabled via config
2021-04-16, by Kyle Lippincott
tests: fix test-chg to ignore a warning about being unable to set locale
2021-04-16, by Kyle Lippincott
branch: delete obsolete message about changing branch of obsolete commit
2021-04-27, by Martin von Zweigbergk
rewriteutil: check for divergence
2021-02-23, by Martin von Zweigbergk
rewriteutil: adapt "cannot %s while merging" to work with "change branch of"
2021-04-28, by Martin von Zweigbergk
rewriteutil: point to help about instability when rewriting creates orphan
2021-02-11, by Martin von Zweigbergk
help: add topic about evolution, based on text from evolve extension
2021-04-27, by Martin von Zweigbergk
rewriteutil: add devel warning if precheck is called with contexts
2021-02-11, by Martin von Zweigbergk
rewriteutil: replace "null changeset" by "the null revision" in error message
2021-04-27, by Martin von Zweigbergk
relnotes: copy contents of "next" to "5.8" and clear "next"
stable
2021-04-20, by Martin von Zweigbergk
dirstateguard: use mktemp-like functionality to generate the backup filenames
stable
2021-04-20, by Kyle Lippincott
node: replace nullid and friends with nodeconstants class
2021-03-29, by Joerg Sonnenberger
repoview: separate concerns in _filteredrepotypes comment
stable
2021-04-24, by Georges Racinet
repoview: fix memory leak of filtered repo classes
stable
2021-04-23, by Georges Racinet
repoview: style change in newtype() cache handling
stable
2021-04-24, by Georges Racinet
tests: don't hard-code /bin/bash
stable
2021-04-22, by Joerg Sonnenberger
lint: fix failing code check
stable
2021-04-21, by Raphaël Gomès
typing: enable pytype processing on mercurial/upgrade_utils/actions.py
stable
2021-04-14, by Matt Harbison
incoming: use bytes for an error message
stable
2021-04-18, by Matt Harbison
merge: stable heads
stable
2021-04-21, by Augie Fackler
Added signature for changeset 8d2b62d716b0
stable
2021-04-21, by Augie Fackler
Added tag 5.8rc1 for changeset 8d2b62d716b0
stable
2021-04-21, by Augie Fackler
relnote: mention a nodemap bug fixes
stable
2021-04-20, by Pierre-Yves David
relnote: document the use of persistent-nodemap by default for Rust build
stable
2021-04-20, by Pierre-Yves David
relnode: document the move to `zstd` as default compression
stable
2021-04-20, by Pierre-Yves David
relnote: clarify the backward compatibility entry about p1/p2 swap
stable
2021-04-20, by Pierre-Yves David
mail: add a TODO about proper mbox locking
stable
2021-04-20, by Matt Harbison
packaging: extract pre-computed version when running from plain tarball
stable
5.8rc1
2021-04-20, by Joerg Sonnenberger
Added signature for changeset f67b8946bb1b
stable
2021-04-20, by Augie Fackler
Added tag 5.8rc0 for changeset f67b8946bb1b
stable
2021-04-20, by Augie Fackler
merge: default into stable for 5.8 rc
stable
5.8rc0
2021-04-20, by Augie Fackler
mail: force SMTPException to bytes before wrapping in error.Abort
2021-04-19, by Matt Harbison
mail: split out the SMTP login to allow the keyring extension to wrap it
2021-04-19, by Matt Harbison
store: exclude `undo.` nodemap's file from `walk`
2021-04-20, by Pierre-Yves David
streamclone: treat volatile file as "fullfile"
2021-04-20, by Pierre-Yves David
nodemap: add a test about nodemap "vacuum" during stream clone
2021-04-19, by Pierre-Yves David
nodemap: add a test about racy commit during stream clone
2021-04-19, by Pierre-Yves David
streamclone: remove sleep based "synchronisation" in tests
2021-04-19, by Pierre-Yves David
testing: add a `write_file` function
2021-04-19, by Pierre-Yves David
testing: add a utility function to wait for file create
2021-04-19, by Pierre-Yves David
streamclone: check the errors log in tests
2021-04-19, by Pierre-Yves David
mail: use a context manager when writing to mbox
2021-04-20, by Matt Harbison
errors: remove unnecessary varargs handling from OutOfBandError
2021-04-19, by Martin von Zweigbergk
phab-refresh: use a special comment on the stable branch
2021-04-19, by Pierre-Yves David
phab-refresh: extract the comment in a variable
2021-04-19, by Pierre-Yves David
tests: make test-archive.t pass on py3.9 (issue6504)
2021-04-19, by Martin von Zweigbergk
errors: raise RemoteError in some places in exchange.py
2021-04-19, by Martin von Zweigbergk
errors: introduce a class for remote errors
2021-04-19, by Martin von Zweigbergk
errors: make OutOfBandError extend Abort
2021-04-19, by Martin von Zweigbergk
revlog: replace revlog._io.size with a new revlog.index.entry_size
2021-04-05, by Pierre-Yves David
perf-discovery: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
help: clarify when `$HG_URL` and `$HG_SOURCE` are added in hooks
2021-04-14, by Aay Jay Chan
nodemap: deal with data mmap error
2021-04-16, by Pierre-Yves David
nodemap: test various corruption scenario for the persistent nodemap
2021-04-16, by Pierre-Yves David
cmdutil: fix an uninitialize variable usage in clearunfinished()
2021-04-17, by Matt Harbison
help: document `$HG_NEW_OBSMARKERS` in pretxnclose hook
2021-04-05, by Aay Jay Chan
help: prepend environment variables used in hooks with "$"
2021-04-01, by Aay Jay Chan
revset: drop an outdated comment
2021-04-15, by Pierre-Yves David
ui: deprecated `ui.expandpath`
2021-04-15, by Pierre-Yves David
urlutil: remove usage of `ui.expandpath` in `get_clone_path`
2021-04-14, by Pierre-Yves David
urlutil: remove usage of `ui.expandpath` in `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
urlutil: remove usage of `ui.expandpath` in `get_pull_paths`
2021-04-14, by Pierre-Yves David
debugbackupbundle: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
debugssl: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
debugdiscovery: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
profiling: use `util.expandpath` instead of `ui.expandpath` for output
2021-04-14, by Pierre-Yves David
dispatch: use the new API to resolve --repository
2021-04-14, by Pierre-Yves David
revset: use `get_unique_pull_path` for `remote(…)`
2021-04-14, by Pierre-Yves David
remotefilelog: use `get_unique_pull_path` in `getflogheads`
2021-04-14, by Pierre-Yves David
summary: use the new APIs
2021-04-14, by Pierre-Yves David
share: use `get_clone_path`
2021-04-14, by Pierre-Yves David
init: use `get_clone_path` when suitable
2021-04-14, by Pierre-Yves David
clone: use `get_clone_path`
2021-04-14, by Pierre-Yves David
incoming: kill the `repo._subtoppath =` hack
2021-04-14, by Pierre-Yves David
identify: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
bundle: support multiple destinations
2021-04-14, by Pierre-Yves David
lfs: use the new APIs
2021-04-14, by Pierre-Yves David
fastannotate: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
remotefilelog: use the right expandpath in to expand `~`
2021-04-14, by Pierre-Yves David
transplant: use `get_unique_pull_path`
2021-04-16, by Pierre-Yves David
infinitepush: use `get_unique_pull_path`
2021-04-16, by Pierre-Yves David
relink: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
histedit: use `get_unique_push_path`
2021-04-14, by Pierre-Yves David
urlutil: add a new `get_unique_push_path`
2021-04-14, by Pierre-Yves David
fetch: use `get_unique_pull_path` to retrieve the path
2021-04-14, by Pierre-Yves David
patchbomb: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
narrow: use `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
urlutil: add a new `get_unique_pull_path`
2021-04-14, by Pierre-Yves David
mq: use the new `get_clone_path` to get the remote url
2021-04-14, by Pierre-Yves David
urlutil: add a `get_clone_path` function
2021-04-14, by Pierre-Yves David
outgoing: use `get_push_paths` in the revset too
2021-04-11, by Pierre-Yves David
incoming: use `urlutil.get_pull_paths`
2021-04-14, by Pierre-Yves David
outgoing: accept multiple destinations
2021-04-14, by Pierre-Yves David
outgoing: pass subrepo path using function argument instead of abssource hack
2021-04-15, by Pierre-Yves David
subrepo: introduce a `repo_rel_or_abs_source` function
2021-04-15, by Pierre-Yves David
urlutil: use bytes for Abort messages
2021-04-14, by Matt Harbison
changegroup: update comment
2021-04-08, by Raphaël Gomès
re2: adjust local variable assignment scope
2021-04-12, by Matt Harbison
rhg: Make `files` work on repo-relative paths when possible
2021-03-13, by Simon Sapin
split: avoid strip if split is a no-op (identical to original)
2021-04-12, by Kyle Lippincott
split: fix issue with empty splits adjusting phases
2021-04-12, by Kyle Lippincott
split: add test demonstrating issue with empty splits adjusting phases
2021-04-12, by Kyle Lippincott
test-lfs: fix expected output
2021-04-14, by Pierre-Yves David
test-lfs: avoid a bashism when spawning the server
2021-04-14, by Pierre-Yves David
test-lfs: avoid pagination
2021-04-14, by Pierre-Yves David
run-test: make it clearer why we terminating process
2021-04-14, by Pierre-Yves David
push-dests: move the code around missing default dest inside `get_push_paths`
2021-04-13, by Pierre-Yves David
push-dests: rework the handling of default value
2021-04-13, by Pierre-Yves David
outgoing: merge the code handling --graph with the main one
2021-04-11, by Pierre-Yves David
outgoing: move filtering logic in its own function
2021-04-13, by Pierre-Yves David
outgoing: make `recurse` a real function
2021-04-11, by Pierre-Yves David
outgoing: remove some early return
2021-04-11, by Pierre-Yves David
infinitepush: use the new function to determine push destination
2021-04-10, by Pierre-Yves David
urlutil: add a `get_pull_paths` to perform the pull destination logic
2021-04-13, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip