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.
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
stringutil: support more types with pprint()
2018-04-12, by Gregory Szorc
fix: port most of the way to python 3
2018-04-12, by Augie Fackler
lfs: teach the blob server to handle --prefix
2018-04-12, by Matt Harbison
hgweb: fallback to checking wsgireq.env for REPO_NAME for 3rd party hosting
2018-04-05, by Matt Harbison
peer: scatter module to the wind (API)
2018-04-11, by Gregory Szorc
wireproto: move version 1 peer functionality to standalone module (API)
2018-04-11, by Gregory Szorc
wireproto: move gboptsmap to wireprototypes and rename (API)
2018-04-11, by Gregory Szorc
wireproto: move value encoding functions to wireprototypes (API)
2018-04-11, by Gregory Szorc
httppeer: basic implementation of capabilities interface
2018-04-10, by Gregory Szorc
repository: split capabilities methods into separate interface
2018-04-10, by Gregory Szorc
httppeer: implement ipeerconnection
2018-04-11, by Gregory Szorc
py3: whitelist another six passing tests
2018-04-12, by Augie Fackler
py3: whitelist another nine passing tests
2018-04-11, by Augie Fackler
hgweb: use our forked wsgiheaders module instead of stdlib one
2018-04-11, by Augie Fackler
wsgiheaders: import a bytes-ified fork of wsgiref.headers from cpython@46f5072
2018-04-12, by Augie Fackler
export: enable formatter support (API)
2018-04-12, by Yuya Nishihara
export: extract function to write patch to file object (API)
2018-04-12, by Yuya Nishihara
export: port _exportsingle() to formatter
2018-04-12, by Yuya Nishihara
export: serialize revisions to be exported per destination file
2018-04-12, by Yuya Nishihara
export: split cmdutil.export() to single-file and maybe-multiple-files cases
2018-04-12, by Yuya Nishihara
export: remove unused argument 'rev' from _exportsingle()
2018-04-12, by Yuya Nishihara
export: do not start pager if output will be written to file
2018-04-12, by Yuya Nishihara
formatter: carry opts to file-based formatters by basefm
2018-04-12, by Yuya Nishihara
formatter: remove unused private attributes from baseformatter
2018-04-12, by Yuya Nishihara
fix: add --all flag to fix non-public non-obsolete revisions
2018-03-30, by Danny Hooper
fsmonitor: layer on another hack in bser.c for os.stat() compat (issue5811)
2018-03-24, by Augie Fackler
tests: use `f --newer` instead of `stat -c` in test-fix.t
2018-04-11, by Augie Fackler
tests: glob away fqdn wherever we print it
2018-04-11, by Augie Fackler
hgweb: use native strings when interfacing with stdlib headers
2018-04-11, by Augie Fackler
wireprotoserver: headers are bytes for us internally, use bytes
2018-04-11, by Augie Fackler
hgweb: put response headers back into str for Python 3
2018-04-11, by Augie Fackler
tests: load showstack in test-pull-http.t so network hangs are easier to find
2018-04-11, by Augie Fackler
keepalive: rewrite readinto() to not use read()
2018-04-11, by Augie Fackler
py3: use bytes() instead of str() on util.url()
2018-04-12, by Pulkit Goyal
py3: use stringutil.forcebytestr() to convert error messages to bytes
2018-04-12, by Pulkit Goyal
py3: suppress the return value of write() in tests/test-subrepo-missing.t
2018-04-12, by Pulkit Goyal
py3: add b'' prefixes in tests/test-linerange.py
2018-04-12, by Pulkit Goyal
py3: add b'' prefix to make the regex bytes
2018-04-12, by Pulkit Goyal
py3: use b'%d' to convert int to bytes instead of str()
2018-04-12, by Pulkit Goyal
py3: use print as a function in test-convert-git.t
2018-04-12, by Pulkit Goyal
py3: use '%d' for integers instead of '%s'
2018-04-12, by Pulkit Goyal
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip