Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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.
revlog: clean up the node of all revision stripped in the C code
2019-11-08, by Pierre-Yves David
revlog: move nodemap update within the index code
2019-11-03, by Pierre-Yves David
revlog: deprecate the _nodecache attribute (API)
2019-11-02, by Pierre-Yves David
revlog: access the nodemap through the index
2019-11-02, by Pierre-Yves David
revlog: return the nodemap as the nodecache
2019-11-02, by Pierre-Yves David
revlog: clarify which version use the older API in perf
2019-11-02, by Pierre-Yves David
revlog: no longer return the nodemap after parsing
2019-11-06, by Pierre-Yves David
revlog: move the nodemap into the index object (for pure)
2019-11-06, by Pierre-Yves David
revlog: introduce an explicit NodeMap class for pure code
2019-11-06, by Pierre-Yves David
utils: move the `dirs` definition in pathutil (API)
2019-11-06, by Pierre-Yves David
packaging: stop installing i18n files
2019-10-23, by Gregory Szorc
packaging: install hgk as hgk.tcl
2019-10-23, by Gregory Szorc
packaging: add logo-droplets.svg
2019-10-23, by Gregory Szorc
packaging: install documentation to doc/ directory
2019-10-23, by Gregory Szorc
packaging: always pass VERSION into Inno invocation
2019-10-22, by Gregory Szorc
packaging: remove hg.exe.local file
2019-10-24, by Gregory Szorc
packaging: stage installed files for Inno
2019-10-23, by Gregory Szorc
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
py3: fix handling of ctrl keys in crecord (issue6213)
stable
2019-11-06, by Denis Laxalde
py3: keep "keypressed" a native str in crecord
stable
2019-11-06, by Denis Laxalde
py3: compare response of crecord's confirmationwindow with str
stable
2019-11-06, by Denis Laxalde
py3: compare http server's command with a native string
stable
2019-11-07, by Denis Laxalde
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
py3: don't use bytes with vars() or __dict__
stable
2019-11-05, by Martin von Zweigbergk
Added signature for changeset ca3dca416f8d
stable
2019-11-05, by Augie Fackler
Added tag 5.2 for changeset ca3dca416f8d
stable
2019-11-05, by Augie Fackler
py3: add inline comment about encoding issue of str(Abort())
stable
5.2
2019-11-05, by Yuya Nishihara
py3: do not reimplement Abort.__str__() on Python 2
stable
2019-11-05, by Yuya Nishihara
tests: write out file using bytes I/O
stable
2019-11-04, by Gregory Szorc
import-checker: open all source files as utf-8
stable
2019-11-04, by Gregory Szorc
localrepo: use str for lookup in vars()
stable
2019-11-04, by Gregory Szorc
automation: install python3-venv Debian package
stable
2019-11-04, by Gregory Szorc
tests: look for ensurepip before using venv
stable
2019-11-04, by Gregory Szorc
automation: avoid '~' in the temp directory on Windows
stable
2019-10-17, by Matt Harbison
tests: use venv on Python 3
stable
2019-11-04, by Gregory Szorc
tests: remove HGALLOWPYTHON3 reference
stable
2019-11-04, by Gregory Szorc
run-tests: use byte strings for inserted output
stable
2019-11-04, by Gregory Szorc
contrib: require Python 3.7 for byteify-strings.py
stable
2019-11-04, by Ian Moody
hghave: fix bytes/string issue on Python 3
stable
2019-11-04, by Augie Fackler
packaging: add support for CentOS 8
stable
2019-11-04, by Mathias De Mare
packaging: allow choosing python version depending on centos version
stable
2019-11-04, by Mathias De Mare
fsmonitor: use stringutil.forcebytestr() instead of str() on an exception
stable
2019-11-04, by Ian Moody
py3: add a __str__ method to Abort
stable
2019-11-04, by Denis Laxalde
py3: add Python 3 exception output to test-lfs-serve-access.t
stable
2019-11-04, by Denis Laxalde
automation: install black
stable
2019-10-31, by Gregory Szorc
py3: use %d to format an int
stable
2019-11-02, by Ian Moody
fsmonitor: normalize exception types to bytes
stable
2019-11-02, by Gregory Szorc
fsmonitor: normalize clock value to bytes
stable
2019-11-02, by Gregory Szorc
fsmonitor: use next() instead of .next()
stable
2019-11-02, by Gregory Szorc
fsmonitor: normalize Watchman paths to bytes
stable
2019-11-02, by Gregory Szorc
fsmonitor: handle unicode keys in tuples
stable
2019-11-02, by Gregory Szorc
fsmonitor: make _hashignore compatible with Python 3
stable
2019-11-02, by Gregory Szorc
fsmonitor: normalize hostname to bytes
stable
2019-11-02, by Gregory Szorc
fsmonitor: access repo.root
stable
2019-11-02, by Gregory Szorc
fsmonitor: coerce watchman exception to bytes
stable
2019-11-02, by Gregory Szorc
fsmonitor: fix str/bytes mismatch when accessing watchman version
stable
2019-11-02, by Gregory Szorc
fsmonitor: reapply b1f62cd39b5c
stable
2019-11-02, by Gregory Szorc
fsmonitor: reapply dd35abc409ee
stable
2019-11-02, by Gregory Szorc
fsmonitor: remove pywatchman from exclusion rule
stable
2019-11-02, by Gregory Szorc
fsmonitor: refresh pywatchman with upstream
stable
2019-11-02, by Gregory Szorc
py3: encode strings before setting rev summary in gnuarch converter
stable
2019-11-04, by Denis Laxalde
py3: use raw string to query EmailMessage in gnuarch converter
stable
2019-11-04, by Denis Laxalde
py3: use mail.parsebytes() in gnuarch catlog parser
stable
2019-11-04, by Denis Laxalde
tests: handle Message-Id line wrapping in test-notify-changegroup.t
stable
2019-11-04, by Denis Laxalde
py3: define and use json.loads polyfill
stable
2019-11-02, by Gregory Szorc
contrib: require Python 3.6 for byteify-strings.py
stable
2019-11-02, by Gregory Szorc
demandimportpy3: only use lazy extension loader on Python 3.6+
stable
2019-11-02, by Gregory Szorc
ui: flush before prompting for input with readline
stable
2019-11-02, by Gregory Szorc
histedit: restore hex nodeids to be 12 digits long
stable
2019-11-01, by Martin von Zweigbergk
tests: fix typo "includfe"
stable
2019-10-29, by Martin von Zweigbergk
py3: fix fsmonitor's _watchmantofsencoding exception message encoding
stable
2019-11-01, by Emmanuel Leblond
py3: use native strings as keys into **opts in chistedit
stable
2019-10-31, by Martin von Zweigbergk
py3: open chistedit file in binary mode using vfs
stable
2019-10-31, by Martin von Zweigbergk
py3: avoid another b''.format() in chistedit
stable
2019-10-31, by Martin von Zweigbergk
py3: render message about conflicts in chistedit code
stable
2019-10-31, by Martin von Zweigbergk
py3: handle keypresses in chistedit
stable
2019-10-31, by Martin von Zweigbergk
py3: make chistedit render
stable
2019-10-31, by Martin von Zweigbergk
py3: fix exception display encoding in contrib/simplemerge.py
stable
2019-11-01, by Emmanuel Leblond
py3: fix exception message check in test-linerange.py's testOutOfRange
stable
2019-11-01, by Emmanuel Leblond
py3: fix exception message encoding in scmutil.py's simplekeyvaluefile.read
stable
2019-11-01, by Emmanuel Leblond
py3: fix crecord.py's editpatchwitheditor exception message encoding
stable
2019-11-01, by Emmanuel Leblond
py3: fix exception message encoding in infinitepush
stable
2019-11-01, by Emmanuel Leblond
py3: fix fsmonitor's _handleunavailable exception message encoding
stable
2019-11-01, by Emmanuel Leblond
packaging: update built-in Fedora support to Fedora 31
stable
2019-11-01, by Mads Kiilerich
packaging: refactor "fedora29" target to a single more generic "fedora" target
stable
2019-11-01, by Mads Kiilerich
packaging: make dockerrpm fedora target more generic
stable
2019-11-01, by Mads Kiilerich
packaging: use "python3" for fedora29 ... and as buildrpm default
stable
2019-11-01, by Mads Kiilerich
packaging: use "--python python" for centos7 to avoid explicit "python2"
stable
2019-11-01, by Mads Kiilerich
packaging: fix docker-centos5 - use pythonexe and set to "python" as before
stable
2019-11-01, by Mads Kiilerich
packaging: move dockerrpm output directory creation to dockerrpm
stable
2019-11-01, by Mads Kiilerich
packaging: drop "support" for unsupported Fedora versions
stable
2019-10-31, by Mads Kiilerich
mail: black wants to add this blank line
stable
2019-10-30, by Augie Fackler
hghave: verify we have a black that is new enough for our format
stable
2019-10-30, by Augie Fackler
contrib: fix up example fix configuration for our move to released black
stable
2019-10-30, by Augie Fackler
phabricator: use True primitive instead of b'true' for phabupdate actions
stable
2019-10-23, by Ian Moody
setup: allow py3 install without env vars
stable
2019-10-23, by Ian Moody
formatting: drop `grey`, our custom black version
stable
2019-10-29, by Pierre-Yves David
formatting: using black to check for formatting
stable
2019-10-29, by Pierre-Yves David
formatting: run black version 19.10b0 on the codebase
stable
2019-10-29, by Pierre-Yves David
packaging: fix buildrpm whitespace
stable
2019-10-27, by Mads Kiilerich
packaging: drop outdated buildrpm "tested on" comment
stable
2019-10-27, by Mads Kiilerich
packaging: also include hgweb.wsgi in rpms
stable
2019-10-28, by Mads Kiilerich
packaging: introduce Python3 support as buildrpm --python3
stable
2019-10-27, by Mads Kiilerich
packaging: be explicit about Python version in rpm spec
stable
2019-10-27, by Mads Kiilerich
packaging: make python snippets in rpm building python3 compatible
stable
2019-10-27, by Mads Kiilerich
py3: fix patchbomb to accept non-ASCII header value for email preview
stable
2019-10-30, by Yuya Nishihara
tests: check patchbomb with a non-ascii commit message
stable
2019-10-25, by Denis Laxalde
formatter: fix handling of None value in templater mapping
stable
2019-10-27, by Yuya Nishihara
config: add support for defaultvalue of list of printable elements
stable
2019-10-27, by Yuya Nishihara
config: fix -Tjson to not crash due to unsupported defaultvalue types
stable
2019-10-27, by Yuya Nishihara
tests: handle Message-Id email header possible wrapping
stable
2019-10-27, by Denis Laxalde
py3: leverage pycompat.long
stable
2019-10-27, by Yuya Nishihara
packaging: remove version info from Breaks+Replaces in Debian package
stable
2019-10-25, by Denis Laxalde
py3: fix generated non-ascii message in test-notify.t
stable
2019-10-24, by Denis Laxalde
py3: decode encoding literal before passing to .decode()
stable
2019-10-24, by Denis Laxalde
py3: decode payload of notify email
stable
2019-10-24, by Denis Laxalde
py3: decode email headers with mail.headdecode() in notify extension
stable
2019-10-24, by Denis Laxalde
py3: use stdlib's parseaddr() to get sender header in notify extension
stable
2019-10-24, by Denis Laxalde
py3: use a BytesParser in notify extension
stable
2019-10-24, by Denis Laxalde
py3: fix headencode() with display=False
stable
2019-10-24, by Denis Laxalde
mail: catch LookupError in headdecode()
stable
2019-10-24, by Denis Laxalde
py3: account for extra line break in email headers in test-notify.t
stable
2019-10-24, by Denis Laxalde
py3: use as_bytes() method of EmailMessage
stable
2019-10-10, by Denis Laxalde
py3: use %d instead of %s when formatting an int into a bytestring
stable
2019-10-23, by Ian Moody
packaging: ship only a single binary Debian package
stable
2019-10-23, by Denis Laxalde
packaging: avoid running bare "make install" in debian/rules
stable
2019-10-23, by Denis Laxalde
packaging: distinguish clean and build steps from install in Debian
stable
2019-10-23, by Denis Laxalde
packaging: also move Debian .buildinfo file in output directory
stable
2019-10-23, by Denis Laxalde
packaging: upgrade packages distributed with Windows installers
stable
2019-10-21, by Gregory Szorc
automation: install Python 2.7.17, 3.7.5, and PyPy 7.2.0
stable
2019-10-21, by Gregory Szorc
contrib: install Python 2.7.17 and 3.7.5 in Windows environment
stable
2019-10-21, by Gregory Szorc
packaging: use /usr/bin/python3 shebang for scripts in Debian
stable
2019-10-21, by Denis Laxalde
packaging: fix path where .deb files are looked for
stable
2019-10-21, by Denis Laxalde
packaging: let Debian package depends on sensible-utils
stable
2019-10-21, by Denis Laxalde
packaging: upgrade Debian packaging to build with Python 3
stable
2019-10-21, by Denis Laxalde
py3: decode bytes before logging in run-tests.py
stable
2019-10-21, by Denis Laxalde
Added signature for changeset 59338f956109
stable
2019-10-21, by Augie Fackler
Added tag 5.2rc0 for changeset 59338f956109
stable
2019-10-21, by Augie Fackler
merge default into stable for 5.2 release
stable
5.2rc0
2019-10-21, by Augie Fackler
grep: update docs to reflect new --all-files default
2019-10-18, by Jordi Gutiérrez Hermoso
grep: enable all-files by default (BC)
2019-10-06, by Sushil khanchi
lfs: dedent documentation section about .hglfs file
2019-10-21, by Denis Laxalde
copies: simplify chain loop
2019-10-17, by Pierre-Yves David
sidedatacopies: only fetch information once for merge
2019-10-17, by Pierre-Yves David
copies: move from a copy on branchpoint to a copy on write approach
2019-10-15, by Pierre-Yves David
copies: compute the exact set of revision to walk
2019-10-12, by Pierre-Yves David
copies: add an explicit test using multiple roots
2019-10-12, by Pierre-Yves David
sidedatacopies: fast path data fetching if revision has no sidedata
2019-10-02, by Pierre-Yves David
largefiles: use context manager for setting "lfstatus" on subrepos too
2019-10-18, by Martin von Zweigbergk
largefiles: reset "lfstatus" attribute to previous value in "finally"
2019-10-18, by Martin von Zweigbergk
largefiles: add context manager for setting/clearing "lfstatus" attribute
2019-10-18, by Martin von Zweigbergk
py3: adjust expected traceback in test-hook.t
2019-10-18, by Denis Laxalde
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
tip