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.
sslutil: don't set minimum TLS version to 1.0 if 1.2 but not 1.1 is available
2020-05-31, by Manuel Jacob
sslutil: add FIXME about supportedprotocols possibly containing too many items
2020-05-31, by Manuel Jacob
sslutil: fix names of variables containing minimum protocol strings
2020-05-31, by Manuel Jacob
sslutil: stop returning argument as third return value of protocolsettings()
2020-05-31, by Manuel Jacob
relnotes: note that we now require modern SSL/TLS features in Python
2020-05-30, by Manuel Jacob
tests: stop checking for optional, now impossible output
2020-05-30, by Manuel Jacob
rust: remove one more occurrence of re2
2020-05-30, by Valentin Gatien-Baron
scmutil: clarify getuipathfn comment
2020-05-26, by Valentin Gatien-Baron
githelp: add some minimal help for pickaxe functionality
2020-05-28, by Augie Fackler
rust: remove duplicate import
2020-04-17, by Raphaël Gomès
tests: remove "sslcontext" check
2020-05-30, by Manuel Jacob
sslutil: eliminate `_canloaddefaultcerts` by constant-folding code using it
2020-05-30, by Manuel Jacob
tests: remove "defaultcacerts" check
2020-05-30, by Manuel Jacob
sslutil: eliminate `modernssl` by constant-folding code using it
2020-05-29, by Manuel Jacob
hgweb: avoid using `sslutil.modernssl`
2020-05-30, by Manuel Jacob
sslutil: remove comments referring to removed SSLContext emulation class
2020-05-29, by Manuel Jacob
sslutil: remove code checking for presence of ssl.SSLContext
2020-05-29, by Manuel Jacob
setup: require a Python version with modern SSL features
2020-05-29, by Manuel Jacob
sslutil: set `_canloaddefaultcerts` to `True` if `ssl.SSLContext` is present
2020-05-30, by Manuel Jacob
filemerge: add __bytes__ for absentfilectx
2020-05-28, by Augie Fackler
mergestate: move staticmethod _filectxorabsent to module level
2020-05-28, by Augie Fackler
rust: remove support for `re2`
2020-05-29, by Raphaël Gomès
rust-dependencies: update `regex` to 1.3.9
2020-05-29, by Raphaël Gomès
cleanup: remove compatibility code for Python < 2.7.4
2020-05-29, by Manuel Jacob
cleanup: eliminate procutil.quotecommand()
2020-05-29, by Manuel Jacob
cleanup: remove compatibility code for Python < 2.7.1
2020-05-29, by Manuel Jacob
grep: reduce the cost of pathauditor checks when grepping working copy
2020-05-25, by Valentin Gatien-Baron
grep: test that paths get audited
2020-05-25, by Valentin Gatien-Baron
grep: add test coverage of behavior on symlinks
2020-05-25, by Valentin Gatien-Baron
help: fix description of revlog version 2
2020-05-22, by Aay Jay Chan
files: speed up `hg files` when no flags change display
2020-05-26, by Valentin Gatien-Baron
sshpeer: make client print (likely) server errors on stderr (BC)
2020-05-25, by Valentin Gatien-Baron
sshpeer: add test showing that -q silences remote errors
2020-05-25, by Valentin Gatien-Baron
scmutil: speed up relativization of paths when it's a no-op
2020-05-26, by Valentin Gatien-Baron
context: implement mergestate() method
2020-05-18, by Augie Fackler
mergestate: split out merge state handling code from main merge module
2020-05-18, by Augie Fackler
tests: add coverage for repo.changelog.children() in the git extension
2020-05-18, by Augie Fackler
tests: add coverage for repo.changelog.findmissing() in test-git-interop.t
2020-05-18, by Augie Fackler
relnotes: add API change note per request in D8502
2020-05-18, by Augie Fackler
merge with stable
2020-05-26, by Martin von Zweigbergk
grep: grep the working copy faster
2020-05-17, by Valentin Gatien-Baron
grep: stop computing information for --diff when unnecessary
2020-05-17, by Valentin Gatien-Baron
grep: don't go in an infinite loop when given empty regex
2020-05-17, by Valentin Gatien-Baron
grep: improve test coverage
2020-05-17, by Valentin Gatien-Baron
phabricator: avoid passing None to pycompat.fsdecode
2020-02-27, by Steve Fink
setup: stop asking cargo to spam
2020-05-17, by Valentin Gatien-Baron
git: implement some changelog methods
2020-05-11, by Romain DEP.
git: avoid looking-up parents for the null commit
2020-05-11, by Romain DEP.
git: fix probable missing return
2020-05-11, by Romain DEP.
rust: fix warning about unnecessary mut
2020-05-17, by Valentin Gatien-Baron
upgrade: support upgrade and downgrade from persistent nodemap
2020-04-14, by Pierre-Yves David
status: also support for `traversedir` callback in the Rust fast-path
2020-05-12, by Raphaël Gomès
rust-hg-cpython: update status bridge with the new `traversedir` support
2020-05-12, by Raphaël Gomès
rust-status: collect traversed directories if required
2020-05-12, by Raphaël Gomès
rust-status: don't dispatch unknown file when traversing if not listing unknowns
2020-05-12, by Raphaël Gomès
status: update comment to reflect the more recent situation
2020-05-12, by Raphaël Gomès
hooks: provide access to transaction changes for internal hooks
2020-05-01, by Joerg Sonnenberger
rust-regex: add test for verbatim regex syntax
2020-05-07, by Raphaël Gomès
rust-regex: prevent nonsensical `.*.*` pattern from happening
2020-05-07, by Raphaël Gomès
rust-regex: fix issues with regex anchoring and performance
2020-05-07, by Raphaël Gomès
diff: avoid going from contexts to nodes and back
2020-05-07, by Augie Fackler
cleanup: avoid extra node/ctx conversions in logcmdutil.diffordiffstat
2020-05-07, by Augie Fackler
pyoxidizer: formatting bazel definitions
2020-05-12, by Rodrigo Damazio Bovendorp
revisions: parse "x123" as "nodeid starting with 123" without prefixhexnode
2020-05-11, by Martin von Zweigbergk
status: use cmdutil.check_at_most_one_arg() for checking --rev/--change
2020-05-08, by Martin von Zweigbergk
diff: use cmdutil.check_at_most_one_arg() for checking --rev/--change
2020-05-08, by Martin von Zweigbergk
copy: give better error message when no source paths found with --at-rev
2020-05-06, by Martin von Zweigbergk
tests: show poor error message for `hg cp -A --at-rev . non-existent dst`
2020-05-06, by Martin von Zweigbergk
copy: to find copy source, walk parent of revision we're marking copies in
2020-05-06, by Martin von Zweigbergk
tests: show that `hg cp -A --at-rev .` doesn't work for renames
2020-05-06, by Martin von Zweigbergk
rust-matchers: add TODO about incomplete `Display` for `IncludeMatcher`
2020-05-06, by Raphaël Gomès
rust-filepatterns: match exact `rootglob`s with a `HashSet`, not in the regex
2020-05-06, by Raphaël Gomès
dirstate: force _checkexec to return a bool
2020-04-15, by Mitchell Plamann
locking: wait for locks in `hg cp` and `hg mv`
2020-04-21, by Kyle Lippincott
nodemap: teach `hg debugformat` about the persistent nodemap option
2020-04-14, by Pierre-Yves David
upgrade: support the --quiet flag
2020-04-15, by Pierre-Yves David
upgrade: clearly list optimisations
2020-04-15, by Pierre-Yves David
nodemap: move the mode option to storage.revlog.nodemap.mode
2020-04-14, by Pierre-Yves David
nodemap: move the option for mmap usage to storage.revlog.nodemap.mmap
2020-04-14, by Pierre-Yves David
nodemap: move and update the commend about persistence being experimental
2020-04-14, by Pierre-Yves David
nodemap: move the main switch to the `format` section
2020-04-14, by Pierre-Yves David
nodemap: drop the 'exp-' prefix for internal opener option
2020-04-14, by Pierre-Yves David
nodemap: gate the feature behind a new requirement
2020-04-14, by Pierre-Yves David
nodemap: move on disk file to version 1
2020-04-14, by Pierre-Yves David
nodemap: add a new mode value, "strict"
2020-04-14, by Pierre-Yves David
nodemap: add a new mode option, with an optional "warn" value
2020-04-14, by Pierre-Yves David
nodemap: also warm manifest nodemap with other caches
2020-04-05, by Pierre-Yves David
nodemap: also use persistent nodemap for manifest
2020-04-05, by Pierre-Yves David
nodemap: create files in the repository used in the test
2020-04-05, by Pierre-Yves David
rust-matchers: add timing tracing to regex compilation
2020-05-07, by Raphaël Gomès
merge with stable
2020-05-04, by Augie Fackler
merge with stable
2020-05-01, by Martin von Zweigbergk
copies: fix the changeset based algorithm regarding merge
2020-03-05, by Pierre-Yves David
merge with stable
2020-04-24, by Augie Fackler
rust-chg: clean up excessive indents
2020-04-11, by Yuya Nishihara
rust-chg: do not terminate tokio runtime until pager exits
2020-04-11, by Yuya Nishihara
rust-chg: modernize entry function
2020-04-11, by Yuya Nishihara
rust-chg: reimplement locator by using async/await and tokio-0.2
2020-04-11, by Yuya Nishihara
rust-chg: reimplement ChgClientExt as ChgClient wrapper
2020-04-10, by Yuya Nishihara
rust-chg: reimplement run_command operation as async function
2020-04-10, by Yuya Nishihara
rust-chg: reimplement uihandler by using async-trait and tokio-0.2
2020-04-10, by Yuya Nishihara
rust-chg: have attach_io() simply take reference of AsRawFd object
2020-04-10, by Yuya Nishihara
rust-chg: reimplement attach_io operation as async function
2020-04-10, by Yuya Nishihara
rust-chg: upgrade to futures-0.3 based libraries
2020-04-10, by Yuya Nishihara
rust-chg: exclude futures-dependent modules from build and break things
2020-04-10, by Yuya Nishihara
commit: tell user what to do with .hg/last-message.txt
2020-04-20, by Martin von Zweigbergk
test-check-rust-format: specify --edition=2018
2020-04-17, by Yuya Nishihara
convert: use bytes for value in extra dict
stable
2020-07-14, by Manuel Jacob
archival: abort if compression method is unavailable
stable
2020-07-08, by Manuel Jacob
demandimport: ignore `lzma` module for demandimport
stable
2020-07-08, by Manuel Jacob
py3: fix crash when server address is 0.0.0.0 (issue6362)
stable
2020-07-03, by Manuel Jacob
run-tests: find python binary on Python 3 (issue6361)
stable
2020-07-01, by Axel Hecht
tests: ignore possible diagnostics from gpg 2.2
stable
2020-06-29, by Joerg Sonnenberger
Added signature for changeset 0ea9c86fac89
stable
2020-07-01, by Pulkit Goyal
Added tag 5.4.2 for changeset 0ea9c86fac89
stable
2020-07-01, by Pulkit Goyal
convert: handle percent-encoded bytes in file URLs like Subversion
stable
5.4.2
2020-06-30, by Manuel Jacob
convert: add docstring on convert.subversion.geturl()
stable
2020-06-30, by Manuel Jacob
tests: use path inside test dir
stable
2020-06-30, by Manuel Jacob
convert: convert URLs to UTF-8 for Subversion
stable
2020-06-30, by Manuel Jacob
convert: correctly convert paths to UTF-8 for Subversion
stable
2020-06-29, by Manuel Jacob
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip