Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+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.
patch: make __repr__() return str
2019-12-16, by Matt Harbison
pytype: suppress warnings about no 'open_binary' on importlib.resources
2019-12-15, by Matt Harbison
windows: if username(uid=None) is loaded, just use getpass
2019-12-16, by Augie Fackler
transplant: use check_incompatible_arguments()
2019-12-13, by Martin von Zweigbergk
bookmarks: use check_incompatible_arguments() for inactive+action
2019-12-13, by Martin von Zweigbergk
bookmarks: use cmdutil.check_incompatible_arguments() for action+rev
2019-12-12, by Martin von Zweigbergk
bookmarks: use cmdutil.check_at_most_one_arg() for action
2019-12-12, by Martin von Zweigbergk
rebase: use cmdutil.check_at_most_one_arg() for action
2019-12-12, by Martin von Zweigbergk
releasenotes: extract helper for checking for incompatible arguments
2019-12-12, by Martin von Zweigbergk
fix: use cmdutil.check_at_most_one_arg()
2019-12-12, by Martin von Zweigbergk
patchbomb: use cmdutil.check_at_most_one_arg()
2019-12-17, by Martin von Zweigbergk
export: use cmdutil.check_at_most_one_arg()
2019-12-12, by Martin von Zweigbergk
amend: use cmdutil.check_at_most_one_arg()
2019-12-12, by Martin von Zweigbergk
commit: use cmdutil.check_at_most_one_arg()
2019-12-12, by Martin von Zweigbergk
clone: extract helper for checking mutually exclusive args
2019-12-12, by Martin von Zweigbergk
dirstate: when calling rebuild(), avoid some N^2 codepaths
2019-12-13, by Kyle Lippincott
rust-warnings: fix warnings in tests
2019-12-16, by Raphaël Gomès
relnotes: mention the merging of index and nodemap
2019-12-16, by Pierre-Yves David
crecord: remove toggleamend
2019-12-10, by Jordi Gutiérrez Hermoso
crecord: repurpose "a" key to toggle all selections (BC)
2019-12-10, by Jordi Gutiérrez Hermoso
hgweb: fix error in docstring
2019-12-12, by Jordi Gutiérrez Hermoso
crecord: rewrite help string to avoid mentioning "crecord"
2019-12-12, by Jordi Gutiérrez Hermoso
update: add some tests for the status quo of morestatus on update conflicts
2019-12-13, by Rodrigo Damazio Bovendorp
typing: suppress a warning that mercurial.windows.checkosfilename is missing
2019-12-15, by Matt Harbison
typing: add an assertion to util.versiontuple
2019-12-15, by Matt Harbison
typing: add a couple of assertions to lrucachedict to help pytype
2019-12-15, by Matt Harbison
util: rename a variable to avoid confusing pytype
2019-12-15, by Matt Harbison
pytype: suppress the import-error in util.py when importing re2
2019-12-15, by Matt Harbison
debugcommands: finish moving `extendeddateformats` from util to dateutil
2019-12-15, by Matt Harbison
ui: convert exception data to bytes when printing chained exception info
2019-12-14, by Matt Harbison
ui: use a context manager to handle file streams in edit()
2019-12-14, by Matt Harbison
graft: reuse cmdutl.resolvecommitoptions()
2019-12-12, by Martin von Zweigbergk
rebase: make rebase not crash if p1 == p2 != nullid
2019-12-13, by Kyle Lippincott
merge: add commands.merge.require-rev to require an argument to hg merge
2019-12-11, by Kyle Lippincott
tests: make test-config-env.py a little less hacky
2019-12-12, by Martin von Zweigbergk
help: get helptext/ data from `resources` module if available
2019-12-12, by Martin von Zweigbergk
pycompat: allow pycompat.sysbytes() even if input already is bytes
2019-12-12, by Martin von Zweigbergk
merge with stable
2019-12-13, by Martin von Zweigbergk
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
rust-dirs: handle forgotten `Result`s
2019-12-12, by Raphaël Gomès
merge with stable
2019-12-13, by Martin von Zweigbergk
status: outputting structured unfinished-operation information
2019-12-09, by Rodrigo Damazio Bovendorp
chg: fix chg to work with py3.7+ "coercing" the locale
2019-12-05, by Kyle Lippincott
fuzz: add support for fuzzing under either Python 2 or 3
2019-12-09, by Augie Fackler
phabricator: color the status in the "phabstatus" view
2019-11-22, by Matt Harbison
phabricator: add the "Changes Planned" status name
2019-12-11, by Matt Harbison
fuzz: fix mpatch_corpus to not have an overridden __repr__ on py3
2019-12-11, by Kyle Lippincott
formatting: fix some recent formatting regressions
2019-12-11, by Martin von Zweigbergk
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
cext-revlog: fixed __delitem__ for uninitialized nodetree
2019-12-05, by Georges Racinet
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip