Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
rhg: replace `map_*_error` functions with `From` impls
2021-01-26, by Simon Sapin
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
2021-01-26, by Simon Sapin
rust: remove `FooError` structs with only `kind: FooErrorKind` enum field
2021-01-26, by Simon Sapin
rhg: centralize parsing of `--rev` CLI arguments
2021-01-26, by Simon Sapin
rust: Remove hex parsing from the nodemap
2021-01-25, by Simon Sapin
rust: Make NodePrefix allocation-free and Copy, remove NodePrefixRef
2021-01-25, by Simon Sapin
churn: count lines that look like diff headers but are not
2021-01-30, by Aay Jay Chan
rust: Exclude empty node prefixes
2021-01-25, by Simon Sapin
rust: Simplify error type for reading hex node IDs
2021-01-25, by Simon Sapin
rust: replace Node::encode_hex with std::fmt::LowerHex
2021-01-25, by Simon Sapin
rhg: Build in release mode on CI
2021-01-29, by Simon Sapin
config: use the right API to access git-submodule
2021-01-30, by Pierre-Yves David
config: use the right API to access template access
2021-01-29, by Pierre-Yves David
config: use the right API to access subrepository section
2021-01-29, by Pierre-Yves David
config: test priority involving the command line
2021-01-29, by Pierre-Yves David
config: test priority involving include
2021-01-29, by Pierre-Yves David
config: add a test for priority when includes are involved
2021-01-29, by Pierre-Yves David
errors: use InputError for incorrectly formatted dates
2021-01-29, by Martin von Zweigbergk
errors: use StateError more in merge module
2021-01-29, by Martin von Zweigbergk
errors: use exit code 40 for when a hook fails
2021-01-29, by Martin von Zweigbergk
context: add missing manifest invalidation after write in overlayworkingctx
2021-01-29, by Augie Fackler
merge with stable
2021-01-29, by Pulkit Goyal
copies: fix an incorrect comment in graftcopies() from recent D9802
2021-01-28, by Martin von Zweigbergk
narrow: delete a stale TODO about not sending groups the client already has
2021-01-27, by Martin von Zweigbergk
copies: add an devel option to trace all files
2021-01-16, by Pierre-Yves David
revlog: prepare pure parser for being overloaded
2021-01-28, by Raphaël Gomès
revlog: use a less probable revlog version for backwards compatibility
2021-01-28, by Raphaël Gomès
clang-format: show required version in skip message
2021-01-27, by Pierre-Yves David
heptapod-ci: indicate which version of clang-format is used for the run
2021-01-27, by Pierre-Yves David
black: show required version in skip message
2021-01-27, by Pierre-Yves David
heptapod-ci: indicate which version of black is used for the run
2021-01-27, by Pierre-Yves David
heptapod-ci: add a default value for HG_CI_IMAGE_TAG
2021-01-27, by Pierre-Yves David
convert: option to set date and time for svn commits
2021-01-12, by Nikita Slyusarev
copies: simplify the conditional for _filter's case 3
2021-01-15, by Pierre-Yves David
copies: clarify which case some conditional are handling
2021-01-15, by Pierre-Yves David
copies: explicitly filter out existing file in graftcopies
2021-01-16, by Pierre-Yves David
histedit: rip out mysterious catch-all ignore curses.error handler
2021-01-22, by Augie Fackler
histedit: notice when the main window underflows height and abort
2021-01-22, by Augie Fackler
histedit: don't assign to _ for unused values
2021-01-22, by Augie Fackler
hghave: list the module needed for the `vcr` check
2021-01-26, by Matt Harbison
debugshell: add a simple command for starting an interactive shell
2021-01-26, by Joerg Sonnenberger
rust: replace an unsafe use of transmute with a safe use of bytes-cast
2021-01-25, by Simon Sapin
rust: use the bytes-cast crate to parse persistent nodemaps
2021-01-15, by Simon Sapin
cext: restore the ability to build on Windows with py2
2021-01-25, by Matt Harbison
command-namespace: use `::` are the command separator
2021-01-25, by Pierre-Yves David
perf: test the formatting of a command help
2021-01-25, by Pierre-Yves David
help: escape ':' (as '\:') when generating command names
2021-01-25, by Pierre-Yves David
minirst: respect escaping in definition list key
2021-01-25, by Pierre-Yves David
run-test: avoid byte issue when replacing output file of python test
2021-01-26, by Pierre-Yves David
store: use `endswith` to detect revlog extension
2021-01-25, by Pierre-Yves David
black: merge config into main pyproject.toml now that we have it
2020-12-01, by Augie Fackler
pyproject: add config file
2020-12-01, by Augie Fackler
upgrade: update only requirements if we can
2021-01-14, by Pulkit Goyal
engine: add `if True` to prepare for next patch
2021-01-14, by Pulkit Goyal
test: unquiet few tests to demonstrate changes in upcoming patches
2021-01-14, by Pulkit Goyal
upgrade: mark sharesafe improvement as only touching requirements
2021-01-14, by Pulkit Goyal
actions: calculate what all parts does the operation touches
2020-12-14, by Pulkit Goyal
upgrade: don't create store backup if `--no-backup` is passed
2021-01-14, by Pulkit Goyal
cext: add Python 3.10 support
2020-12-14, by Victor Stinner
revlog: decouple caching from addrevision callback for addgroup
2021-01-20, by Joerg Sonnenberger
branchmap: update rev-branch-cache incrementally
2021-01-15, by Joerg Sonnenberger
repository: introduce register_changeset callback
2021-01-19, by Joerg Sonnenberger
changelog: move branchinfo to changelogrevision
2021-01-15, by Joerg Sonnenberger
rust: lower compile error on non-linux platforms to a warning
2021-01-22, by Dan Villiom Podlaski Christiansen
purge: move extension into core mercurial
2021-01-18, by Valentin Gatien-Baron
purge: also deal with directory with --confirm
2021-01-18, by Pierre-Yves David
purge: add a --confirm option
2021-01-18, by Pierre-Yves David
filemerge: add a hacktastic version of internal:merge3 for merge diffs
2020-05-11, by Augie Fackler
rebase: add a config knob for forcing in-memory rebasing
2020-05-28, by Augie Fackler
cleanup: use mergestate.unresolvedcount() instead of bool(list(unresolved()))
2020-05-18, by Augie Fackler
reverse-branch-cache: switch to doubling allocating scheme
2021-01-15, by Joerg Sonnenberger
discovery: add config options to control sample size
2021-01-17, by Pierre-Yves David
exchangev2: avoid second look-up by node
2021-01-19, by Joerg Sonnenberger
commit: look-up new revision once
2021-01-19, by Joerg Sonnenberger
resolve: also detect new :mergediff conflict markers
2021-01-19, by Martin von Zweigbergk
simplemerge: delete unused find_unconflicted()
2021-01-18, by Martin von Zweigbergk
perf: use the `perf--` prefix for perf command
2020-12-04, by Pierre-Yves David
merge with stable
2021-01-19, by Augie Fackler
share: move share safe functionality out of experimental
2021-01-18, by Pulkit Goyal
share: rename share-safe warning config
2021-01-15, by Pulkit Goyal
share: rework config options to be much clearer and easier
2021-01-18, by Pulkit Goyal
typing: disable processing of mercurial/upgrade_utils/actions.py
stable
2021-03-25, by Matt Harbison
re2: feed unicode string to re2 module when necessary
stable
2021-03-26, by Pierre-Yves David
typing: rewrite a conditional assignment to unconfuse pytype
stable
2021-03-13, by Matt Harbison
typing: add assertions to localrepo.py to appease pytype
stable
2021-03-13, by Matt Harbison
obsutil: maintain a homogenous list when computing successors
stable
2021-03-12, by Matt Harbison
typing: add an assertion to verify.py to appease pytype
stable
2021-03-12, by Matt Harbison
typing: add an assertion to mercurial/hgweb/webcommands.py to help pytype
stable
2021-03-12, by Matt Harbison
crecord: null out the curses attribute with `None` on failure to import
stable
2021-03-12, by Matt Harbison
typing: fix directives mangled by black
stable
2021-03-13, by Matt Harbison
typing: disable module attribute warnings for properly conditionalized code
stable
2021-03-13, by Matt Harbison
typing: disable import error warnings that are already handled
stable
2021-03-13, by Matt Harbison
typing: disable a few errors when accessing Windows specific attributes
stable
2021-03-12, by Matt Harbison
typing: disable a few errors calling py3.7+ functions in resourceutil.py
stable
2021-03-12, by Matt Harbison
formatting: fix redundant parentheses
stable
2021-03-17, by Raphaël Gomès
wsgicgi: switch the default PATH_INFO back to str
stable
2021-03-12, by Matt Harbison
crecord: convert an instance of bytes to str
stable
2021-03-12, by Matt Harbison
crecord: change str literals to byte literals
stable
2021-03-12, by Matt Harbison
bisect: replace a missing method on the list primitive
stable
2021-03-12, by Matt Harbison
typing: disable a module-attr warning in the worker module's py2 code
stable
2021-03-11, by Matt Harbison
wireprotoserver: convert ErrorResponse to bytes
stable
2021-03-11, by Matt Harbison
verify: convert an exception to bytes before logging
stable
2021-03-11, by Matt Harbison
typing: add an assertion to the upgrade engine to help pytype
stable
2021-03-11, by Matt Harbison
subrepo: handle unexpected file types from git gracefully
stable
2021-03-11, by Matt Harbison
patch: convert a UI message to bytes when editing a patch
stable
2021-03-11, by Matt Harbison
merge: force an exception message to bytes before printing as a warning
stable
2021-03-11, by Matt Harbison
hg: convert an exception to bytes in the repo creation exception handler
stable
2021-03-11, by Matt Harbison
typing: add an assertion instead of blacklisting mercurial/extensions.py
stable
2021-03-11, by Matt Harbison
debug: convert a few exceptions to bytes before wrapping in another error
stable
2021-03-11, by Matt Harbison
grep: convert an exception to bytes for a warning message
stable
2021-03-11, by Matt Harbison
morestatus: convert a UI message about merge conflicts to bytes
stable
2021-03-11, by Matt Harbison
changegroup: convert a warning message to bytes
stable
2021-03-11, by Matt Harbison
branchmap: force Exception to bytes before logging
stable
2021-03-11, by Matt Harbison
nodemap: convert error message to bytes
stable
2021-03-11, by Matt Harbison
mail: convert SMTPException to bytes before passing to error.Abort()
stable
2021-03-11, by Matt Harbison
typing: switch an argument type to the generic form
stable
2021-03-11, by Matt Harbison
typing: ensure that error.Abort is given bytes
stable
2021-03-11, by Matt Harbison
typing: fix a suppression directive that was mangled by black formatting
stable
2021-03-11, by Matt Harbison
commit: reorder if-else conditional to give mergestate info priority
stable
2021-03-04, by Pulkit Goyal
enclink: check contents of symlinks not just size in case of fcrypt
stable
2021-03-10, by Corey Schuhen
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip