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.
packaging: process Inno Setup files with Jinja2
2019-10-23, by Gregory Szorc
packaging: install and run Inno files in a build directory
2019-10-23, by Gregory Szorc
packaging: consolidate CLI functionality into packaging.py
2019-10-23, by Gregory Szorc
packaging: clean up excess packages for Inno
2019-10-23, by Gregory Szorc
unshelve: correct help string; unshelve does not accept file list
2019-11-08, by Kyle Lippincott
repoview: use class literal for creating filteredchangelog
2019-11-08, by Martin von Zweigbergk
vagrant: update vagrant image to buster from jessie
2019-11-07, by Augie Fackler
packaging: remove references to debian jessie
2019-11-07, by Augie Fackler
sqlitestore: remove superfluous r-prefixes on strings
2019-11-07, by Augie Fackler
cleanup: remove pointless r-prefixes on single-quoted strings
2019-11-08, by Augie Fackler
rust-threads: force Rayon to respect the worker count in config
2019-11-10, by Raphaël Gomès
phabricator: use context manager form of progress in uploadchunks
2019-10-18, by Ian Moody
cleanup: remove pointless r-prefixes on double-quoted strings
2019-11-07, by Augie Fackler
formatting: remove another data-ogre from the config example
2019-11-07, by Martin von Zweigbergk
fix: replace str() by b'%d' for formatting integer
2019-11-07, by Martin von Zweigbergk
zeroconf: improve the extension's documentation
2009-01-08, by Vernon Tang
branchmap: pytype is confused about bytestr
2019-11-06, by Augie Fackler
mail: suppress a pytype error that's just experimentally wrong
2019-11-06, by Augie Fackler
dagparser: suppress some pytype errors around pycompat.bytestring
2019-11-06, by Augie Fackler
encoding: add comment-based type hints for pytype
2019-11-06, by Augie Fackler
merge with stable
2019-11-08, by Yuya Nishihara
dirs: reject consecutive slashes in paths
2019-10-17, by Augie Fackler
tests: quote $PYTHON in test-byteify-strings.t
2019-11-05, by Matt Harbison
repoview: define filteredchangelog as a top-level (non-local) class
2019-11-06, by Martin von Zweigbergk
cmdutil: suppress bogus pytype errors
2019-11-06, by Augie Fackler
changegroup: suppress pytype error that's wrong
2019-11-06, by Augie Fackler
changegroup: avoid shadowing a set with an int
2019-11-06, by Augie Fackler
bundle2: more pytype suppressions around bytestring
2019-11-06, by Augie Fackler
archival: suppress some incorrect pytype failures
2019-11-06, by Augie Fackler
simplemerge: disable a pytype error where it's just confused
2019-11-06, by Augie Fackler
match: suppress error about subscripting an exception
2019-11-06, by Augie Fackler
vfs: more attribute suppressions
2019-11-06, by Augie Fackler
mdiff: mark diffopts as having dynamic attributes
2019-11-06, by Augie Fackler
vfs: suppress some pytype errors around us using a private attribute
2019-11-06, by Augie Fackler
wireprototypes: disable pytype where it's just confused
2019-11-06, by Augie Fackler
scmposix: another suppression on IOError subscripting
2019-11-06, by Augie Fackler
pvec: add an explicit type hint to help pytype
2019-11-06, by Augie Fackler
procutil: suppress pytype warnings around windows-only attributes
2019-11-06, by Augie Fackler
posix: add a pytype suppression
2019-11-06, by Augie Fackler
color: suppress pytype warning on a windows-only module
2019-11-06, by Augie Fackler
compression: tell pytype to not sweat a missing `zstd` module
2019-11-06, by Augie Fackler
pytype: don't warn us about ignored-on-py3 metaclasses
2019-11-06, by Augie Fackler
linelog: be more careful about types before looking for _target attribute
2019-11-06, by Augie Fackler
linelog: suppress annoying pytype warning about an ignored metaclass
2019-11-06, by Augie Fackler
hgignore: ignore generated pytype stubs
2019-11-06, by Augie Fackler
hghave: add a check for pytype, Google's Python type checker
2019-11-06, by Augie Fackler
encoding: define local identify functions with explicit type comments
2019-11-06, by Augie Fackler
vfs: add NotImplementedError version of join
2019-11-06, by Augie Fackler
vfs: add a NotImplementedError implementation of __call__
2019-11-06, by Augie Fackler
vfs: fix erroneous bytes constants
2019-11-06, by Augie Fackler
pvec: migrate to modern integer division
2019-11-06, by Augie Fackler
templateutil: fix a missing ABCMeta assignment
2019-11-06, by Augie Fackler
pvec: fix overlooked chr() call
2019-11-06, by Augie Fackler
vfs: another bytes-str confusion on thread name
2019-11-06, by Augie Fackler
statprof: correctly always pass a str as the thread name
2019-11-06, by Augie Fackler
rust-status: remove dead code
2019-11-06, by Raphaël Gomès
hghave: disallow symlinks on Windows
2019-11-05, by Matt Harbison
repoview: avoid wrapping changelog if there's nothing to filter
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.flags() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.parentrevs() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.linkrev() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.node() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.rev() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.strip() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.headrevs() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.revs() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.__iter__() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.__contains__() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: move changelog.tiprev() override to filteredchangelog
2019-11-05, by Martin von Zweigbergk
repoview: wrap changelog class when filtering
2019-11-05, by Martin von Zweigbergk
repoview: extract a function for wrapping changelog
2019-11-05, by Martin von Zweigbergk
revlog: move tiprev() from changelog up to revlog
2019-11-05, by Martin von Zweigbergk
tests: fix a few `(no-windows !)` conditionals that are really `(symlink !)`
2019-11-05, by Matt Harbison
rust-matchers: add `Matcher` trait and implement `AlwaysMatcher`
2019-10-29, by Raphaël Gomès
merge with stable
2019-11-05, by Martin von Zweigbergk
perf: add a way to benchmark `dirstate.status`
2019-11-04, by Pierre-Yves David
largefiles: delete obsolete and unused repo.push()
2019-10-24, by Martin von Zweigbergk
censor: document that some commands simply ignore censored data
2019-10-22, by Jordi Gutiérrez Hermoso
grep: warn on censored revisions instead of erroring out
2019-10-22, by Jordi Gutiérrez Hermoso
py3: enable legacy fs encoding to fix filename compatibility on Windows
2019-10-15, by Yuya Nishihara
rust-cpython: run cargo fmt
2019-10-19, by Yuya Nishihara
rust-cpython: remove useless PyResult<> from leak_immutable()
2019-10-05, by Yuya Nishihara
rust-cpython: remove useless PyRefMut wrapper
2019-10-05, by Yuya Nishihara
rust-cpython: drop manual management of mutably_borrowed
2019-10-05, by Yuya Nishihara
rust-cpython: leverage RefCell::borrow() to guarantee there's no mutable ref
2019-10-05, by Yuya Nishihara
rust-cpython: remove useless Option<$leaked> from py_shared_iterator
2019-10-12, by Yuya Nishihara
rust-cpython: allow mutation unless leaked reference is borrowed
2019-10-12, by Yuya Nishihara
rust-cpython: add generation counter to leaked reference
2019-10-05, by Yuya Nishihara
rust-cpython: add stub wrapper that'll prevent leaked data from being mutated
2019-10-12, by Yuya Nishihara
rust-cpython: rename PyLeakedRef to PyLeaked
2019-10-12, by Yuya Nishihara
fix: fix grammar/typos in hg help -e fix
stable
2020-01-09, by timeless
progress: flush stderr after clearing
stable
2020-01-02, by Kyle Lippincott
subrepo: fix a crash when archiving an svn or git subrepo
stable
2019-12-24, by Matt Harbison
Added signature for changeset b4c82b704180
stable
2020-01-06, by Augie Fackler
Added tag 5.2.2 for changeset b4c82b704180
stable
2020-01-06, by Augie Fackler
py3: force bytestr conversion of "reason" in scmutil.callcatch()
stable
5.2.2
2019-12-18, by Denis Laxalde
rust-cpython: do not convert warning pattern to utf-8 bytes
stable
2019-11-19, by Yuya Nishihara
rust-cpython: import utils::files::* function at module level
stable
2019-11-19, by Yuya Nishihara
py3: send bytes from Rust-created warning patterns
stable
2019-11-18, by Raphaël Gomès
py3: pass bytes to `configint` and `configbool`
stable
2019-11-18, by Raphaël Gomès
rust-threads: force Rayon to respect the worker count in config
stable
2019-11-10, by Raphaël Gomès
remotefilelog: remove the `ensurestart` usage
stable
2019-12-09, by Pierre-Yves David
remotefilelog: remove most of the debugwait* command in the tests
stable
2019-12-09, by Pierre-Yves David
remotefilelog: use the correct redirection in tests
stable
2019-12-09, by Pierre-Yves David
remotefilelog: remove most sleep in tests
stable
2019-12-09, by Pierre-Yves David
remotefilelog: have command wait for background task in the tests
stable
2019-12-09, by Pierre-Yves David
remotefilelog: add a developer option to wait for background processes
stable
2019-12-09, by Pierre-Yves David
procutil: add a option to not fully detach background process
stable
2019-12-09, by Pierre-Yves David
Added signature for changeset a50fecefa691
stable
2019-12-05, by Augie Fackler
Added tag 5.2.1 for changeset a50fecefa691
stable
2019-12-05, by Augie Fackler
windows: fix an issue causing registry config paths to be ignored on py3
stable
5.2.1
2019-11-30, by Matt Harbison
tests: cover revision conversion logic in githelp tests
stable
2019-12-02, by Denis Laxalde
pvec: fix a `str` type conditional for py3
stable
2019-11-30, by Matt Harbison
githelp: fix a `str` type conditional for py3
stable
2019-11-30, by Matt Harbison
histedit: fix an `isinstance(nodelist, str)` check for py3
stable
2019-11-30, by Matt Harbison
win32mbcs: fix a `str` type conditional for py3
stable
2019-11-30, by Matt Harbison
hgweb: fix a few `str` type conditional for py3
stable
2019-11-30, by Matt Harbison
repair: fix an `isinstance(nodelist, str)` check for py3
stable
2019-11-30, by Matt Harbison
log: map None rev to wdirrev when filtering revisions with --line-range
stable
2019-11-29, by Denis Laxalde
tests: check that 'log --line-range' follows uncommitted changes
stable
2019-11-29, by Denis Laxalde
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip