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.
windows: add a global equivalent to /etc/mercurial for *.rc processing
2019-12-17, by Matt Harbison
match: normalize `cwd` early
2019-12-13, by Martin von Zweigbergk
match: make sure `root` argument is always an absolute path (API)
2019-12-13, by Martin von Zweigbergk
tests: show that fileset patterns don't work with `fix` when not in repo root
2019-12-06, by Matt Harbison
tests-pure: fixing test-parseindex2
2019-12-20, by Georges Racinet
rust-index: add a function to convert PyObject index for hg-core
2019-12-13, by Pierre-Yves David
test: extract some generic data and utility from test-rust-ancestor.py
2019-12-11, by Pierre-Yves David
patch: fix header.__repr__() to not have `b''` prefixes in file names
2019-12-17, by Matt Harbison
cmdutil: allow native string as input to check_at_most_one_arg()
2019-12-18, by Martin von Zweigbergk
cmdutil: return underscore-separate name from check_at_most_one_arg()
2019-12-18, by Martin von Zweigbergk
rebase: restore i18n of a hint message
2019-12-18, by Martin von Zweigbergk
status: make unresolved files always be in the morestatus structured output
2019-12-18, by Rodrigo Damazio Bovendorp
status: make morestatus call out unresolved conflicts after update
2019-12-18, by Rodrigo Damazio Bovendorp
status: extract active-merge state for reuse
2019-12-18, by Rodrigo Damazio Bovendorp
fix: use rewriteutil.precheck() instead of reimplementing it
2019-12-17, by Martin von Zweigbergk
split: use rewriteutil.precheck() instead of reimplementing it
2019-12-17, by Martin von Zweigbergk
rebase: use rewriteutil.precheck() instead of reimplementing it
2019-12-18, by Martin von Zweigbergk
histedit: use rewriteutil.precheck() instead of reimplementing it
2019-12-17, by Martin von Zweigbergk
rebase: inline single-use variables passed to _definedestmap()
2019-12-12, by Martin von Zweigbergk
rebase: use cmdutil.check_at_most_one_arg() for action+revision
2019-12-12, by Martin von Zweigbergk
rebase: use cmdutil.check_incompatible_arguments() for --auto-orphans
2019-12-12, by Martin von Zweigbergk
rebase: use cmdutil.check_at_most_one_arg() for -b/-s/-r
2019-12-12, by Martin von Zweigbergk
rebase: inline single-use `dryrun` and `confirm` variables
2019-12-12, by Martin von Zweigbergk
rebase: use cmdutil.check_incompatible_arguments() for action+confirm/dryrun
2019-12-13, by Martin von Zweigbergk
rebase: use cmdutil.check_at_most_one_arg() for --confirm/--dry-run
2019-12-13, by Martin von Zweigbergk
windows: factor the hgrc directory scan into a function
2019-12-17, by Matt Harbison
windows: don't return early from building the hgrc search path
2019-12-17, by Matt Harbison
windows: clarify a comment about the hgrc search path
2019-12-17, by Matt Harbison
windows: drop detection of Windows 95/98/ME
2019-12-17, by Matt Harbison
examples: add an example configuration for go source files
2019-12-17, by Augie Fackler
util: move common proxyobserver attributes to the base class
2019-12-15, by Matt Harbison
config: drop debug messages saying where config was read from
2019-12-11, by Martin von Zweigbergk
rcutil: don't check if defaultrc/ is a directory -- we know it is
2019-12-11, by Martin von Zweigbergk
rust-matchers: add support for `exactmatcher` in `dirstate.status`
2019-11-29, by Raphaël Gomès
rust-dirstate-status: update bridge for new rust version of `dirstate.status`
2019-11-29, by Raphaël Gomès
rust-dirstate-status: add `walk_explicit` implementation, use `Matcher` trait
2019-11-29, by Raphaël Gomès
rust-matchers: add `FileMatcher` implementation
2019-11-29, by Raphaël Gomès
exchange: ensure all outgoing subrepo references are present before pushing
2019-12-12, by Matt Harbison
procutil: try and avoid angering CoreFoundation on macOS
2019-12-05, by Augie Fackler
nodetree: simplify a conditionnal in shortesthexnodeidprefix
2019-12-11, by Pierre-Yves David
config: close file even if we fail to read it
2019-12-11, by Martin von Zweigbergk
config: catch intended exception when failing to parse config
2019-12-11, by Martin von Zweigbergk
rust-hg-path: implement more readable custom Debug for HgPath{,Buf}
2019-12-11, by Martin von Zweigbergk
util: implement sortdict.insert()
2019-12-16, by Martin von Zweigbergk
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-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
cext-revlog: fixed __delitem__ for uninitialized nodetree
2019-12-05, by Georges Racinet
filemerge: fix a missing attribute usage
2019-11-20, by Matt Harbison
filemerge: drop a default argument to appease pytype
2019-11-20, by Matt Harbison
fuzz: add a seed corpus for the dirs fuzzer
2019-12-10, by Augie Fackler
fuzz: clean up production of seed corpora
2019-12-10, by Augie Fackler
status: add template/json data about whether a file has unresolved conflicts
2019-12-09, by Rodrigo Damazio Bovendorp
status: split morestatus data loading from display
2019-12-09, by Rodrigo Damazio Bovendorp
phabricator: add a "phabstatus" template keyword
2019-11-21, by Denis Laxalde
phabricator: add a "phabstatus" show view
2019-11-23, by Denis Laxalde
dirs: fix out-of-bounds access in Py3
2019-12-10, by Martin von Zweigbergk
manifestcache: add some test involving shares
2019-12-11, by Pierre-Yves David
fuzz: fix test-fuzz-targets.t to run with python3
2019-12-10, by Kyle Lippincott
py3: fix a bytes vs str issue in remotefilelog extension
2019-12-10, by Kyle Lippincott
rust-matchers: add doctests for `AlwaysMatcher`
2019-11-29, by Raphaël Gomès
rust-hg-path: add method to get part of a path relative to a prefix
2019-11-29, by Raphaël Gomès
rust-matchers: improve `Matcher` trait ergonomics
2019-11-29, by Raphaël Gomès
rust-dirs-multiset: use `AsRef` instead of concrete types when possible
2019-11-29, by Raphaël Gomès
logcmdutil: call _exthook() in changesettemplater
2019-11-21, by Denis Laxalde
phabricator: fix processing of tags/desc in getoldnodedrevmap()
2019-11-21, by Denis Laxalde
tests: replace [[]] bashism with portable [] invocation
2019-12-10, by Augie Fackler
rust-hg-path: implement `Display` for `HgPath` and `HgPathBuf`
2019-11-29, by Raphaël Gomès
rust-performance: introduce FastHashMap type alias for HashMap
2019-10-14, by Raphaël Gomès
mail: use procutil.shellsplit instead of bytes.split to parse command
2019-12-02, by Julien Cristau
annotate: describe --skip as taking a revset
2019-12-05, by Augie Fackler
automation: use latest Windows AMI as base
2019-12-05, by Gregory Szorc
tests: stabilize test-extdiff.t on Windows
2019-12-06, by Matt Harbison
exchange: fix an attempt to format a list into bytes
2019-12-07, by Matt Harbison
status: remove pointless filtering by alwaysmatcher in morestatus
2019-12-09, by Martin von Zweigbergk
tests: add test for Rust formatting
2019-12-07, by Gregory Szorc
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip