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.
rhg: Add support for --cwd
2021-03-05, by Simon Sapin
rhg: Align with Python on some more error messages
2021-03-04, by Simon Sapin
rhg: Add an allow-list of ignored extensions
2021-03-12, by Simon Sapin
rhg: Fall back to Python if unsupported extensions are enabled
2021-03-04, by Simon Sapin
rhg: Sort config files when adding a directory
2021-03-03, by Simon Sapin
rhg: Align config file parse error formatting with Python
2021-03-03, by Simon Sapin
rhg: Fall back to Python for bundle repositories
2021-03-03, by Simon Sapin
rhg: Fall back to Python on --repository with an URL
2021-03-03, by Simon Sapin
rhg: Print non-absolutized path in "repository {} not found" errors
2021-03-03, by Simon Sapin
rhg: Align "malformed --config" error message with Python
2021-03-03, by Simon Sapin
rhg: Fall back to Python on unsupported `rhg config <section>`
2021-03-03, by Simon Sapin
rhg: Fall back to Python for unsupported revset syntax
2021-03-02, by Simon Sapin
tests: Add `rhg` and `no-rhg` for #require and #if in .t files
2021-03-03, by Simon Sapin
tests: Enable rhg fallback to Python by default in tests
2021-03-02, by Simon Sapin
rhg: Add environment variables for fallback configuration
2021-03-12, by Simon Sapin
paths: add a `*` special path to define default sub option
2021-03-11, by Pierre-Yves David
ui: pass a `ui` object to `paths.getpath`
2021-03-11, by Pierre-Yves David
configitems: add TODOs blocking the move out of experimental for revlogv2
2021-03-15, by Raphaël Gomès
sidedata-exchange: rewrite sidedata on-the-fly whenever possible
2021-02-19, by Raphaël Gomès
revlog-index: add `replace_sidedata_info` method
2021-02-15, by Raphaël Gomès
revlogv2: temporarily forbid inline revlogs
2021-02-19, by Raphaël Gomès
changegroupv4: add sidedata helpers
2021-02-19, by Raphaël Gomès
revlog: add attribute on revlogs that specifies its kind
2021-03-10, by Raphaël Gomès
sidedata-exchange: add `wanted_sidedata` and `sidedata_computers` to repos
2021-02-19, by Raphaël Gomès
delta: add sidedata field to revision delta
2021-02-18, by Raphaël Gomès
changegroup: add v4 changegroup for revlog v2 exchange
2021-02-18, by Raphaël Gomès
revlogv2: don't assume that the sidedata of the last rev is right after data
2021-02-19, by Raphaël Gomès
sidedata: move to new sidedata storage in revlogv2
2021-01-18, by Raphaël Gomès
cext: add support for revlogv2
2021-01-20, by Raphaël Gomès
bitmanipulation: add utils to read/write bigendian 64bit integers
2021-01-18, by Raphaël Gomès
format: remove sidedata format variant
2021-03-04, by Raphaël Gomès
revlogv2: allow upgrading to v2
2021-01-20, by Raphaël Gomès
revlog: introduce v2 format
2021-01-28, by Raphaël Gomès
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
rebase: inline simple function for finding obsolete subset of commits
2021-02-12, by Martin von Zweigbergk
ci: hook network-io tests into the pipeline
2021-02-25, by Joerg Sonnenberger
merge: with stable
2021-03-12, by Augie Fackler
test: update expected output in test-http.t
2021-03-10, by Pierre-Yves David
remotefilelog: remove unused import
2021-03-10, by Pierre-Yves David
wireprotov1peer: don't raise internal errors in some cases
2021-02-25, by Valentin Gatien-Baron
sshpeer: don't fail forwarding output from closed connections
2021-02-25, by Valentin Gatien-Baron
test: show internal exception with batchable rpcs over ssh
2021-02-25, by Valentin Gatien-Baron
rhg: Ignore trailing newlines in .hg/sharedpath
2021-03-04, by Simon Sapin
tests: Add `--rhg` and `--with-rhg=<path>` options for `run-tests.py`
2021-03-02, by Simon Sapin
rhg: Add support for automatic fallback to Python
2021-03-01, by Simon Sapin
rhg: Add a `rhg.on-unsupported` configuration key
2021-03-01, by Simon Sapin
rhg: Make configuration available as early as possible in main()
2021-03-01, by Simon Sapin
rust: Upgrade Cargo.lock to the newer format
2021-03-02, by Simon Sapin
sshpeer: enable+fix warning about sshpeers not being closed explicitly
2021-02-15, by Valentin Gatien-Baron
sshpeer: add a develwarning if an sshpeer is not closed explicitly
2021-02-15, by Valentin Gatien-Baron
remotefilelog: rework workaround for sshpeer deadlocks
2021-02-15, by Valentin Gatien-Baron
sshpeer: add a method to check if a doublepipe is closed
2021-02-15, by Valentin Gatien-Baron
sshpeer: make sshpeer.close() close the underlying connection
2021-02-15, by Valentin Gatien-Baron
copies-rust: add a macro-based unit-testing framework
2021-01-11, by Simon Sapin
copies-rust: rewrite ChangedFiles binary parsing
2021-01-06, by Simon Sapin
tags: validate nodes in _getfnodes() and update cache in case of unknown nodes
2021-03-02, by Pulkit Goyal
debugtagscache: verify that filenode is correct
2021-02-15, by Pulkit Goyal
tests: demonstrate a case where a corrupt tag cache causes an abort
2020-12-24, by Matt Harbison
debugcommands: prevent using `is False`
2021-02-16, by Pulkit Goyal
hgtagsfnodes: refactor code to compute fnode into separate fn
2021-02-16, by Pulkit Goyal
error: remove shortening of node in error message
2021-02-10, by Pulkit Goyal
copies: filter out copies grafted from another branch
2021-03-04, by Martin von Zweigbergk
copies: inline _backwardrenames() in pathcopies()
2021-03-05, by Martin von Zweigbergk
copies: extract function _backwardcopies() for reversing renames
2021-03-05, by Martin von Zweigbergk
tests: demonstrate how grafted copies are counted when tracing across branches
2021-03-05, by Martin von Zweigbergk
typing: add some type annotations to mercurial/pathutil.py
2021-03-06, by Matt Harbison
typing: add some type annotations to mercurial/util.py
2021-03-06, by Matt Harbison
typing: add some type annotations to mercurial/phases.py
2021-03-06, by Matt Harbison
typing: add type annotations to the public methods of mercurial/subrepoutil.py
2021-03-06, by Matt Harbison
typing: add type annotations to mercurial/i18n.py
2021-03-06, by Matt Harbison
typing: add type annotations to mercurial/utils/dateutil.py
2021-03-06, by Matt Harbison
shelve: fix conversion of exceptions to strings flagged by pytype
2021-03-06, by Matt Harbison
releasenotes: use the right API to access the 'sections'
2021-03-06, by Pierre-Yves David
requirements: also add a fncache constant
2021-03-03, by Raphaël Gomès
requirements: also add a store constant
2021-03-03, by Raphaël Gomès
requirements: also add a dotencode constant
2021-03-03, by Raphaël Gomès
pure-parsers: document index class constants
2021-03-02, by Raphaël Gomès
copies: choose target directory based on longest match
2021-03-04, by Martin von Zweigbergk
exchange: stop advertising rev-branch-cache bundle capability
2021-03-04, by Joerg Sonnenberger
errors: use more specific errors in rebase extension
2021-01-29, by Martin von Zweigbergk
changelog: rename parameters to reflect semantics
2021-03-01, by Joerg Sonnenberger
rhg: Don’t attempt to read persistent nodemap without .hg/requires opt-in
2021-02-25, by Simon Sapin
debian: support a "chg-first" installation mechanism (hg is actually chg)
2021-02-04, by Kyle Lippincott
relnotes: document a number of node->revision type changes
2021-03-04, by Joerg Sonnenberger
requirements: also add a generaldelta constant
2021-03-03, by Raphaël Gomès
requirements: add constant for revlog v1 requirement
2021-03-03, by Raphaël Gomès
error: add `hint` attribute to `SidedataHashError`
2021-02-18, by Raphaël Gomès
changegroup: use the local variable instead of reaching through self
2021-02-19, by Raphaël Gomès
config: use level to properly deal with value priority
2021-01-29, by Pierre-Yves David
config: track the "level" of a value
2021-01-29, by Pierre-Yves David
config: track "source" along side value
2021-01-29, by Pierre-Yves David
config: use a new `alter` method in `fixconfig`
2021-01-30, by Pierre-Yves David
copies-rust: remove an unnecessary format!() inside assert!()
2021-03-01, by Martin von Zweigbergk
copies: tests and fix parallel computation of changed file information
2021-03-01, by Pierre-Yves David
config: test priority involving alias and cli
2021-01-29, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip