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.
relnotes: document better memory use for unbundle
2020-12-01, by Joerg Sonnenberger
upgrade: add an explicite --filelogs arguments
2020-11-30, by Pierre-Yves David
rhg: add a test for --rev with a hex changeset ID
2020-11-30, by Simon Sapin
upgrade: move optimisation to something more declarative
2020-12-01, by Pierre-Yves David
upgrade: capitalize the `deficiency` constant
2020-11-30, by Pierre-Yves David
upgrade: capitalize the `deficiency` constant
2020-11-30, by Pierre-Yves David
tests: set old git default branch name for compatibility
2020-11-30, by Martin von Zweigbergk
heptapod-ci: automatically refresh existing phabricator Diff on push
2020-11-28, by Pierre-Yves David
contrib: add a small script to refresh all diff in the current stack
2020-11-28, by Pierre-Yves David
tests: conditionalize return code on chg in test-config.t
2020-11-30, by Pulkit Goyal
tests: update test-chg.t with output change
2020-11-27, by Pulkit Goyal
rust-format: pin the formatted to a specific nightly version
2020-11-23, by Pierre-Yves David
copies: clarify the return of _merge_copies_dict
2020-11-20, by Pierre-Yves David
copies: avoid unwanted side effect from one branch to another
2020-11-20, by Pierre-Yves David
rhg: use `format_bytes!` for error messages
2020-11-26, by Raphaël Gomès
packaging: don't use plain 'python' if another python has been specified
2020-11-30, by Mathias De Mare
packaging: add pygit2 to the py3 Windows installers
2020-11-26, by Matt Harbison
upgrade: directly use the upgrade action constant
2020-11-30, by Pierre-Yves David
upgrade: rename UPGRADE_FILELOG to UPGRADE_FILELOGS
2020-11-30, by Pierre-Yves David
bisect: add `-G` to an `hg log` command in a test
2020-11-23, by Simon Sapin
bisect: refactor to work on a list of revspecs
2020-11-23, by Simon Sapin
copies: simplify the call to _merge_copies_dict
2020-11-20, by Pierre-Yves David
copies: fast path no-op merge
2020-11-20, by Pierre-Yves David
copies-rust: encapsulate internal sets on `changes`
2020-10-05, by Pierre-Yves David
copies-rust: pre-indent some code to clarify the next patch
2020-10-30, by Pierre-Yves David
copies-rust: combine the iteration over remove and copies into one
2020-10-05, by Pierre-Yves David
copies-rust: move is_ancestor caching within the rust code
2020-10-02, by Pierre-Yves David
copies-rust: leverage the immutability for efficient update
2020-04-21, by Pierre-Yves David
phabricator: use the `http.timeout` config for conduit call
2020-11-29, by Pierre-Yves David
phabricator: introduce a `phabricator.retry` option
2020-11-28, by Pierre-Yves David
packaging: drop Disco (19.04) and add Focal (20.04)
2020-11-24, by Matt Harbison
make: drop Trusty and Artful targets
2020-11-24, by Matt Harbison
packaging: add `HG_DOCKER_OWN_USER` to `dockerdeb` like exists in `dockerrpm`
2020-11-24, by Matt Harbison
heptapod-ci: do not publish changeset when doing the local clone
2020-11-29, by Pierre-Yves David
copies-rust: pre-indent some code to clarify the next changeset
2020-11-02, by Pierre-Yves David
copies-rust: use immutable "OrdMap" to store copies information
2020-04-21, by Pierre-Yves David
copies: use the rust code for `combine_changeset_copies`
2020-10-01, by Pierre-Yves David
tests: simplify and extend pull-bundle test using debugbuilddag
2019-09-18, by Joerg Sonnenberger
helptext: document the mechanism for extensions to report a version
2020-11-28, by Matt Harbison
heptapod-ci: add a explicite "test" phases
2020-11-28, by Pierre-Yves David
test: fix some expect output in a traceback
2020-11-28, by Pierre-Yves David
help: fix a grammar/typo in hg help dates
2020-11-28, by Sushil khanchi
rust: fix non-utf8 char in requirements.rs
2020-11-28, by Pierre-Yves David
run-tests: use a context manager when looking for available ports
2020-11-29, by Matt Harbison
dispatch: print the version of each extension in the bug report, if available
2020-11-27, by Matt Harbison
dispatch: sort the loaded extension names in the bug report
2020-11-27, by Matt Harbison
dispatch: quote the extension when printing the bug report
2020-11-27, by Matt Harbison
dispatch: print the version of the extension being blamed in a bug report
2020-11-27, by Matt Harbison
git: show the version of `pygit2` with verbose version output
2020-11-26, by Matt Harbison
git: add the standard `testedwith` attribute
2020-11-27, by Matt Harbison
tests: add a comment that we're purposely testing py2 extension attributes
2020-11-27, by Matt Harbison
extensions: avoid a crash when the version isn't properly byteified on py3
2020-11-27, by Matt Harbison
formatting: drop a few extra double quotes in docstrings
2020-11-27, by Matt Harbison
copies: introduce the hg-cpython wrapper for `combine_changeset_copies`
2020-10-01, by Pierre-Yves David
copies: introduce a basic Rust function for `combine_changeset_copies`
2020-10-01, by Pierre-Yves David
hghave: adjust the detection of `pylint` for modern versions
2020-11-27, by Matt Harbison
formating: upgrade to black 20.8b1
2020-11-27, by Augie Fackler
osutil: reformat triple-quoted string so black doesn't confuse itself
2020-11-27, by Augie Fackler
merge: remove spurious ' and trailing whitespace from triple-quoted string
2020-11-27, by Augie Fackler
cleanup: fix a few recent black formatting violations
2020-11-27, by Matt Harbison
rhg: check that .hg/requires is ASCII
2020-11-25, by Simon Sapin
rhg: exit with relevant code for unsupported requirements
2020-11-24, by Simon Sapin
revlog: store new index entries as binary
2020-10-06, by Joerg Sonnenberger
packaging: enable rust extensions on centos
2020-11-11, by Mathias De Mare
tests: use `testrepohg` in one more place in test-check-code.t
2020-11-21, by Matt Harbison
setup: copy pythonXY.dll next to the hg.exe wrapper when building
2020-11-21, by Matt Harbison
exthelper: update the examples to be python3 complaint
2020-11-22, by Matt Harbison
helptext: byteify extensions examples
2020-11-22, by Matt Harbison
helptext: fix sentence in extensions documentation
2020-11-22, by Matt Harbison
ui: ensure `getpass()` returns bytes
2020-11-23, by Matt Harbison
packaging: regenerate the Windows requirements manifest on Windows
2020-11-26, by Matt Harbison
pyoxidizer: point to the py3 requirements instead of py2 on Windows
2020-11-26, by Matt Harbison
git: update test for hg and git output changes
2020-11-25, by Augie Fackler
gitlog: add tiprev() function
2020-11-25, by Augie Fackler
requirements: move loading to hg-core and add parsing
2020-11-24, by Simon Sapin
rhg: add a `debugrequirements` subcommand
2020-11-24, by Simon Sapin
pyoxidizer: make sure defaultrc directory exists before trying to write to it
2020-11-25, by Augie Fackler
commands: fix checking of share safe requirement on `config --shared`
2020-11-21, by Pulkit Goyal
dispatch: pass root path in ui.readconfig() as root of main repo
2020-11-20, by Pulkit Goyal
scmutil: try-delete `.hg/store/requires` if store requirements are empty
2020-10-16, by Pulkit Goyal
errors: raise InputError on bad top-level flags
2020-11-23, by Martin von Zweigbergk
errors: raise StateError on uncommitted changes when merge starts
2020-11-23, by Martin von Zweigbergk
errors: raise StateError when there are unresolves merge conflicts
2020-11-23, by Martin von Zweigbergk
errors: introduce SecurityError and use it in a few places
2020-11-23, by Martin von Zweigbergk
errors: raise InputError when too few arguments given to alias
2020-11-23, by Martin von Zweigbergk
errors: raise InputError on bad bookmark argument
2020-11-17, by Martin von Zweigbergk
errors: raise ConfigError on bad alias definition
2020-11-23, by Martin von Zweigbergk
errors: raise InputError on bad repo arguments
2020-11-23, by Martin von Zweigbergk
errors: drop trailing "!" for some errors about bookmarks
2020-11-23, by Martin von Zweigbergk
errors: remove trailing "!" in messages about bad top-level args
2020-11-23, by Martin von Zweigbergk
errors: remove trailing "!" in messages about creating new heads on push
2020-11-23, by Martin von Zweigbergk
errors: consistently don't use trailing "!" in "not found in manifest" message
2020-11-23, by Martin von Zweigbergk
errors: remove trailing "!" from some error messages for consistency
2020-11-23, by Martin von Zweigbergk
bisect: use tuple literal instead of split on string literal
2020-11-23, by Simon Sapin
hgignore: add VS Code config
2020-11-23, by Simon Sapin
tests: make test-worker.t pass on py2
2020-11-23, by Martin von Zweigbergk
tests: update test-https.t's #no-defaultcacertsloaded block with new exit code
2020-11-23, by Martin von Zweigbergk
chg: fix test-check-clang-format.t failure
2020-11-22, by Pulkit Goyal
log: add bookmark option to "hg log"
2020-11-17, by Sebastien Boisvert
extensions: gracefully warn when doing min version check with no local version
2020-11-21, by Matt Harbison
make: switch the PYTHON default to `py.exe -3` on Windows
2020-11-21, by Matt Harbison
heptapod-ci: hosting base image on registry.heptapod.net
2020-11-20, by Georges Racinet
context: small update to ctx.status doc
2020-11-20, by Pierre-Yves David
errors: use exit code 10 for parse errors
2020-11-16, by Martin von Zweigbergk
errors: raise ConfigError on failure to parse config file
2020-11-20, by Martin von Zweigbergk
histedit: don't crash if commit message is empty
2020-11-16, by Martin von Zweigbergk
copies: cache the ancestor checking call when tracing copy
2020-11-02, by Pierre-Yves David
errors: remove ParseError.args
2020-11-20, by Martin von Zweigbergk
errors: let ParseError use Abort.__bytes__
2020-11-20, by Martin von Zweigbergk
config: clean up message about ignored untrusted config
2020-11-20, by Martin von Zweigbergk
tests: use new ParseError.format() in test-trusted.py
2020-11-20, by Martin von Zweigbergk
errors: make ParseError a subtype of Abort
2020-11-19, by Martin von Zweigbergk
tests: make doctests not depend on str(ParseError()) format
2020-11-20, by Martin von Zweigbergk
errors: format "abort: " text in a new Abort.format() method
2020-11-20, by Martin von Zweigbergk
errors: make formatparse() an instance method on ParseError
2020-11-20, by Martin von Zweigbergk
errors: create "similarity hint" for UnknownIdentifier eagerly in constructor
2020-11-19, by Martin von Zweigbergk
errors: move similarity_hint() to error module
2020-11-19, by Martin von Zweigbergk
errors: morph reportsimilar() into similarity_hint()
2020-11-19, by Martin von Zweigbergk
errors: restructure formatparse() to clarify conditions a bit
2020-11-19, by Martin von Zweigbergk
pyoxidizer: run buildifier
2020-11-19, by Augie Fackler
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip