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.
py3: another three passing
2018-04-13, by Augie Fackler
httppeer: work around API differences on urllib Request objects
2018-04-13, by Augie Fackler
httppeer: no matter what Python 3 might think, http headers are bytes
2018-04-13, by Augie Fackler
httppeer: fix debug prints to work on Python 3
2018-04-13, by Augie Fackler
url: some bytes/str cleanup where we interface with stdlib funcs
2018-04-13, by Augie Fackler
hgweb: these strings should be sysstrs, not bytes
2018-04-13, by Augie Fackler
tests: port inline extensions in test-http.t to Python 3
2018-04-13, by Augie Fackler
patch: implement a new worddiff algorithm
2018-04-09, by Jun Wu
patch: buffer lines for a same hunk
2018-03-19, by Jun Wu
patch: move yielding "\n" to the end of loop
2018-03-19, by Jun Wu
context: clarify deprecation warning message
2018-04-16, by Martin von Zweigbergk
wireprotov2: add support for more response types
2018-04-15, by Gregory Szorc
wireprotov2: remove support for sending bytes response
2018-04-14, by Gregory Szorc
wireprotov2: change behavior of error frame
2018-04-14, by Gregory Szorc
wireprotov2: change command response protocol to include a leading map
2018-04-14, by Gregory Szorc
wireprotov2: change frame type and name for command response
2018-04-14, by Gregory Szorc
wireprotov2: change frame type value for command data
2018-04-14, by Gregory Szorc
wireprotov2: define response data as CBOR
2018-04-14, by Gregory Szorc
wireprotov2: decode responses to their expected types
2018-04-14, by Gregory Szorc
wireprotov2: establish a type for representing command response
2018-04-14, by Gregory Szorc
wireprotov2: move response handling out of httppeer
2018-04-14, by Gregory Szorc
debugcommands: ability to suppress logging of handshake
2018-04-14, by Gregory Szorc
hg: pass command intents to repo/peer creation (API)
2018-04-14, by Gregory Szorc
registrar: replace "cmdtype" with an intent-based mechanism (API)
2018-04-14, by Gregory Szorc
cleanup: polyfill assertRaisesRegex so we can avoid assertRaisesRegexp
2018-04-14, by Augie Fackler
tests: add b prefixes to test-hg-parseurl.py
2018-04-14, by Augie Fackler
tests: port test-hg-parseurl.py to unittest
2018-04-14, by Augie Fackler
hgwebdir: un-bytes the env dict before re-parsing env
2018-04-14, by Augie Fackler
cborutil: implement support for streaming encoding, bytestring decoding
2018-04-14, by Gregory Szorc
configitems: register server.zstdlevel
2018-04-15, by Matt Harbison
scmutil: make shortesthexnodeidprefix() take a full binary nodeid
2018-04-14, by Martin von Zweigbergk
scmutil: make shortesthexnodeidprefix() use unfiltered repo
2018-04-13, by Martin von Zweigbergk
templates: adjust white space amount in the output of {whyunstable}
2018-04-15, by Anton Shestakov
tests: split long templates that use {whyunstable} and put them in hgrc
2018-04-15, by Anton Shestakov
tests: make custom templates that use {whyunstable} terser
2018-04-15, by Anton Shestakov
tests: hg log shouldn't need --hidden to show whyunstable template keyword
2018-04-15, by Anton Shestakov
makefile: add Ubuntu Bionic docker targets (.deb and ppa)
2018-04-14, by Antonio Muci
makefile: reformat .PHONY targets
2018-04-14, by Antonio Muci
makefile: mkdir is not needed on templatized docker builds
2018-04-14, by Antonio Muci
hgweb: convert _siblings to a factory function of mappinggenerator
2018-04-01, by Yuya Nishihara
hgweb: extract a generator function of _siblings class
2018-04-01, by Yuya Nishihara
hgweb: wrap {changenav} and {nav} with mappinglist
2018-04-01, by Yuya Nishihara
hgweb: make revnav.gen() simply build a list of mappings by one pass
2018-04-01, by Yuya Nishihara
hgweb: lift {sessionvars} to a wrapped type
2018-04-01, by Yuya Nishihara
hgweb: make sessionvars class less dense
2018-04-01, by Yuya Nishihara
hgweb: prefix private variables of sessionvars with '_'
2018-04-01, by Yuya Nishihara
lfs: update the HTTP status codes in error cases
2018-04-13, by Matt Harbison
lfs: gracefully handle aborts on the server when corrupt blobs are detected
2018-02-25, by Matt Harbison
lfs: fix the inferred remote store path when using a --prefix
2018-04-13, by Matt Harbison
lfs: log information about Internal Server Errors reported in the Batch API
2018-04-13, by Matt Harbison
test-lfs: add tests to force server error path coverage
2018-04-07, by Matt Harbison
keepalive: add ** overlooked in 83250442dc81
2018-04-14, by Augie Fackler
test-check-commit: don't run hg per commit
2018-04-14, by Yuya Nishihara
templates: make divergentnodes in whyunstable keyword be a hybrid list
2018-04-14, by Anton Shestakov
templates: add whyunstable template keyword
2018-03-26, by Anton Shestakov
commands: drop spurious r'' on dry_run in forget
2018-04-14, by Augie Fackler
tests: port inline extension in test-http-bundle1.t to py3
2018-04-14, by Augie Fackler
tests: add all missing b prefixes in reactor tests
2018-04-14, by Augie Fackler
stringutil: ast.literal_eval needs a unicode on py3
2018-04-14, by Augie Fackler
scmutil: introduce shortesthexnodeidprefix()
2018-04-13, by Martin von Zweigbergk
scmutil: use resolvehexnodeidprefix() from revsymbol()
2018-04-13, by Martin von Zweigbergk
scmutil: rename resolvepartialhexnodeid() to resolvehexnodeidprefix()
2018-04-13, by Martin von Zweigbergk
scmutil: document that isrevsymbol() raises on ambiguous node prefix
2018-04-13, by Martin von Zweigbergk
context: set stack level for deprecation warning
2018-04-13, by Martin von Zweigbergk
util: set correct stack level on deprecation warnings
2018-04-13, by Martin von Zweigbergk
revset: pass in lookup function instead of repo (API)
2018-04-14, by Yuya Nishihara
revset: drop support for posttreebuilthook() (API)
2018-04-14, by Yuya Nishihara
py3: make values bytes before passing into server.runservice()
2018-04-14, by Pulkit Goyal
py3: two more passing tests
2018-04-13, by Augie Fackler
localrepo: add some overlooked strkwargs love for py3
2018-04-13, by Augie Fackler
py3: paper over differences in future exception handling
2018-04-13, by Augie Fackler
py3: add b'' prefixes to make values bytes
2018-04-14, by Pulkit Goyal
py3: use b"%d" instead of str() to convert int to bytes
2018-04-14, by Pulkit Goyal
py3: add b'' prefixes to make values bytes
2018-04-14, by Pulkit Goyal
py3: use str variables to check keys in request header
2018-04-14, by Pulkit Goyal
py3: make sure curses.tigetstr() first argument is a str
2018-04-14, by Pulkit Goyal
py3: use stringutil.forcebytestr() instead of str()
2018-04-14, by Pulkit Goyal
py3: iterate over a copy of dict while changing it
2018-04-14, by Pulkit Goyal
py3: use urllib.parse.unquote_plus instead of urllib.unquote_plus
2018-04-14, by Pulkit Goyal
py3: add b'' prefixes to tests/test-status-inprocess.py
2018-04-13, by Pulkit Goyal
lock: don't use 'file' as a variable name
2018-04-13, by Pulkit Goyal
py3: use b"%d" instead of str() to convert integers to bytes
2018-04-13, by Pulkit Goyal
wireproto: expose repository formats via capabilities
2018-04-13, by Gregory Szorc
wireprotoframing: record when new stream is encountered
2018-04-13, by Gregory Szorc
wireprotoframing: use value passed into function
2018-04-12, by Gregory Szorc
httppeer: handle error response from client reactor
2018-04-12, by Gregory Szorc
wireproto: add media type to version 2 capabilities response
2018-04-13, by Gregory Szorc
debugcommands: use command executor for invoking commands
2018-04-13, by Gregory Szorc
httppeer: implement command executor for version 2 peer
2018-04-13, by Gregory Szorc
repository: remove ipeercommands from ipeerbase
2018-04-13, by Gregory Szorc
wireproto: properly call clonebundles command
2018-04-13, by Gregory Szorc
exchange: use command executor for getbundle
2018-04-13, by Gregory Szorc
exchange: use command executor for pushkey
2018-04-13, by Gregory Szorc
wireproto: use command executor for unbundle
2018-04-13, by Gregory Szorc
debugcommands: perform handshake when obtaining httpv2 peer
2018-04-12, by Gregory Szorc
wireproto: rename HTTPV2 so it less like HTTP/2
2018-04-11, by Gregory Szorc
bundlerepo: use command executor for wire protocol commands
2018-04-13, by Gregory Szorc
bundlerepo: rename "other" to "peer"
2018-04-11, by Gregory Szorc
bookmarks: use command executor for wire protocol commands
2018-04-13, by Gregory Szorc
hg: use command executor for wire protocol commands
2018-04-13, by Gregory Szorc
logexchange: use command executor for wire protocol commands
2018-04-13, by Gregory Szorc
streamclone: use command executor for wire protocol commands
2018-04-13, by Gregory Szorc
discovery: use command executor interface
2018-04-13, by Gregory Szorc
discovery: don't redundantly call branchmap
2018-04-11, by Gregory Szorc
wireproto: convert legacy commands to command executor
2018-04-13, by Gregory Szorc
treediscovery: switch to command executor interface
2018-04-13, by Gregory Szorc
wireproto: remove iterbatch() from peer interface (API)
2018-04-11, by Gregory Szorc
largefiles: use command executor for batch operation
2018-04-13, by Gregory Szorc
wireproto: implement batching on peer executor interface
2018-04-13, by Gregory Szorc
wireproto: implement command executor interface for version 1 peers
2018-04-13, by Gregory Szorc
repository: define new interface for running commands
2018-04-13, by Gregory Szorc
pycompat: export a handle on concurrent.futures
2018-04-09, by Gregory Szorc
setup: add packages for concurrent.futures
2018-04-09, by Gregory Szorc
futures: switch to absolute and relative imports
2018-04-09, by Gregory Szorc
tests: silence pyflakes for thirdparty/concurrent
2018-04-09, by Gregory Szorc
futures: get rid of extend_path
2018-04-09, by Gregory Szorc
thirdparty: vendor futures 3.2.0
2018-04-11, by Gregory Szorc
py3: make sure decode() first argument is str
2018-04-12, by Pulkit Goyal
patch: make extract() a context manager (API)
2018-04-12, by Gregory Szorc
cmdutil: pass in parsed patch to tryimportone() (API)
2018-04-12, by Gregory Szorc
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip