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.
fuzz: new fuzzer for dirs.c
2019-10-09, by Augie Fackler
dirs: fix trivial over-read of input data
2019-10-08, by Augie Fackler
sidedatacopies: deal with upgrading and downgrading to that format
2019-10-06, by Pierre-Yves David
sidedatacopies: move various copies related function to the copies modules
2019-10-06, by Pierre-Yves David
sidedatacopies: read rename information from sidedata
2019-10-09, by Pierre-Yves David
changelog: make copies related function return None or a valid value
2019-10-10, by Pierre-Yves David
test: fix zstd related output in pure tests
2019-10-10, by Pierre-Yves David
sidedatacopies: get and store sidedata in the changelogrevision object
2019-10-06, by Pierre-Yves David
sidedatacopies: write copies information in sidedata when applicable
2019-10-06, by Pierre-Yves David
sidedatacopies: introduce a sidedata testcase for test-copies-in-changeset.t
2019-10-06, by Pierre-Yves David
sidedatacopies: introduce a sidedata testcase for test-copies-unrelated.t
2019-10-06, by Pierre-Yves David
sidedatacopies: introduce a sidedata testcase for test-copies.t
2019-10-06, by Pierre-Yves David
sidedatacopies: teach upgrade about the new requirement
2019-10-06, by Pierre-Yves David
sidedatacopies: add a new requirement for storing copies into sidedata
2019-10-06, by Pierre-Yves David
debugsidedata: small doc improvement
2019-10-06, by Pierre-Yves David
upgrade: allow for `sidedata` removal
2019-10-06, by Pierre-Yves David
upgrade: allow upgrade to repository using sidedata
2019-10-06, by Pierre-Yves David
revlog: add a way to control sidedata changes during revlog.clone
2019-10-06, by Pierre-Yves David
sidedata: use only changegroup3 if sidedata is in use
2019-10-06, by Pierre-Yves David
sidedata: apply basic but tight security around exchange
2019-10-06, by Pierre-Yves David
perf: use `setup` function in `perfdirstatewrite`
2019-10-08, by Pierre-Yves David
perf: document `perfdirstatewrite`
2019-10-08, by Pierre-Yves David
perf: use `setup` function in `perfdirfoldmap`
2019-10-08, by Pierre-Yves David
perf: document `perfdirfoldmap`
2019-10-08, by Pierre-Yves David
perf: use `setup` function in `perfdirstatefoldmap`
2019-10-08, by Pierre-Yves David
perf: document `perfdirstatefoldmap`
2019-10-08, by Pierre-Yves David
perf: use `setup` function in `perfdirstatedirs`
2019-10-08, by Pierre-Yves David
perf: document `perfdirstatedirs`
2019-10-08, by Pierre-Yves David
perf: use `setup` function in `perfdirstate`
2019-10-08, by Pierre-Yves David
perf: document `perfdirstate`
2019-10-08, by Pierre-Yves David
perf: document `perfstatus`
2019-10-08, by Pierre-Yves David
py3: flush ui after each message in interactive patch filtering
2019-10-09, by Denis Laxalde
py3: decode prompt string before calling rawinput
2019-10-09, by Denis Laxalde
cleanup: join string literals that are already on one line
2019-10-08, by Martin von Zweigbergk
debugcommands: add a few more writenoi18n()
2019-10-08, by Martin von Zweigbergk
py3: delete b'' prefix from safehasattr arguments
2019-10-06, by Martin von Zweigbergk
destutil: provide hint on rebase+merge for how to specify destination/rev
2019-10-08, by Kyle Lippincott
hghave: document format for version feature checks as <name><vers>, no dots
2019-10-08, by Kyle Lippincott
check-commit: allow foo_bar naming in functions
2018-02-02, by Gregory Szorc
infinitepush: mark extension as likely to be deleted
2019-10-08, by Augie Fackler
tests: use range() in generate-churning-module.py
2019-10-07, by Gregory Szorc
tests: allow warning about file
2019-10-07, by Gregory Szorc
lsprof: remove __main__ functionality
2019-10-07, by Gregory Szorc
tests: use proper Python 3.8 feature
2019-10-07, by Gregory Szorc
py3: finish porting iteritems() to pycompat and remove source transformer
2019-10-07, by Gregory Szorc
py3: define and use pycompat.iteritems() for hgext/
2019-10-06, by Gregory Szorc
py3: define and use pycompat.itervalues()
2019-10-06, by Gregory Szorc
py3: stop normalizing 2nd argument of *attr() to unicode
2019-10-06, by Gregory Szorc
log: populate keywords if specified in custom -Tjson(...) or -Tcbor(...)
2019-10-06, by Yuya Nishihara
formatter: map -Tjson(...) and -Tcbor(...) to templater
2019-10-05, by Yuya Nishihara
formatter: parse name of built-in formatter templates in standard way
2019-10-05, by Yuya Nishihara
formatter: pass in template spec to templateformatter as argument
2019-10-05, by Yuya Nishihara
templater: add public parseexpr() function to parse "-Tjson(...)"
2019-10-05, by Yuya Nishihara
import: read X-Mercurial-Node email header to determine nodeid
2019-10-06, by Denis Laxalde
patchbomb: use procutil.shellquote() instead of shlex to escape email address
2019-10-02, by Yuya Nishihara
formatting: introduce a `test-check-format-black.t` that enforce formatting
2019-10-07, by Pierre-Yves David
formatting: run black on all file again
2019-10-07, by Pierre-Yves David
formatting: make black --quiet in the example `hg fix` config
2019-10-07, by Pierre-Yves David
formatting: remove the data-ogre from the config example
2019-10-07, by Pierre-Yves David
py3: stop normalizing .encode()/.decode() arguments to unicode
2019-10-06, by Gregory Szorc
py3: manually import pycompat.delattr where it is needed
2019-10-06, by Gregory Szorc
py3: manually import getattr where it is needed
2019-10-06, by Gregory Szorc
py3: stop injecting pycompat.hasattr into modules
2019-10-06, by Gregory Szorc
py3: manually import pycompat.setattr where it is needed
2019-10-06, by Gregory Szorc
py3: stop implicitly importing unicode
2019-10-06, by Gregory Szorc
py3: manually import pycompat.open into files that need it
2019-10-06, by Gregory Szorc
import-checker: allow symbol imports from mercurial.pycompat
2019-10-06, by Gregory Szorc
contrib: add a fork of black (as "grey") that includes my changes
2019-10-06, by Augie Fackler
rust-cpython: change license of ref_sharing.rs to MIT
2019-10-05, by Yuya Nishihara
contrib: fix check-code to be able to detect missing _() with bytestrings
2019-10-06, by Augie Fackler
cleanup: mark some ui.(status|note|warn|write) calls as not needing i18n
2019-10-06, by Augie Fackler
ui: define (write|status|warn|note)noi18n aliases
2019-10-06, by Gregory Szorc
mangler: stop rewriting string constants to be bytes literals
2019-05-04, by Augie Fackler
formatting: byteify all mercurial/ and hgext/ string literals
2019-10-06, by Augie Fackler
formatting: blacken the codebase
2019-10-06, by Augie Fackler
style: run a patched black on a subset of mercurial
2019-10-05, by Augie Fackler
tests: conditionalize output for Python 3
2019-10-04, by Gregory Szorc
hg: remove HGUNICODEPEDANTRY and RTUNICODEPEDANTRY
2019-10-05, by Gregory Szorc
convert: use pycompat.fsencode()
2019-10-04, by Gregory Szorc
tests: make tarball output conditional on Python version
2019-10-05, by Gregory Szorc
tests: conditionalize test-run-tests.t for Python 3.8
2019-10-05, by Gregory Szorc
hgweb: use importlib.reload() if available
2019-10-05, by Gregory Szorc
tests: allow xrange warning from perf.py
2019-10-05, by Gregory Szorc
debugsidedata: fix verbose mode on python3
2019-10-06, by Pierre-Yves David
import: add debug messages when parsing data from patch header
2019-10-06, by Denis Laxalde
examples: include a sample of how to use black with fix
2019-10-06, by Augie Fackler
black: add a pyproject.toml that contains our black settings
2019-10-06, by Augie Fackler
contrib: stop whining about whitespace around =
2019-10-05, by Augie Fackler
contrib: black manages whitespace after Python keywords now
2019-10-05, by Augie Fackler
contrib: allow trailing commas in lists
2019-10-05, by Augie Fackler
contrib: remove check-code line length limit
2019-10-05, by Augie Fackler
changegroup: use positive logic for treemanifest changegroup3 logic
2019-09-30, by Pierre-Yves David
fix: add :enabled sub-config for fixer tools
2019-10-05, by Danny Hooper
automation: add a command to submit to a Try server
2019-10-05, by Gregory Szorc
automation: improve documentation for credentials management
2019-10-05, by Gregory Szorc
automation: switch to us-west-2 by default
2019-10-05, by Gregory Szorc
automation: upgrade various packages
2019-10-05, by Gregory Szorc
statprof: drop python #! and exec bit we don't use
2019-10-05, by Augie Fackler
cvsps: switch a file open to a with statement
2019-10-05, by Augie Fackler
templatefuncs: account for user's diffopts in diff() (BC)
2019-10-05, by Denis Laxalde
transaction: re-wrap line to avoid a black bug
2019-10-05, by Augie Fackler
discovery: re-wrap expression to avoid a black bug
2019-10-05, by Augie Fackler
sidedata: adjust string for python3
2019-10-04, by Pierre-Yves David
py3: fix phabricator's use of json.loads() for py3.5
2019-10-04, by Ian Moody
run-tests: make coverage work out of tree
2019-10-04, by Ian Moody
unfinishedstate: suggested `hg update .` (including `.`) to complete update
2019-10-03, by Martin von Zweigbergk
setup: build extensions in parallel by default
2019-09-30, by Gregory Szorc
merge with stable
2019-10-03, by Yuya Nishihara
sidedata: check that the sidedata safely roundtrip
2019-09-10, by Pierre-Yves David
sidedata: add a debugsidedata command
2019-09-10, by Pierre-Yves David
sidedata: test we can successfully write sidedata
2019-09-09, by Pierre-Yves David
sidedata: make sure we don't use the flag if there are not sidedata
2019-09-27, by Pierre-Yves David
revlog: add the appropriate flag is sidedata are passed to `addrevision`
2019-09-03, by Pierre-Yves David
sidedata: register the flag processors if the repository allows for it
2019-09-04, by Pierre-Yves David
sidedata: add a function for _processflagsraw usage
2019-09-04, by Pierre-Yves David
sidedata: add a function to write sidedata into a raw text
2019-09-04, by Pierre-Yves David
sidedata: add a function to read sidedata from revlog raw text
2019-09-04, by Pierre-Yves David
sidedata: add a new module with basic documentation
2019-09-09, by Pierre-Yves David
sidedata: add a new revision flag constant for side data
2019-08-07, by Pierre-Yves David
upgrade: detect the side-data format variants
2019-09-04, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip