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
+10000
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.
narrow: when widening, don't include manifests the client already has
2018-10-05, by Martin von Zweigbergk
tests: add test for widening from an empty clone
2018-10-17, by Martin von Zweigbergk
subrepo: access status members by name instead of by position
2018-10-17, by Martin von Zweigbergk
revisions: when using prefixhexnode, ensure we prefix "0"
2018-10-16, by Kyle Lippincott
store: pass matcher to store.datafiles()
2018-10-03, by Pulkit Goyal
streamclone: pass narrowing related info in _walkstreamfiles()
2018-10-03, by Pulkit Goyal
streamclone: new server config and some API changes for narrow stream clones
2018-09-26, by Pulkit Goyal
narrow: only send the narrowspecs back if ACL in play
2018-10-10, by Pulkit Goyal
zsh_completion: add -l/--list flag for hg bookmarks completion
2018-10-17, by Anton Shestakov
zsh_completion: fix a couple of flags still not being perfect
2018-10-17, by Anton Shestakov
zsh_completion: use $_hg_remote_opts after it is defined
2018-10-17, by Anton Shestakov
tests: fix "running x tests using y ... " output in a few more places
2018-10-17, by Martin von Zweigbergk
py3: fix test-hardlinks.t
2018-10-14, by Mark Thomas
exchange: support declaring pull depth
2018-09-14, by Gregory Szorc
exchangev2: support for calling rawstorefiledata to retrieve raw files
2018-10-17, by Gregory Szorc
wireprotov2: implement command for retrieving raw store files
2018-10-16, by Gregory Szorc
wireprotov2: add response type that serializes to indefinite length bytestring
2018-10-16, by Gregory Szorc
exchangev2: recognize narrow patterns when pulling
2018-09-26, by Gregory Szorc
sqlitestore: file storage backend using SQLite
2018-10-09, by Gregory Szorc
storageutil: extract most of peek_censored from revlog
2018-10-16, by Gregory Szorc
lfs: autoload the extension when cloning from repo with lfs enabled
2018-09-20, by Matt Harbison
testing: switch to inserting deltas
2018-10-16, by Gregory Szorc
testing: remove expectation of error on bad node insert
2018-10-16, by Gregory Szorc
storageutil: convert fileid to bytes to avoid cast to %s
2018-10-16, by Gregory Szorc
tests: use byte literals in test-storage.py
2018-10-16, by Gregory Szorc
py3: byte-stringify literals in test-keyword.t
2018-10-16, by Yuya Nishihara
py3: flush std streams before/after running user code in heredoctest.py
2018-10-16, by Yuya Nishihara
py3: rewrite StringIO fallback for Python 3
2018-10-16, by Yuya Nishihara
py3: reinvent print() function for contrib/hgclient.py
2018-10-16, by Yuya Nishihara
py3: work around unicode stdio streams in contrib/hgclient.py
2018-10-16, by Yuya Nishihara
py3: convert string literals to bytes in contrib/hgclient.py
2018-10-16, by Yuya Nishihara
merge with stable
2018-10-16, by Augie Fackler
branchmap: remove redundant sort
2018-08-31, by Martijn Pieters
revset: drop special case of 'revset(...)' function in analyze
2018-10-11, by Boris Feld
revset: document the `revset(...)` syntax
2018-10-11, by Boris Feld
check-commit: update test expectation per removal of "double empty line" rule
2018-10-16, by Yuya Nishihara
style: drop requirement to only use single lines between top-level objects
2018-10-14, by Martijn Pieters
py3: byteify extension in test-relink.t
2018-10-14, by Matt Harbison
f: fix a Python 3 bytes/string issue
2018-10-13, by Augie Fackler
tests: use regex instead of Python versions for archive hash changes
2018-10-14, by Augie Fackler
notify: a ton of encoding dancing to deal with the email module
2018-10-14, by Augie Fackler
tests: add missing b prefix in test-context-metadata.t
2018-10-14, by Augie Fackler
context: raise runtime errors with sysstrs
2018-10-14, by Augie Fackler
rust: rustfmt config for hg-direct-ffi
2018-10-15, by Georges Racinet
rust: rustlazyancestors.__contains__
2018-10-08, by Georges Racinet
help: fix a missing quote character in ui.tweakdefaults
2018-10-14, by Matt Harbison
rust: hooking into Python code
2018-09-27, by Georges Racinet
py3: fix test-propertycache.py
2018-10-14, by Mark Thomas
py3: fix test-dirstate-race.t
2018-10-14, by Mark Thomas
help: adding a proper declaration for shortlist/basic commands (API)
2018-10-12, by Rodrigo Damazio
help: assigning topic categories
2018-10-12, by Rodrigo Damazio
help: assigning categories to existing commands
2018-10-13, by rdamazio
help: splitting the topics by category
2018-10-12, by Rodrigo Damazio
help: adding support for command categories
2018-10-13, by rdamazio
notify: just use email.errors
2018-10-14, by Yuya Nishihara
rust-chg: add struct holding information needed to spawn server process
2018-10-06, by Yuya Nishihara
rust-chg: install logger if $CHGDEBUG is set
2018-10-07, by Yuya Nishihara
rust-chg: depend on log and tokio_timer
2018-10-06, by Yuya Nishihara
rust-chg: suppress panic while writing chg error to stderr
2018-10-07, by Yuya Nishihara
logcmdutil: add a helpful assertion to catch mistyped templates early
2018-10-14, by Augie Fackler
notify: adapt to new location of email module's errors
2018-10-14, by Augie Fackler
notify: add some b prefixes
2018-10-14, by Augie Fackler
py3: fix test-diff-color.t
2018-10-14, by Mark Thomas
py3: fix test-revlog.t
2018-10-14, by Mark Thomas
fuzz: try *even harder* to prevent Python from looking up usernames
2018-10-14, by Augie Fackler
wireproto: fix incorrect function name in docstring
2018-10-14, by Connor Sheehan
py3: fix test-status.t
2018-10-13, by Mark Thomas
formatter: make debug output prettier
2018-10-14, by Yuya Nishihara
stringutil: allow to specify initial indent level of pprint()
2018-10-14, by Yuya Nishihara
stringutil: make level parameter of pprintgen() 0-origin
2018-10-14, by Yuya Nishihara
formatter: use stringutil.pprint() in debug output to drop b''
2018-10-14, by Yuya Nishihara
rust: exposing in parsers module
2018-09-27, by Georges Racinet
rust: iterator bindings to C code
2018-09-27, by Georges Racinet
rust: pure Rust lazyancestors iterator
2018-09-27, by Georges Racinet
run-tests: restore quoting the python executable for running *.py tests
2018-10-13, by Matt Harbison
tests: replace `cd ..` with an absolute path in a couple ssh tests
2018-10-13, by Matt Harbison
lfs: register the flag processors per repository
2018-10-04, by Matt Harbison
revlog: allow flag processors to be applied via store options
2018-10-09, by Matt Harbison
py3: use str to query registry values on Windows
2018-10-12, by Matt Harbison
py3: convert "usage" literal to bytes
2018-10-13, by Yuya Nishihara
churn: remove redundant round()
2018-10-13, by Augie Fackler
py3: use py3 as the test tag, dropping the k
2018-10-13, by Martijn Pieters
tests: fix inline extension in test-fncache.t for Python 3
2018-10-13, by Augie Fackler
py3: 3 more passing tests
2018-10-13, by Augie Fackler
simplemerge: port to Python 3
2018-10-13, by Augie Fackler
contrib: fix up output in check-config.py to use strs to avoid b prefixes
2018-10-13, by Augie Fackler
context: open files in bytes mode
2018-10-13, by Augie Fackler
tests: fix up test-hghave for recent run-tests change to use more CPUs
2018-10-13, by Augie Fackler
py3: fix test-parse-date.t
2018-10-13, by Mark Thomas
obsolete: don't translate internal error message
2018-10-12, by Yuya Nishihara
py3: get around unicode docstrings in test-encoding-textwrap.t and test-help.t
2018-10-12, by Yuya Nishihara
crecord: make enter move cursor down to the next item of the same type
2018-10-13, by Anton Shestakov
py3: fix infinitepush extension tests
2018-10-13, by Mark Thomas
py3: build help of compression engines in bytes
2018-10-13, by Yuya Nishihara
py3: do I/O in bytes in test-help.t
2018-10-13, by Yuya Nishihara
tests: accept slightly different zip file in Python 3
2018-10-13, by Augie Fackler
webcommands: use stringutil.pprint() to repr invalid archive types
2018-10-13, by Augie Fackler
archival: don't try and fsdecode non-{bytes,str} objects
2018-10-13, by Augie Fackler
tests: fix last failure in test-tools.t
2018-10-13, by Augie Fackler
run-tests: run tests with as many processes as cores by default
2018-10-13, by Gregory Szorc
run-tests: print number of tests and parallel process count
2018-10-13, by Gregory Szorc
releasenotes: use stringutil.wrap() instead of handcrafted TextWrapper wrapper
2018-10-13, by Yuya Nishihara
match: optimize matcher when all patterns are of rootfilesin kind
2018-10-13, by Martin von Zweigbergk
churn: use integer division consistently
2018-10-13, by Augie Fackler
churn: fix stack traces on Python 3
2018-10-13, by Augie Fackler
py3: moar passing tests
2018-10-13, by Augie Fackler
py3: one new passing tests
2018-10-12, by Augie Fackler
tests: expand our coverage of errors in Python 3 for bad extensions
2018-10-12, by Augie Fackler
tests: add lots of globs and conditional output lines
2018-10-12, by Augie Fackler
releasenotes: fix remaining bytes/unicode issues caught by tests
2018-10-13, by Augie Fackler
relnotes: port to Python 3
2018-10-13, by Augie Fackler
py3: use __code__ instead of func_code to test if func is cachable
2018-10-13, by Yuya Nishihara
py3: pass in system string to vars(branchmap).__contains__()
2018-10-13, by Yuya Nishihara
test-bookmarks-pushpull: use correct tmp dir for no-bm-move.sh
2018-10-13, by Mark Thomas
py3: add some glob to make output compatible with python 3
2018-10-13, by Pulkit Goyal
py3: add a b'' prefix in tests/test-requires.t
2018-10-13, by Pulkit Goyal
py3: use '%d' for rev nums instead of '%s'
2018-10-13, by Pulkit Goyal
py3: more globing of things to make output compatible between py2 and py3
2018-10-13, by Pulkit Goyal
py3: use stringutil.pprint() instead of '%r'
2018-10-13, by Pulkit Goyal
py3: use '%d' for integers instead of '%s'
2018-10-13, by Pulkit Goyal
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip