Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
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
sidedata: introduce a new requirement to protect the feature
2019-09-09, by Pierre-Yves David
Added signature for changeset 181e52f2b62f
stable
2019-10-02, by Augie Fackler
Added tag 5.1.2 for changeset 181e52f2b62f
stable
2019-10-02, by Augie Fackler
copies: move file input processsing early
2019-09-25, by Pierre-Yves David
copies: prepare changelog for more copies storage mode
2019-09-25, by Pierre-Yves David
vfs: give all vfs an options attribute by default
2019-09-27, by Pierre-Yves David
revlog: explicitly set revlogv0 in vfs options
2019-09-27, by Pierre-Yves David
context: clarify the various mode in the _copies property cache
2019-09-27, by Pierre-Yves David
context: clarify the various mode in the filesremoved method
2019-09-27, by Pierre-Yves David
context: clarify the various mode in the filesadded method
2019-09-27, by Pierre-Yves David
copies: expand the logic of usechangesetcentricalgo
2019-09-26, by Pierre-Yves David
patchbomb: protect email addresses from shell
2019-09-30, by Floris Bruynooghe
automation: support and use Debian Buster by default
2019-09-29, by Gregory Szorc
automation: use latest AMIs
2019-09-29, by Gregory Szorc
automation: increase size of Linux AMI build volume
2019-09-29, by Gregory Szorc
automation: install awscli and python3-boto3 packages
2019-09-29, by Gregory Szorc
automation: upgrade packages in Linux environment
2019-09-29, by Gregory Szorc
automation: remove Ubuntu 18.10
2019-09-29, by Gregory Szorc
automation: always install docker-ce
2019-09-29, by Gregory Szorc
automation: use LSB_RELEASE instead of DEBIAN_VERSION
2019-09-29, by Gregory Szorc
tests: use silenttestrunner in test-simplemerge.py
2019-09-29, by Gregory Szorc
contrib: use pycompat.xrange in bdiff-torture.py
2019-09-29, by Gregory Szorc
interfaces: use triple quotes for Attribute value
2019-09-29, by Gregory Szorc
tests: suppress output from write()
2019-09-29, by Gregory Szorc
tests: look for additional pip warning variant
2019-09-29, by Gregory Szorc
tests: use test harness `hg` in test-hghave.t
2019-09-29, by Gregory Szorc
synthrepo: use pycompat.xrange
2019-09-28, by Gregory Szorc
perf: fix perfhelper-pathcopies without --stats
2019-09-27, by Pierre-Yves David
upgrade: also register copied `.d` files to fncache
2019-09-27, by Pierre-Yves David
upgrade: fix handling of `.d` data file
2019-09-27, by Pierre-Yves David
upgrade: also copy data file
2019-09-27, by Pierre-Yves David
upgrade: create the correct destination directory for copies revlogs
2019-09-27, by Pierre-Yves David
upgrade: fix DELTAREUSEFULLADD implementation in revlog.clone
2019-09-27, by Pierre-Yves David
upgrade: document DELTAREUSEFULLADD in revlog.clone
2019-09-27, by Pierre-Yves David
upgrade: move most of revlog.clone method into a _clone method
2019-09-27, by Pierre-Yves David
flagprocessors: remove flagprocessorsmixin
2019-09-07, by Pierre-Yves David
flagprocessors: move _flagserrorclass attribute on revlog & co
2019-09-07, by Pierre-Yves David
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip