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
+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.
wireproto: service multiple command requests per HTTP request
2018-03-19, by Gregory Szorc
wireproto: support for receiving multiple requests
2018-03-14, by Gregory Szorc
wireproto: add request IDs to frames
2018-03-14, by Gregory Szorc
wireproto: buffer output frames when in half duplex mode
2018-03-14, by Gregory Szorc
wireproto: define and implement responses in framing protocol
2018-03-14, by Gregory Szorc
wireproto: implement basic command dispatching for HTTPv2
2018-03-14, by Gregory Szorc
wireproto: nominally don't expose "batch" to version 2 wire transports
2018-03-14, by Gregory Szorc
wireproto: implement basic frame reading and processing
2018-03-14, by Gregory Szorc
wireproto: define and implement protocol for issuing requests
2018-03-19, by Gregory Szorc
wireproto: define content negotiation for HTTPv2
2018-03-13, by Gregory Szorc
hgweb: also set Content-Type header
2018-03-13, by Gregory Szorc
wireproto: require POST for all HTTPv2 requests
2018-03-13, by Gregory Szorc
wireproto: define permissions-based routing of HTTPv2 wire protocol
2018-03-19, by Gregory Szorc
wireproto: support /api/* URL space for exposing APIs
2018-03-13, by Gregory Szorc
url: support suppressing Accept header
2018-03-13, by Gregory Szorc
util: don't log low-level I/O calls for HTTP peer
2018-03-13, by Gregory Szorc
rebase: rename conclude[memory]node() to commit[memory]node()
2018-03-21, by Martin von Zweigbergk
rebase: pass in "user" instead of "ctx" to conclude[memory]node()
2018-03-20, by Martin von Zweigbergk
rebase: look up default date outside of conclude[memory]node()
2018-03-20, by Martin von Zweigbergk
rebase: move config override out of conclude[memory]node()
2018-03-20, by Martin von Zweigbergk
rebase: pass in entire "overrides" dict to conclude[memory]node()
2018-03-20, by Martin von Zweigbergk
rebase: pass in "keepbranch" to conclude[memory]node()
2018-03-20, by Martin von Zweigbergk
rebase: inline _makextrafn() now that we have only one caller
2018-03-20, by Martin von Zweigbergk
rebase: pass in "extra" itself into conclude[memory]node()
2018-03-20, by Martin von Zweigbergk
rebase: look up commit message to reuse outside of conclude[memory]node()
2018-03-21, by Martin von Zweigbergk
rebase: pass in ctx, not rev, to conclude[memory]node()
2018-03-21, by Martin von Zweigbergk
rebase: extract common _concludenode()
2018-03-21, by Martin von Zweigbergk
rebase: store rebase state after each commit
2018-03-21, by Martin von Zweigbergk
rebase: register status file generator only once when using single transaction
2018-03-21, by Martin von Zweigbergk
tests: add some more tests to test-rebase-collapse.t
2018-03-18, by Martin von Zweigbergk
tests: use drawdag in test-rebase-collapse.t
2018-03-18, by Martin von Zweigbergk
rebase: remove unused default argument values from conclude[memory]node()
2018-03-20, by Martin von Zweigbergk
rebase: get "inmemory" state directly from rebase runtime
2018-03-20, by Martin von Zweigbergk
commands: use keyword arguments in update function
2017-12-25, by Pulkit Goyal
rebase: pass "inmemory" directly to _definedestmap()
2018-03-20, by Martin von Zweigbergk
hgweb: explain instabilities of unstable changesets (the rest of the themes)
2018-03-20, by Anton Shestakov
test-merge-tools: stabilize for Windows
2018-03-20, by Matt Harbison
test-http-protocol: drop an extraneous glob for Windows
2018-03-20, by Matt Harbison
merge with stable
2018-03-19, by Martin von Zweigbergk
hgweb: evaluate the "default" value as template
2016-04-03, by Yuya Nishihara
templater: use named function to expand template against mapping dict (API)
2018-03-16, by Yuya Nishihara
highlight: peek Content-Type header set by hgweb
2018-03-19, by Yuya Nishihara
obsolete: add a note that explains creating aliases for marker flags
2018-03-20, by Anton Shestakov
repair: rename _backup to backupbundle
2018-03-04, by Gregory Szorc
templatefuncs: do not stringify result of if*() expression
2018-03-19, by Yuya Nishihara
templater: add brief doc about internal data types
2018-03-19, by Yuya Nishihara
debugcommands: support sending HTTP requests with debugwireproto
2018-03-13, by Gregory Szorc
debugcommands: support connecting to HTTP peers
2018-03-13, by Gregory Szorc
url: add HTTP handler that uses a proxied socket
2018-03-12, by Gregory Szorc
util: observable proxy objects for sockets
2018-03-13, by Gregory Szorc
hgweb: allow defining Server response header for HTTP server
2018-03-13, by Gregory Szorc
tests: use $HTTP_DATE$ for Date header
2018-03-13, by Gregory Szorc
debugcommands: introduce actions to perform deterministic reads
2018-03-12, by Gregory Szorc
httppeer: refactor how httppeer is created (API)
2018-03-07, by Gregory Szorc
bundle: condition the changegroup part when creating a new bundle
2018-01-31, by Boris Feld
stack: return a sorted smartrev by default
2018-01-19, by Boris Feld
histedit: use the new stack definition for histedit
2018-01-19, by Boris Feld
show: use the new stack definition for show stack
2018-01-19, by Boris Feld
stack: import Evolve stack test file
2018-01-19, by Boris Feld
stack: add a new module for stack-related commands
2018-01-19, by Boris Feld
filemerge: use a single temp dir instead of temp files
2018-01-19, by Kyle Lippincott
filemerge: move temp file unlinks to _maketempfiles
2018-01-19, by Kyle Lippincott
hgweb: refactor multirequest to be a dict of lists
2018-03-16, by Gregory Szorc
py3: use "%d" % int instead of str(int)
2018-03-04, by Pulkit Goyal
py3: use pycompat.bytestr() in dirstate.py
2018-03-19, by Pulkit Goyal
py3: make tests/test-log-linerange.t work on Python 3
2018-03-19, by Pulkit Goyal
py3: use print as a function in tests/test-narrow-clone-non-narrow-server.t
2018-03-19, by Pulkit Goyal
tests: stop over-specifying tempfile name
2018-03-04, by Augie Fackler
wireproto: explicitly flush stdio to prevent stalls on Windows
2018-03-10, by Matt Harbison
test-lfs: glob over some output changes
2018-03-18, by Matt Harbison
templater: factor out helper that renders named template as string
2018-03-16, by Yuya Nishihara
templater: rename .render(mapping) to .renderdefault(mapping) (API)
2018-03-17, by Yuya Nishihara
templater: fix invalid reference of runsymbol in doctest
2018-03-17, by Yuya Nishihara
cmdutil: drop redundant import of merge module
2018-03-18, by Yuya Nishihara
annotate: add support for template keywords and functions depending on ctx
2018-03-11, by Yuya Nishihara
formatter: unblock storing fctx as a template resource
2018-03-11, by Yuya Nishihara
templater: process mapping dict by resource callables
2018-03-11, by Yuya Nishihara
templater: convert resources to a table of callables for future extension
2018-03-11, by Yuya Nishihara
rebase: on abort, don't strip commits that didn't need rebased (issue5822)
stable
2018-03-15, by Martin von Zweigbergk
rebase: avoid defining two lists with the same contents
stable
2018-03-15, by Martin von Zweigbergk
tests: demonstrate aborted rebase strips commits that didn't need rebasing
stable
2018-03-15, by Martin von Zweigbergk
merge with stable
2018-03-17, by Augie Fackler
hgweb: convert an assert to a ProgrammingError
2018-03-16, by Gregory Szorc
filemerge: give some variables in _xmerge more descriptive names
2018-01-19, by Kyle Lippincott
rebase: allow in-memory merge of the working copy parent
2018-03-15, by Martin von Zweigbergk
uncommit: simplify condition for keeping commit
2018-03-17, by Martin von Zweigbergk
uncommit: document when the commit will be pruned
2018-03-17, by Martin von Zweigbergk
uncommit: leave empty commit if all files are uncommitted
2018-03-14, by Martin von Zweigbergk
test-template-engine: do not evaluate unused keywords by custom engine
2018-03-17, by Yuya Nishihara
py3: make test-template-engine.t bytes-safe
2018-03-16, by Yuya Nishihara
test-template-engine: deduplicate methods of custom template engine
2018-03-15, by Yuya Nishihara
revbranchcache: advertise and use 'rbc' exchange capability
2018-01-18, by Boris Feld
revbranchcache: disable the new part for narrow hg bundle
2018-02-21, by Boris Feld
revbranchcache: add the necessary bit to send 'rbc' data over bundle2
2018-01-18, by Boris Feld
bundle: include advisory rev branch cache part in bundle2 bundle
2018-02-21, by Boris Feld
rev-branch-cache: add a function to generate a part
2018-02-21, by Boris Feld
revbranchcache: add a bundle2 handler for a rbc part
2018-02-21, by Boris Feld
revbranchcache: add a public function to update the data
2018-01-18, by Boris Feld
httppeer: consolidate _requestbuilder assignments and document
2018-03-15, by Gregory Szorc
commands: don't check for merge.update() truthiness
2018-03-05, by Gregory Szorc
httppeer: alias url as urlmod
2018-03-07, by Gregory Szorc
util: prefer "bytesio" to "stringio"
2018-03-14, by Gregory Szorc
contrib: fix a subtle bug in check-code's regex rewriting
2018-03-14, by Augie Fackler
remotenames: work around move of ABCs in collections
2018-03-13, by Augie Fackler
hgweb: explain instabilities of unstable changesets
2018-02-26, by Anton Shestakov
debug: add debugwhyunstable that explains instabilities
2018-02-26, by Anton Shestakov
obsolete: move marker flags to obsutil
2018-03-13, by Anton Shestakov
debugupdatecache: also warm rev branch cache
2018-02-21, by Boris Feld
debugbundle: do not display detailed part data in --quiet mode
2018-02-21, by Boris Feld
tests: clean up two wayward `python` invocations
2018-03-14, by Augie Fackler
contrib: open a hole in the open().read() ban for open().close()
2018-03-14, by Augie Fackler
cleanup: fix some latent open(path).read() et al calls we previously missed
2018-03-14, by Augie Fackler
uncommit: fix unaligned indentation
2018-03-14, by Martin von Zweigbergk
util: clear debugstacktrace call
2018-03-09, by Boris Feld
peer-request: include more details about batch commands
2018-03-05, by Boris Feld
tests: fix test-wireproto.py to work around serverrepo() not having a ui
2018-03-14, by Augie Fackler
tests: add a cat of `error.log` in subrepo test
2018-03-13, by Augie Fackler
hghave: fix hardlink-whitelisted check on Python 3
2018-03-13, by Augie Fackler
hghave: fix xdiff check on Python 3
2018-03-13, by Augie Fackler
commandserver: prefer first-party selectors module from Python 3 to backport
2018-03-13, by Augie Fackler
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip