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.
debugextensions: gracefully handle missing __file__ attributes
2019-11-17, by Matt Harbison
debuginstall: gracefully handle missing __file__ attributes
2019-11-17, by Matt Harbison
typing: add pseudo localstr.__init__() to help pytype
2019-11-16, by Yuya Nishihara
typing: fix argument type of encoding.localstr()
2019-11-16, by Yuya Nishihara
typing: suppress error of py2 encoding.strtolocal() and .strfromlocal()
2019-11-16, by Yuya Nishihara
typing: constrain argument/return types of encoding.toutf8b()
2019-11-16, by Yuya Nishihara
typing: fix argument type of encoding.tolocal() and .fromutf8b()
2019-11-16, by Yuya Nishihara
typing: fix forward reference in _Tlocalstr type bound
2019-11-16, by Yuya Nishihara
encoding: make getcols() raise exception explicitly
2019-11-16, by Yuya Nishihara
setup: conditionalize access to `sys.dllhandle` when building extensions
2019-11-16, by Matt Harbison
setup: use bytes for assumed python version
2019-11-16, by Matt Harbison
setup: combine two contiguous string literals
2019-11-16, by Matt Harbison
util: remove datapath and swith users over to resourceutil
2019-11-14, by Martin von Zweigbergk
i18n: get datapath directly from resourceutil
2019-11-14, by Martin von Zweigbergk
util: move definition of datapath to resourceutil
2019-11-14, by Martin von Zweigbergk
procutil: move mainfrozen() to new resourceutil.py
2019-11-14, by Martin von Zweigbergk
defaults: rename default.d to defaultrc to make it a valid package name
2019-11-14, by Martin von Zweigbergk
help: remove references to default.d/ from user-facing docs
2019-11-14, by Martin von Zweigbergk
bisect: replace try:/finally: by a "restore_state" context manager
2019-11-14, by Denis Laxalde
histedit: render a rolled up description using the proper roll colours
2019-10-30, by Jordi Gutiérrez Hermoso
histedit: define new colour pairs for roll action
2019-10-30, by Jordi Gutiérrez Hermoso
histeditrule: split __bytes__ property into prefix and desc
2019-10-30, by Jordi Gutiérrez Hermoso
merge with stable
2019-11-15, by Yuya Nishihara
packaging: convert to UNIX line endings
2019-11-14, by Gregory Szorc
black: blacken scripts
2019-11-14, by Gregory Szorc
dirs: resolve fuzzer OOM situation by disallowing deep directory hierarchies
2019-11-12, by Augie Fackler
py3: use native string for 'macosx_app'
2019-11-14, by Martin von Zweigbergk
py3: drop an unnecessary fsencode() before comparing with constant
2019-11-14, by Martin von Zweigbergk
py3: use native string as fallback value for __file__ for consistency
2019-11-14, by Martin von Zweigbergk
scmutil: convert status data object from a tuple to an attrs (API)
2019-11-14, by Augie Fackler
perf: bool() elements of dirstate.status return instead of len()
2019-11-14, by Augie Fackler
tags: use field names instead of field numbers on scmutil.status
2019-11-14, by Augie Fackler
subrepo: use field names instead of field numbers on scmutil.status
2019-11-14, by Augie Fackler
revset: use field names instead of field numbers on scmutil.status
2019-11-14, by Augie Fackler
patch: use field names instead of field numbers on scmutil.status
2019-11-14, by Augie Fackler
logcmdutil: use field names instead of field numbers on scmutil.status
2019-11-14, by Augie Fackler
context: use field names instead of field numbers on scmutil.status
2019-11-14, by Augie Fackler
commands: use field names instead of field numbers on scmutil.status
2019-11-14, by Augie Fackler
cmdutil: convert terse status result back to an scmutil.status
2019-11-14, by Augie Fackler
cmdutil: use field names instead of field numbers on scmutil.status
2019-11-14, by Augie Fackler
uncommit: use field names instead of field numbers on scmutil.status
2019-11-14, by Augie Fackler
transplant: use field names instead of field numbers on scmutil.status
2019-11-14, by Augie Fackler
split: use field names instead of field numbers on scmutil.status
2019-11-14, by Augie Fackler
mq: use field names instead of field numbers on scmutil.status
2019-11-14, by Augie Fackler
hgk: use field names instead of field numbers on scmutil.status
2019-11-14, by Augie Fackler
extdiff: use field names instead of field numbers on scmutil.status
2019-11-14, by Augie Fackler
encoding: fix bad type annotation
2019-11-13, by Augie Fackler
branchmap: annotate constructor type for branchcache
2019-11-14, by Augie Fackler
debugcommands: don't shadow the error module
2019-11-13, by Augie Fackler
branchmap: correctly set()-ify list argument
2019-11-14, by Augie Fackler
utils: move finddirs() to pathutil
2019-11-14, by Martin von Zweigbergk
help: create packages for the help text
2019-11-13, by Matt Harbison
tests: test "hg log" with --line-range and --copies
2019-11-14, by Denis Laxalde
logcmdutil: let getlinerangerevs() return "revs" as a smartset
2019-11-14, by Denis Laxalde
patchbomb: fix wrong argument type when calling mail generator.flatten()
2019-11-13, by Denis Laxalde
mail: move strtolocal call in _addressencode()
2019-11-13, by Denis Laxalde
mail: use a native string for "subtype" value
2019-11-13, by Denis Laxalde
mail: let all charset values be native strings
2019-11-12, by Denis Laxalde
mail: add type hints for pytype
2019-11-13, by Denis Laxalde
mail: fix a bad return type in _encode()
2019-11-12, by Denis Laxalde
packaging: stage files and dynamically generate WiX installer
2019-11-11, by Gregory Szorc
tests: add optional output when wheel is missing
2019-11-11, by Gregory Szorc
py3: replace "%r" by"'%s'% for py3-compatible (and clearer) quoting in chg
2019-08-28, by Martin von Zweigbergk
dirstate: respect request to not list unknown/ignored/clean files (API)
2019-10-22, by Martin von Zweigbergk
py3: pass a bytes value for "msg" to nouideprecwarn()
2019-11-13, by Denis Laxalde
remotefilelog: handle **kwargs correctly when overriding changelog.add()
2019-11-12, by Daniel Ploch
packaging: ship all help .txt files on WiX
2019-11-11, by Gregory Szorc
packaging: install contrib/mq.el on WiX
2019-10-23, by Gregory Szorc
fuzz: clean out most of fuzzutil
2019-11-11, by Augie Fackler
fuzz: migrate xdiff fuzzer to use FuzzedDataProvider
2019-11-11, by Augie Fackler
fuzz: migrate bdiff fuzzer to use FuzzedDataProvider
2019-11-11, by Augie Fackler
dirstate: re-blacken file
2019-11-11, by Augie Fackler
rust-matchers: remove default implementations for `Matcher` trait
2019-11-06, by Raphaël Gomès
packaging: use lower case for RC files
2019-10-23, by Gregory Szorc
packaging: write out editor.rc in Python
2019-10-23, by Gregory Szorc
packaging: stop installing Contributors.txt
2019-10-23, by Gregory Szorc
packaging: remove hg-ssh.8.html from Inno installer
2019-10-23, by Gregory Szorc
packaging: install .rc files to hgrc.d
2019-10-23, by Gregory Szorc
rust: introduce SIZE_FROM_OTHER_PARENT constant
2019-11-07, by Raphaël Gomès
rust-status: refactor dispatch case for normal files
2019-11-07, by Raphaël Gomès
rust-status: return a ParallelIterator instead of a Vec from stat_dmap_entries
2019-11-07, by Raphaël Gomès
rust-status: improve status performance
2019-11-06, by Raphaël Gomès
bookmarks: accept explicit -r 'wdir()' when adding new bookmarks (issue6218)
2019-11-09, by Yuya Nishihara
bookmarks: use changectx instead of remembering hex of hidden revision
2019-11-09, by Yuya Nishihara
bookmarks: resolve target revision out of the bookmarks loop
2019-11-09, by Yuya Nishihara
bookmarks: fix handling of multiple bookmarks with one to be deactivated
2019-11-09, by Yuya Nishihara
import-checker: allow 'from typing import ...'
2019-11-11, by Yuya Nishihara
match: drop support for passing '.' for root dir to visit*() methods
2019-10-29, by Martin von Zweigbergk
tests: use time.time() for relative start and stop times
2019-10-16, by Gregory Szorc
tests: rename stopped and started variables to reflect times
2019-10-16, by Gregory Szorc
revset: simplify checkstatus() by using any()
2019-10-30, by Martin von Zweigbergk
rebase: check for unfinished ops even when inmemory (issue6214)
2019-11-06, by Kyle Lippincott
status: move initialization closer together
2019-10-18, by Martin von Zweigbergk
largefiles: avoid dynamically subclassing context instances
2019-10-19, by Martin von Zweigbergk
largefiles: delete unused repo.status_nolfiles()
2019-10-18, by Martin von Zweigbergk
largefiles: use context manager for wlock in repo.status() override
2019-10-18, by Martin von Zweigbergk
largefiles: allow "lfstatus" context manager to set value to False
2019-10-18, by Martin von Zweigbergk
largefiles: move lfstatus context manager to lfutil
2019-10-18, by Martin von Zweigbergk
revlog: delete references to deleted nullid sentinel value
2019-11-08, by Martin von Zweigbergk
revlog: remove the, now unused, `revlog._nodepos` attribute
2019-11-10, by Pierre-Yves David
nodemap: use bytes for the error message
2019-11-10, by Pierre-Yves David
py3: use native strings when forming email headers in patchbomb
2019-11-09, by Denis Laxalde
mail: convert addr to str early in addrlistencode()
2019-11-09, by Denis Laxalde
mail: let addressencode() / addrlistencode() return native strings
2019-11-09, by Denis Laxalde
mail: let headencode() return a native string
2019-11-09, by Denis Laxalde
revlog: deprecate direct `nodemap` access
2019-11-09, by Pierre-Yves David
revlog: drop special hack in the `nodemap` property
2019-11-09, by Pierre-Yves David
perf: make `perfrevlogindex` use the new `index.rev` api if available
2019-11-09, by Pierre-Yves David
perf: make `perfnodemap` use the new `index.get_rev` api if available
2019-11-09, by Pierre-Yves David
index: use `index.get_rev` in `remotefilelog`
2019-11-09, by Pierre-Yves David
index: use `index.get_rev` in `histedit.processreplacement`
2019-11-09, by Pierre-Yves David
index: use `index.get_rev` in `histedit.adjustreplacementsfrommarkers`
2019-11-09, by Pierre-Yves David
index: use `index.get_rev` in `rebase._computeobsoletenotrebased`
2019-11-09, by Pierre-Yves David
index: use `index.get_rev` in `rebase.successorrevs`
2019-11-09, by Pierre-Yves David
index: use `index.get_rev` in `unionrepo.unionrevlog`
2019-11-09, by Pierre-Yves David
index: use `index.rev` in `bundlerepo.bundlerevlog`
2019-11-09, by Pierre-Yves David
index: use `index.get_rev` in `exchange._pullapplyphases`
2019-11-09, by Pierre-Yves David
index: use `index.rev` in `exchange.fallbackheads`
2019-11-09, by Pierre-Yves David
index: use `index.get_rev` in `revset._mapbynodefunc`
2019-11-09, by Pierre-Yves David
index: use `index.get_rev` in `discovery._postprocessobsolete`
2019-11-09, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip