Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+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.
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
config: test priority involving alias and include
2021-01-29, by Pierre-Yves David
config: test priority involving alias
2021-01-29, by Pierre-Yves David
rhg: Check .hg/requires for absence of required features
2021-02-25, by Simon Sapin
rhg: Bug fix: with share-safe, always read store requirements
2021-02-25, by Simon Sapin
copies-rust: pass closures and iterators instead of `&ChangedFiles`
2021-01-11, by Simon Sapin
copies-rust: pass `PathToken` around by value
2021-01-08, by Simon Sapin
tests: correct a commit description in test-copies-chain-merge.t
2021-02-24, by Martin von Zweigbergk
fuzz: if the caller of our makefile sets CC and CXX, trust them
2021-02-24, by Augie Fackler
rhg: Use clap’s support for global CLI arguments
2021-02-26, by Simon Sapin
revlog: add a mechanism to verify expected file position before appending
2021-02-03, by Kyle Lippincott
narrow: remove assertion about working copy being clean
2021-02-23, by Martin von Zweigbergk
tests: demonstrate assertion error when modifying working copy while narrowing
2021-02-23, by Martin von Zweigbergk
ci: test real dependency installation for pip
2021-02-04, by Joerg Sonnenberger
rust: Add some unit tests for parse_byte_size in config
2021-02-17, by Simon Sapin
rust: Move config value parsing functions to a new module
2021-02-17, by Simon Sapin
rhg: Add support for the blackbox extension
2021-02-16, by Simon Sapin
blackbox: Remove misleading quotes in config example
2021-02-17, by Simon Sapin
rust: Add a log file rotation utility
2021-02-11, by Simon Sapin
rust: Add a `ConfigValueParseError` variant to common errors
2021-02-16, by Simon Sapin
rust: Add config parsing support for more value types
2021-02-16, by Simon Sapin
rust: Introduce a get_bytes_from_os_str utility function
2021-02-17, by Simon Sapin
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
tip