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.
hgweb: use computed base URL from parsed request
2018-03-08, by Gregory Szorc
hgweb: parse WSGI request into a data structure
2018-03-10, by Gregory Szorc
hgweb: always use "?" when writing session vars
2018-03-08, by Gregory Szorc
hgweb: rename req to wsgireq
2018-03-08, by Gregory Szorc
hgweb: validate WSGI environment dict
2018-03-08, by Gregory Szorc
hgweb: ensure all wsgi environment values are str
2018-03-08, by Gregory Szorc
wireproto: formalize permissions checking as part of protocol interface
2018-03-07, by Gregory Szorc
wireproto: declare permissions requirements in @wireprotocommand (API)
2018-03-07, by Gregory Szorc
wireprotoserver: check permissions in main dispatch function
2018-03-06, by Gregory Szorc
wireprotoserver: check if command available before calling it
2018-03-06, by Gregory Szorc
py3: drop encoding.strio()
2018-03-06, by Yuya Nishihara
ui: adjust Windows workaround to new _readline() code
2018-03-06, by Yuya Nishihara
ui: do not use rawinput() when we have to replace sys.stdin/stdout
2018-03-06, by Yuya Nishihara
ui: do not try readline support if fin/fout aren't standard streams
2018-03-06, by Yuya Nishihara
util: add public isstdin/isstdout() functions
2018-03-06, by Yuya Nishihara
ui: add debug commands to test interactive prompt
2018-03-06, by Yuya Nishihara
ui: inline util.bytesinput() into ui._readline()
2018-03-06, by Yuya Nishihara
hgk: stop using util.bytesinput() to read a single line from stdin
2018-03-06, by Yuya Nishihara
bookmarks: test for exchanging long bookmark names (issue5165)
2016-08-29, by Augie Fackler
phabricator: follow-up phab auth improvements with backwards compat mode
2018-03-04, by Augie Fackler
phabricator: specify API tokens per host, rather than per repo
2018-01-20, by Tom Prince
py3: drop b'' from generate-working-copy-states.py output
2018-03-04, by Yuya Nishihara
py3: make test-commit-multiple.t byte-safe
2018-03-04, by Yuya Nishihara
py3: fix type of default username
2018-03-04, by Yuya Nishihara
py3: read/write plain lock file in binary mode
2018-03-04, by Yuya Nishihara
util: stop calling os.stat_float_times()
2018-03-05, by Augie Fackler
cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime
2018-03-05, by Augie Fackler
osutil: implement minimal __getitem__ compatibility on our custom listdir type
2018-03-05, by Augie Fackler
hgweb: adapt to socket._fileobject changes in Python 3
2018-03-04, by Augie Fackler
debugcommands: fix some %r output with bytestr() wrappers
2018-03-04, by Augie Fackler
tests: add test for issue 5494 but with --collapse
2018-03-07, by Martin von Zweigbergk
tests: .hg/merge is a directory, so use `test -d`
2018-03-07, by Martin von Zweigbergk
rebase: only store collapse message once
2018-03-06, by Martin von Zweigbergk
rebase: collapse two nested if-conditions
2018-03-06, by Martin von Zweigbergk
rebase: reduce scope of "dsguard" variables a bit
2018-03-01, by Martin von Zweigbergk
rebase: remove unused argument "state" from rebasenode()
2018-03-07, by Martin von Zweigbergk
rebase: delete obsolete internal "keepopen" option
2018-03-07, by Martin von Zweigbergk
releasenotes: allow notes for multiple directives in a single changeset
2018-03-04, by Rishabh Madan
releasenotes: mention changeset with warning and abort
2018-03-04, by Rishabh Madan
releasenotes: replace abort with warning while parsing (issue5775)
2018-03-03, by Rishabh Madan
archival: fileit should not use atomictemp, causes performance regression
2018-03-07, by Vincent Parrett
perf: teach perfbdiff to call blocks() and to use xdiff
2018-03-03, by Gregory Szorc
fuzz: fix xdiff build
2018-03-06, by Jun Wu
xdiff: remove xmerge related logic
2018-03-06, by Jun Wu
xdiff: remove xemit related logic
2018-03-06, by Jun Wu
xdiff: remove unused structure, functions, and constants
2018-03-04, by Jun Wu
xdiff: remove whitespace related feature
2018-03-04, by Jun Wu
merge with stable
2018-03-06, by Gregory Szorc
Added signature for changeset 8bba684efde7
stable
2018-03-06, by Kevin Bullock
Added tag 4.5.2 for changeset 8bba684efde7
stable
2018-03-06, by Kevin Bullock
merge with security patches
stable
4.5.2
2018-03-06, by Kevin Bullock
hgweb: always perform permissions checks on protocol commands (BC) (SEC)
stable
2018-02-18, by Gregory Szorc
wireproto: check permissions when executing "batch" command (BC) (SEC)
stable
2018-02-20, by Gregory Szorc
wireproto: declare operation type for most commands (BC) (SEC)
stable
2018-02-20, by Gregory Szorc
wireproto: move command permissions dict out of hgweb_mod
stable
2018-02-20, by Gregory Szorc
tests: comprehensively test HTTP server permissions checking
stable
2018-02-20, by Gregory Szorc
tests: extract HTTP permissions tests to own test file
stable
2018-02-18, by Gregory Szorc
Added signature for changeset 369aadf7a326
stable
2018-03-06, by Kevin Bullock
Added tag 4.5.1 for changeset 369aadf7a326
stable
2018-03-06, by Kevin Bullock
revlog: resolve lfs rawtext to vanilla rawtext before applying delta
stable
4.5.1
2018-02-13, by Jun Wu
sslutil: some more forcebytes() on some exception messages
2018-03-04, by Augie Fackler
sslutil: sslcontext needs the cipher name as a sysstr
2018-03-04, by Augie Fackler
sslutil: lots of unicode/bytes cleanup
2018-03-04, by Augie Fackler
revlog: do not use delta for lfs revisions
stable
2018-02-13, by Jun Wu
changegroup: do not delta lfs revisions
stable
2018-02-06, by Jun Wu
lfs: add a test showing bundle application could be broken
stable
2018-02-06, by Jun Wu
debugwireproto: handle unimplemented util.poll() for Windows
2018-03-05, by Matt Harbison
py3: byte-stringify test-blackbox.t
2018-03-04, by Yuya Nishihara
py3: byte-stringify blackbox-readonly-dispatch.py
2018-03-04, by Yuya Nishihara
py3: make blackbox-readonly-dispatch.py use ui instead of print()
2018-03-04, by Yuya Nishihara
py3: fix int formatting of "incoming changes" log
2018-03-04, by Yuya Nishihara
largefiles: use %d instead of %s to process ints
2018-03-04, by Augie Fackler
transaction: fix an error string with bytestr() on a repr()d value
2018-03-04, by Augie Fackler
py3: work around comparison between int and None in tagmerge
2018-03-04, by Yuya Nishihara
py3: do not mutate dict while iterating in tagmerge
2018-03-04, by Yuya Nishihara
py3: fix type of ui.configitems(ignoresub=True) result
2018-03-04, by Yuya Nishihara
py3: don't use str() to stringify pushloc
2018-03-04, by Yuya Nishihara
py3: byte-stringify test-config.t and test-config-env.py
2018-03-04, by Yuya Nishihara
py3: use startswith() instead of slicing to detect leading whitespace
2018-03-04, by Yuya Nishihara
archival: use py3 friendly replacements for chr() and long()
2018-03-04, by Augie Fackler
archival: ensure file mode for gzipfile is sysstr
2018-03-04, by Augie Fackler
archival: fix a missing r'' on a kwargs check
2018-03-04, by Augie Fackler
py3: more passing tests (ten this time)
2018-03-04, by Augie Fackler
util: fix unsafe url abort with bytestr() on url
2018-03-04, by Augie Fackler
xdiff: fix builds on Windows
2018-03-04, by Matt Harbison
py3: use bytes() instead of str()
2018-03-05, by Pulkit Goyal
py3: use b"%d" instead of str() to convert integers to bytes
2018-03-05, by Pulkit Goyal
py3: use util.forcebytestr to convert testedwith value to bytes
2018-03-05, by Pulkit Goyal
py3: use pycompat.bytestr instead of str
2018-03-04, by Pulkit Goyal
setdiscovery: avoid a Yoda condition
2018-03-04, by Martin von Zweigbergk
setdiscovery: remove unnecessary sample size limiting
2018-03-04, by Martin von Zweigbergk
setdiscovery: remove initialsamplesize from a condition
2018-03-04, by Martin von Zweigbergk
setdiscovery: back out changeset 5cfdf6137af8 (issue5809)
2018-03-04, by Martin von Zweigbergk
hgweb: fix up trailing slash detection on Python 3
2018-03-04, by Augie Fackler
hgweb: convert req.form to bytes for all keys and values
2018-03-04, by Augie Fackler
templater: show repr of string we're rejecting
2018-03-04, by Augie Fackler
webutil: some %d instead of %s love on ints
2018-03-04, by Augie Fackler
py3: whitelist three more cases
2018-03-04, by Augie Fackler
archival: our filenames are bytes, not strs
2018-03-04, by Augie Fackler
archival: tar file modes need to be sysstrs
2018-03-04, by Augie Fackler
archival: fsdecode paths before passing to tar or zip objects
2018-03-04, by Augie Fackler
py3: add b'' prefixes in tests/test-minirst.py
2018-03-04, by Pulkit Goyal
py3: make sure __repr__ returns a str
2018-03-04, by Pulkit Goyal
py3: make sure regular expressions are bytes
2018-03-04, by Pulkit Goyal
py3: use bytes instead of str to make sure we use bytes internally
2018-03-04, by Pulkit Goyal
py3: use util.forcebytestr instead of str to convert error messages
2018-03-04, by Pulkit Goyal
lock: block signal interrupt while making a lock file
2018-03-03, by Yuya Nishihara
fuzz: add some more docs about building/running fuzzers
2018-03-04, by Augie Fackler
util: also silence py3 warnings from codec module
2018-03-04, by Augie Fackler
test-annotate: set stdin and stdout to binary to get CR unmodified
stable
2018-03-04, by Yuya Nishihara
test-annotate: rewrite sed with some python
stable
2018-03-04, by Yuya Nishihara
docs: small fixes for profiling.nested and the overall description
2018-02-15, by Kyle Lippincott
scmutil: fix oversight in b76248e51605c6 where I forgot to use msg
2018-03-04, by Augie Fackler
hghave: remove unused "as ex" in exception block
2018-03-04, by Augie Fackler
tests: port test-log to Python 3
2018-03-03, by Augie Fackler
py3: make gettext domain a system string
2018-03-03, by Yuya Nishihara
templater: fix position of terminator character in error message
2018-03-04, by Yuya Nishihara
merge with stable
2018-03-04, by Augie Fackler
test-subrepo: glob away an unstable hash
stable
2018-03-03, by Matt Harbison
subrepo: activate clone pooling to enable sharing with remote URLs
stable
2018-03-01, by Matt Harbison
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip