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.
util: add an optional `prefix` argument to debugstacktrace
2019-11-17, by Pierre-Yves David
repoview: add a 'devel.debug.repo-filter' option
2019-11-17, by Pierre-Yves David
localrepo: extract handling of some special value in __getitem__
2019-11-21, by Pierre-Yves David
localrepo: extract handling of some special value in __getitem__
2019-11-21, by Pierre-Yves David
localrepo: add some basic comment for block in __getitem__
2019-11-17, by Pierre-Yves David
windows: further build fixes for the WiX installer
2019-11-22, by Augie Fackler
cleanup: update references to /help/ that should now be /helptext/
2019-11-21, by Augie Fackler
merge with stable
2019-11-22, by Yuya Nishihara
tests: byteify a few more things in simplestorerepo.py
2019-11-21, by Matt Harbison
profiling: add a missing argument to the ProgrammingError constructor
2019-11-21, by Matt Harbison
profiling: disable the import-error warning for the flamegraph module
2019-11-21, by Matt Harbison
phases: make `allphases` a list on py3 also
2019-11-21, by Matt Harbison
wireprotov1server: capture Abort type before accessing the `hint` attribute
2019-11-20, by Matt Harbison
tests: add more tests for "hg shelve --delete"
2019-11-20, by Denis Laxalde
scmutil: add assertions to help pytype
2019-11-19, by Matt Harbison
revset: add an assertion to help pytype
2019-11-19, by Matt Harbison
import: add a --secret option
2019-11-21, by Denis Laxalde
hgweb: add diffs to the json changeset template
2019-11-15, by Jordi Gutiérrez Hermoso
hgweb: add files to the json changeset template
2019-11-15, by Jordi Gutiérrez Hermoso
hgweb: add a status property to file list context
2019-11-15, by Jordi Gutiérrez Hermoso
match: remove explicitdir attribute
2019-11-15, by Martin von Zweigbergk
dirstate: stop caring about match.explicitdir
2019-11-15, by Martin von Zweigbergk
dirstate: include explicit matches in match.traversedir calls
2019-11-15, by Martin von Zweigbergk
commit: drop unused "vdirs" argument from repo.checkcommitpatterns()
2019-11-15, by Martin von Zweigbergk
commit: rewrite check for `hg ci <path>` being a directory
2019-11-15, by Martin von Zweigbergk
lock: fix race in lock-breaking code
2019-11-18, by Valentin Gatien-Baron
lock: refactor in preparation for next commit
2019-11-01, by Valentin Gatien-Baron
extensions: suppress a pytype failure due to a typeshed bug
2019-11-15, by Augie Fackler
dispatch: add some assertions to give pytype a helping hand
2019-11-14, by Augie Fackler
extensions: hide two confusing import statements from pytype
2019-11-14, by Augie Fackler
debugcommands: add assertions to convince pytype peer is not None
2019-11-14, by Augie Fackler
debugcommands: suppress import errors for pytype
2019-11-13, by Augie Fackler
state: add a pytype annotation
2019-11-13, by Augie Fackler
logcmdutil: add a type annotation
2019-11-13, by Augie Fackler
cmdutil: add a pytype annotation to help out some callsites
2019-11-13, by Augie Fackler
hghave: add a check for the `xz` compression utility
2019-11-12, by Matt Harbison
py3: use '%d' for formatting a revnum in `hg co --date` code
2019-11-14, by Martin von Zweigbergk
py3: send bytes from Rust-created warning patterns
2019-11-18, by Raphaël Gomès
py3: pass bytes to `configint` and `configbool`
2019-11-18, by Raphaël Gomès
templates: make {indent("", " ")} be empty
2019-11-15, by Martin von Zweigbergk
tests: document behavior of indent() with empty first line
2019-11-15, by Martin von Zweigbergk
tests: check for Windows line endings
2019-11-16, by Gregory Szorc
tests: verify that Python scripts are blackened
2019-11-16, by Gregory Szorc
black: blacken scripts
2019-11-16, by Gregory Szorc
doc: don't use mutable default arguments
2019-11-16, by Gregory Szorc
tags: don't check for clean files when checking for dirty working copy
2019-11-14, by Martin von Zweigbergk
branchmap: make "closed" a set from beginning instead of converting from list
2019-11-14, by Martin von Zweigbergk
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip