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.
rcutil: drop the `defaultrcpath()` method (API)
2019-12-29, by Matt Harbison
ui: add the ability to apply `defaultrc` configs from resources
2019-12-29, by Matt Harbison
ui: refactor `readconfig()` into a form that can consume resources
2019-12-29, by Matt Harbison
resourceutil: implement `contents()` to iterate over resources in a package
2019-12-29, by Matt Harbison
resourceutil: implement `is_resource()`
2019-12-29, by Matt Harbison
resourceutil: don't limit resources to the `mercurial` package
2019-12-28, by Matt Harbison
setup: include `defaultrc` in the package list
2019-12-28, by Matt Harbison
tests: update test-releasenotes-formatting.t output
2019-12-24, by Pulkit Goyal
tests: fix a copy/paste name duplication in storage.py
2019-12-28, by Matt Harbison
commit: change default `editor` parameter to None
2019-12-28, by Matt Harbison
cleanup: drop redundant character escapes outside of `[]`
2019-12-28, by Matt Harbison
cleanup: drop redundant character escapes from `[]` character sets
2019-12-28, by Matt Harbison
cleanup: replace contiguous spaces in regex patterns with an explicit count
2019-12-28, by Matt Harbison
mq: avoid using `__file__` to compare modules
2019-12-30, by Matt Harbison
util: avoid referencing `time.clock()` on Windows when missing (issue6238)
2019-12-31, by Matt Harbison
py3: replace `time.clock()` with `time.perf_counter()`
2019-12-30, by Matt Harbison
tests: fix a "naked exception" issue in test-remotefilelog-prefetch.t
2020-01-08, by Kyle Lippincott
rust-index: add a `experimental.rust.index` option to use the wrapper
2019-12-12, by Georges Racinet
rust-index: use the new method in shortesthexnodeidprefix
2019-12-11, by Georges Racinet
rust-index: expose a method to retrieve the C index
2019-12-12, by Georges Racinet
rust-index: handle `MixedIndex` in `pyindex_to_graph`
2019-12-12, by Pierre-Yves David
rust-index: make it possible to clone the struct referencing the C index
2019-12-13, by Georges Racinet
match: resolve filesets against the passed `cwd`, not the current one
2019-12-06, by Matt Harbison
fix: correct the clang-format example hgrc so that it actually works
2019-12-12, by Kyle Lippincott
inno: drop support for Windows 95/98/ME
2019-12-18, by Matt Harbison
rust-matchers: fixing cargo doc
2019-12-25, by Georges Racinet
rust-core: extracted a revlog submodule
2019-12-25, by Georges Racinet
phases: make the working directory consistently a draft
2019-12-19, by Rodrigo Damazio Bovendorp
rust-core: updated copyright notice
2019-12-25, by Georges Racinet
tests: fix failing doctest in match.py by adding dummy auditor
2019-12-27, by Martin von Zweigbergk
remotefilelog: actually fix (and test this time) a bytes vs str issue
2020-01-02, by Kyle Lippincott
merge with stable
2020-01-07, by Augie Fackler
revset: drop some unused code in the `remote` revset
2019-12-27, by Matt Harbison
tests: avoid using a list comprehension to fill a list with fixed values
2019-12-27, by Matt Harbison
histedit: avoid using a list comprehension to fill a list with fixed values
2019-12-27, by Matt Harbison
zstandard: vendor python-zstandard 0.13.0
2019-12-28, by Gregory Szorc
hgweb: delete a local variable instead of setting to `None`
2019-12-27, by Matt Harbison
tests: drop unused local variable assignments in linelog
2019-12-27, by Matt Harbison
ui: delete local variables instead of setting to `None`
2019-12-27, by Matt Harbison
tests: drop unused local variable assignments in remotefilelog
2019-12-27, by Matt Harbison
fastannotate: drop unused local variable assignments
2019-12-27, by Matt Harbison
fsmonitor: drop an unused local variable assignment
2019-12-27, by Matt Harbison
mq: drop an unused variable assignment
2019-12-27, by Matt Harbison
hgweb: delete local variable instead of setting it to `None`
2019-12-27, by Matt Harbison
annotate: avoid using a list comprehension to fill a list with fixed values
2019-12-27, by Matt Harbison
fsmonitor: drop an unused local variable
2019-12-27, by Matt Harbison
absorb: avoid using a list comprehension to fill a list with fixed values
2019-12-27, by Matt Harbison
run-tests: ensure the script exits when it fails to change directories
2019-12-27, by Matt Harbison
shelve: drop an unused variable assignment
2019-12-27, by Matt Harbison
hgweb: drop an unused variable assignment
2019-12-27, by Matt Harbison
revlog: drop an unused variable assignment
2019-12-27, by Matt Harbison
rebase: drop an unused variable assignment
2019-12-27, by Matt Harbison
polib: drop an unused local function
2019-12-27, by Matt Harbison
perf: drop an unused variable assignment
2019-12-27, by Matt Harbison
perf: drop an unnecessary `pass`
2019-12-27, by Matt Harbison
perf: fix the time measurement for pathcopies relative to p2
2019-12-27, by Matt Harbison
githelp: drop unused variable assignments
2019-12-27, by Matt Harbison
debug: drop unused variable assignments
2019-12-27, by Matt Harbison
changegroup: drop an unused variable assignment
2019-12-27, by Matt Harbison
bugzilla: drop an unused variable assignment
2019-12-27, by Matt Harbison
ancestor: drop another unused variable assignment
2019-12-27, by Matt Harbison
ancestor: drop an unused local variable assignment
2019-12-27, by Matt Harbison
cleanup: drop unused import from pywatchman
2019-12-27, by Matt Harbison
narrow: move `testedwith` after module imports
2019-12-27, by Matt Harbison
match: don't util.normpath() cwd
2019-12-26, by Matt Harbison
tests: convert the `root` arg of matchmod.match() to local path separators
2019-12-26, by Matt Harbison
commitablectx: fix the default phase
2019-12-27, by Pierre-Yves David
fix: fix handling of merge commits by using overlayworkingctx
2019-12-18, by Kyle Lippincott
rust-index: add a struct wrapping the C index
2019-12-23, by Georges Racinet
rust-index: add a `inner` method to the Index struct
2019-12-12, by Georges Racinet
revlog: made C Capsule an array of function pointers
2019-11-27, by Georges Racinet
lfs: fix a discrepancy with a function wanting a filelog, but calling it rlog
2019-12-22, by Matt Harbison
revlog: split the content verification of a node into a separate method
2019-12-22, by Matt Harbison
verify: update comment to say that lfs doesn't need fulltext to check renames
2019-12-22, by Matt Harbison
resourceutil: use `from importlib import resources`
2019-12-18, by Martin von Zweigbergk
import-checker: allow all absolute imports of stdlib modules
2019-12-18, by Martin von Zweigbergk
help: drop a reference to Windows 9x
2019-12-17, by Matt Harbison
help: clarify that the Windows registry key for hgrc files is systemwide
2019-12-17, by Matt Harbison
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip