Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-480
+480
+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: rewrite path generation for index entries
2018-03-11, by Gregory Szorc
hgweb: construct {url} with req.apppath
2018-03-11, by Gregory Szorc
hgweb: support constructing URLs from an alternate base URL
2018-03-11, by Gregory Szorc
hgweb: clarify that apppath begins with a forward slash
2018-03-11, by Gregory Szorc
hgweb: change how dispatch path is reported
2018-03-11, by Gregory Szorc
hgweb: refactor repository name URL parsing
2018-03-11, by Gregory Szorc
tests: add test coverage for parsing WSGI requests
2018-03-11, by Gregory Szorc
hgweb: construct static URL like hgweb does
2018-03-11, by Gregory Szorc
hgweb: remove unused **map argument
2018-03-11, by Gregory Szorc
hgweb: extract entries() to standalone function
2018-03-11, by Gregory Szorc
hgweb: move rawentries() to a standalone function
2018-03-11, by Gregory Szorc
hgweb: move archivelist to standalone function
2018-03-11, by Gregory Szorc
hgweb: move readallowed to a standalone function
2018-03-11, by Gregory Szorc
hgweb: remove some use of wsgireq in hgwebdir
2018-03-11, by Gregory Szorc
hgweb: fix a bug due to variable name typo
2018-03-10, by Gregory Szorc
hgweb: stop passing req and tmpl into @webcommand functions (API)
2018-03-10, by Gregory Szorc
hgweb: pass modern request type into various webutil functions (API)
2018-03-10, by Gregory Szorc
hgweb: don't redundantly pass templater with requestcontext (API)
2018-03-10, by Gregory Szorc
hgweb: use templater on requestcontext instance
2018-03-10, by Gregory Szorc
hgweb: add a sendtemplate() helper function
2018-03-10, by Gregory Szorc
hgweb: use web.req instead of req.req
2018-03-10, by Gregory Szorc
hgweb: stop setting headers on wsgirequest
2018-03-10, by Gregory Szorc
hgweb: always return iterable from @webcommand functions (API)
2018-03-10, by Gregory Szorc
hgweb: send errors using new response API
2018-03-10, by Gregory Szorc
hgweb: refactor 304 handling code
2018-03-10, by Gregory Szorc
hgweb: transition permissions hooks to modern request type (API)
2018-03-10, by Gregory Szorc
hgweb: port archive command to modern response API
2018-03-10, by Gregory Szorc
hgweb: refactor fake file object proxy for archiving
2018-03-10, by Gregory Szorc
tests: additional test coverage of archive web command
2018-03-10, by Gregory Szorc
hgweb: port static file handling to new response API
2018-03-10, by Gregory Szorc
hgweb: remove one-off routing for file?style=raw
2018-03-10, by Gregory Szorc
hgweb: port most @webcommand to use modern response type
2018-03-10, by Gregory Szorc
hgweb: support using new response object for web commands
2018-03-10, by Gregory Szorc
hgweb: inline caching() and port to modern mechanisms
2018-03-10, by Gregory Szorc
hgweb: expose repo name on parsedrequest
2018-03-10, by Gregory Szorc
hgweb: expose URL scheme and REMOTE_* attributes
2018-03-10, by Gregory Szorc
hgweb: remove wsgirequest.form (API)
2018-03-10, by Gregory Szorc
hgweb: perform all parameter lookup via qsparams
2018-03-10, by Gregory Szorc
hgweb: set variables in qsparams
2018-03-10, by Gregory Szorc
hgweb: use our new request object for "style" parameter
2018-03-10, by Gregory Szorc
hgweb: use a multidict for holding query string parameters
2018-03-10, by Gregory Szorc
hgweb: create dedicated type for WSGI responses
2018-03-10, by Gregory Szorc
tests: add test for a wire protocol request to wrong base URL
2018-03-10, by Gregory Szorc
hgweb: remove support for short query string based aliases (BC)
2018-03-09, by Gregory Szorc
hgweb: remove support for POST form data (BC)
2018-03-10, by Gregory Szorc
hgweb: expose input stream on parsed WSGI request object
2018-03-10, by Gregory Szorc
hgweb: make parsedrequest part of wsgirequest
2018-03-10, by Gregory Szorc
hgweb: refactor the request draining code
2018-03-10, by Gregory Szorc
hgweb: use a capped reader for WSGI input stream
2018-03-10, by Gregory Szorc
hgweb: document continuereader
2018-03-10, by Gregory Szorc
hgweb: remove wsgirequest.__iter__
2018-03-08, by Gregory Szorc
hgweb: remove wsgirequest.read()
2018-03-08, by Gregory Szorc
hgweb: remove unused methods on wsgirequest
2018-03-10, by Gregory Szorc
wireprotoserver: remove unused argument from _handlehttperror()
2018-03-08, by Gregory Szorc
hgweb: store and use request method on parsed request
2018-03-10, by Gregory Szorc
hgweb: handle CONTENT_LENGTH
2018-03-10, by Gregory Szorc
wireprotoserver: access headers through parsed request
2018-03-08, by Gregory Szorc
hgweb: garbage collect on every request
stable
2018-03-12, by Gregory Szorc
amend: abort if unresolved merge conflicts found (issue5805)
stable
2018-03-11, by Yuya Nishihara
debugwireproto: close the write end before consuming all available data
2018-03-12, by Yuya Nishihara
graft: check for missing revision first before scanning working copy
2018-03-09, by Joerg Sonnenberger
hook: ensure stderr is flushed when an exception is raised, for test stability
2018-03-10, by Matt Harbison
wireproto: raise ProgrammingError instead of Abort
2018-03-10, by Gregory Szorc
py3: make test-commit-interactive.t byte-safe
2018-03-10, by Yuya Nishihara
py3: open patch file in binary mode and convert eol manually
2018-03-10, by Yuya Nishihara
py3: wrap file object to write patch in native eol preserving byte-ness
2018-03-06, by Yuya Nishihara
py3: drop b'' from debug message "moving bookmarks"
2018-03-06, by Yuya Nishihara
py3: use r'' instead of sysstr('') to get around code transformer
2018-03-10, by Yuya Nishihara
ui: remove any combinations of CR|LF from prompt response
2018-03-10, by Yuya Nishihara
sshpeer: check pipe validity before forwarding output from it
2018-03-10, by Matt Harbison
util: forward __bool__()/__nonzero__() on fileobjectproxy
2018-03-10, by Matt Harbison
py3: fix slicing of bisect label in templatefilters.shortbisect()
2018-03-06, by Yuya Nishihara
templatefilters: inline hbisect.shortlabel()
2018-03-06, by Yuya Nishihara
py3: make test-bisect.t bytes-safe
2018-03-06, by Yuya Nishihara
py3: fix integer formatting in bisect error
2018-03-06, by Yuya Nishihara
py3: silence f.write() in test-annotate.t
2018-03-10, by Yuya Nishihara
xdiff: resolve signed unsigned comparison warning
2018-03-09, by Jun Wu
xdiff: use int64 for hash table size
2018-03-09, by Jun Wu
xdiff: remove unused xpp and xecfg parameters
2018-03-09, by Jun Wu
xdiff: remove unused flags parameter
2018-03-09, by Jun Wu
xdiff: replace {unsigned ,}long with {u,}int64_t
2018-03-09, by Jun Wu
xdiff: add comments for fields in xdfile_t
2018-03-04, by Jun Wu
xdiff: add a preprocessing step that trims files
2018-03-07, by Jun Wu
transaction: add a name and a __repr__ implementation (API)
2018-03-09, by Martin von Zweigbergk
phabricator: update doc string for deprecated token argument
2018-03-09, by Joerg Sonnenberger
phabricator: print deprecation warning only once
2018-03-09, by Joerg Sonnenberger
tests: add a few tests involving --collapse and rebase.singletransaction=1
2018-03-08, by Martin von Zweigbergk
tests: simplify test-rebase-transaction.t
2018-03-08, by Martin von Zweigbergk
hgweb: parse and store HTTP request headers
2018-03-08, by Gregory Szorc
wireprotoserver: remove broken optimization for non-httplib client
2018-03-08, by Gregory Szorc
wireprotoserver: move all wire protocol handling logic out of hgweb
2018-03-08, by Gregory Szorc
hgweb: use parsed request to construct query parameters
2018-03-08, by Gregory Szorc
hgweb: only recognize wire protocol commands from query string (BC)
2018-03-08, by Gregory Szorc
hgweb: teach WSGI parser about query strings
2018-03-08, by Gregory Szorc
hgweb: use the parsed application path directly
2018-03-08, by Gregory Szorc
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
subrepo: don't attempt to share remote sources (issue5793)
stable
2018-03-01, by Matt Harbison
test-subrepo: demonstrate problems with subrepo sharing and absolute paths
stable
2018-02-28, by Matt Harbison
revsetlang: add a hint for more useful parse errors
2018-03-03, by Ryan McElroy
setup: ignore extension load failures when finding working hg
2018-03-03, by Ryan McElroy
profile: colorize output on Windows
2018-03-03, by Matt Harbison
dispatch: don't clamp the range of the exit code twice
2018-03-03, by Kevin Bullock
bdiff: avoid pointer arithmetic on void*
2018-03-03, by Matt Harbison
fuzz: add a quick README to try and document how to test new fuzzers
2018-03-03, by Augie Fackler
fuzz: add a fuzzer for xdiff
2018-03-03, by Augie Fackler
tests: add tests about diff quality
2018-03-03, by Jun Wu
run-tests: allow #require inside #if
2018-03-03, by Jun Wu
mdiff: add a config option to use xdiff algorithm
2018-03-03, by Jun Wu
bdiff: add a xdiffblocks method
2018-03-03, by Jun Wu
xdiff: reduce indent heuristic overhead
2018-03-03, by Jun Wu
xdiff: add a bdiff hunk mode
2018-03-03, by Jun Wu
xdiff: remove patience and histogram diff algorithms
2018-03-03, by Jun Wu
xdiff: vendor xdiff library from git
2018-03-03, by Jun Wu
templater: provide hint for multi-line templates with parse errors
2018-03-03, by Ryan McElroy
templater: add hint to template parse errors to help locate issues
2018-03-03, by Ryan McElroy
py3: use b"%d" to covert integer to bytes instead of str
2018-03-02, by Pulkit Goyal
py3: use bytes() instead of str()
2018-03-02, by Pulkit Goyal
py3: replace __str__ to __bytes__ in hgext/journal.py
2018-03-02, by Pulkit Goyal
testrunner: add option to sort tests by previous run time
2018-01-31, by Martin von Zweigbergk
py3: whitelist another 15 passing tests
2018-03-03, by Augie Fackler
cmdutil: ensure PatchError messages are coerded to bytes, not str
2018-03-03, by Augie Fackler
tests: fix bytes literals in test-fncache.t
2018-03-03, by Augie Fackler
scmutil: avoid using basestring and add explicit handling of unicodes
2018-03-03, by Augie Fackler
tests: fix inline extension bytes in test-ssh-proto-unbundle.t
2018-03-03, by Augie Fackler
hghave: fix up clang-libfuzzer regex to be bytes
2018-03-03, by Augie Fackler
py3: accept both unicode and byte strings as filename carried by IOError
2018-03-03, by Yuya Nishihara
py3: back out c77c925987d7 to store bytes filename in IOError
2018-03-03, by Yuya Nishihara
largefiles: headers and values need to be sysstrs, add r prefixes
2018-03-03, by Augie Fackler
cext: accept arguments as Py_buffer
2018-03-03, by Gregory Szorc
cext: refactor cleanup code in bdiff()
2018-03-03, by Gregory Szorc
py3: use pycompat.bytestr() to convert error messages to bytes
2018-03-02, by Pulkit Goyal
url: more bytes/unicodes fussing in url.py around auth handling
2018-03-03, by Augie Fackler
httpconnection: convert url to bytes in readauthforuri
2018-03-03, by Augie Fackler
tests: prevent enormous output spew in test-lfs-largefiles.t
2018-03-03, by Augie Fackler
py3: fix formatting of path-auditing errors
2018-03-03, by Yuya Nishihara
py3: make os.curdir a bytes
2018-03-03, by Yuya Nishihara
py3: make os.pardir a bytes
2018-03-03, by Yuya Nishihara
py3: fix slicing of bytes in patch.iterhunks()
2018-03-03, by Yuya Nishihara
tests: fix various test-check-module-imports.t violations
2018-03-03, by Augie Fackler
pycompat: prevent encoding or decoding values if not required
2018-02-27, by Pulkit Goyal
py3: add some b'' to make test-lock-badness.t happy
2018-03-03, by Yuya Nishihara
py3: fix formatting of lock error message
2018-03-03, by Yuya Nishihara
py3: fix some unicode madness in global exception catcher
2018-03-03, by Yuya Nishihara
py3: pass a system-string filename to sub-classes of IOError
2018-03-03, by Yuya Nishihara
py3: fix some membership tests on linkrev adjustment
2018-03-03, by Yuya Nishihara
py3: make test-basic.t pass on Python 3
2018-03-02, by Yuya Nishihara
py3: silence the final IOError by closing stdout/err slightly early
2018-03-02, by Yuya Nishihara
py3: conditionalize initialization of stdio flags
2018-03-02, by Yuya Nishihara
test-command-template: glob out detailed "invalid escape" message
2018-03-01, by Yuya Nishihara
templater: byte-stringify dict/list values before passing to default format
2018-03-01, by Yuya Nishihara
templater: allow dynamically switching the default dict/list formatting
2018-03-01, by Yuya Nishihara
py3: use util.forcevytestr to convert error to bytes
2018-03-03, by Pulkit Goyal
util: report integer result from write()
2018-03-03, by Gregory Szorc
util: log readinto() I/O
2018-03-03, by Gregory Szorc
util: teach escapedata() about bytearray
2018-03-02, by Gregory Szorc
sshpeer: don't read(0)
2018-03-02, by Gregory Szorc
py3: unblock C extensions on Python 3
2018-03-03, by Yuya Nishihara
py3: make test-ancestors.py pass on Python 3 with C extensions
2018-03-03, by Yuya Nishihara
py3: do not pass a memoryview to bdiff.bdiff()
2018-03-03, by Yuya Nishihara
py3: do not pass a list of iterators to computephasesmapsets()
2018-03-03, by Yuya Nishihara
cext: fix computephasesmapsets() not to return without setting an exception
2018-03-03, by Yuya Nishihara
py3: do not pass a float to dict_new_presized()
2018-03-03, by Yuya Nishihara
cext: mark tuple_format as a constant
2018-03-03, by Yuya Nishihara
py3: bulk-replace 'const char*' format specifier passed to PyArg_ParseTuple*()
2018-03-03, by Yuya Nishihara
py3: bulk-replace bytes format specifier passed to Py_BuildValue()
2018-03-03, by Yuya Nishihara
py3: add PY23() macro to switch string literal depending on python version
2018-03-03, by Yuya Nishihara
py3: don't try to mangle C extension blob by code transformer
2018-03-03, by Yuya Nishihara
tests: add missing b prefixes in test-atomictempfile.py
2018-03-02, by Augie Fackler
wireproto: only expose "between" to version 1 of wire protocols
2018-02-27, by Gregory Szorc
tests: add more tests around hook output and getbundle
2018-03-02, by Gregory Szorc
wireproto: add transport specific capabilities in the transport
2018-02-27, by Gregory Szorc
wireproto: don't expose changegroupsubset capability if not available
2018-02-27, by Gregory Szorc
wireproto: don't expose legacy commands to version 2 of wire protocol
2018-02-27, by Gregory Szorc
wireprotoserver: identify requests via version 2 of SSH protocol as such
2018-02-27, by Gregory Szorc
wireproto: allow wire protocol commands to declare transport support
2018-03-02, by Gregory Szorc
sshpeer: don't read from stderr when that behavior is disabled
2018-03-02, by Gregory Szorc
util: extract all date-related utils in utils/dateutil module
2018-02-15, by Boris Feld
clone: updates the help text for hg clone -{r,b} (issue5654)
2018-02-08, by Sangeet Kumar Mishra
py3: whitelist more passing tests
2018-03-02, by Augie Fackler
lfs: convert hexdigest to bytes using sysbytes
2018-03-02, by Augie Fackler
lfs: use %d to encode int, not str()
2018-03-02, by Augie Fackler
lfs: use byteskwargs() on some **kwargs for python 3 compat
2018-03-02, by Augie Fackler
lfs: add some bytestring wrappers in blobstore.py
2018-03-02, by Augie Fackler
lfs: add missing b prefixes on some regular expressions
2018-03-02, by Augie Fackler
templatekw: deprecate showdict() and showlist() (API)
2018-02-25, by Yuya Nishihara
templatekw: switch remainder of _showlist template keywords to new API
2018-02-25, by Yuya Nishihara
templatekw: switch manifest template keyword to new API
2018-02-25, by Yuya Nishihara
templatekw: switch latesttags template keywords to new API
2018-02-25, by Yuya Nishihara
templatekw: switch revset() to new API
2018-02-25, by Yuya Nishihara
templatekw: switch obsfate-related template keywords to new API
2018-02-25, by Yuya Nishihara
templatekw: switch namespace template keywords to new API
2018-02-25, by Yuya Nishihara
namespace: use registrar to add template keyword
2018-02-25, by Yuya Nishihara
templatekw: switch most of showlist template keywords to new API (issue5779)
2018-02-25, by Yuya Nishihara
templatekw: switch showdict template keywords to new API
2018-02-25, by Yuya Nishihara
py3: bail on ratcheting tests forward on 3.6.0 and 3.6.1
2018-03-02, by Kevin Bullock
py3: silence "bad escape" warning emitted by re.sub()
2018-03-01, by Yuya Nishihara
debugcommands: add some strkwargs love to some **args calls
2018-03-02, by Augie Fackler
debugcommands: add an r prefix to make file mode for fdopen a sysstr
2018-03-02, by Augie Fackler
util: work around Python 3 returning None at EOF instead of ''
2018-03-02, by Augie Fackler
util: add missing r prefix on some __setattr__ calls
2018-03-02, by Augie Fackler
tests: add some re and globs for test-revset on python3
2018-03-02, by Augie Fackler
tests: add missing b prefixes and fix a %s to %d in test-revset.t
2018-03-02, by Augie Fackler
revset: use %d to turn an int into a bytestr
2018-03-02, by Augie Fackler
revset: use {force,}bytestr to fix some %r formatting issues
2018-03-02, by Augie Fackler
py3: sixteen more passing tests
2018-03-02, by Augie Fackler
debugcommands: fix repr in debugignore print with pycompat.bytestr
2018-03-02, by Augie Fackler
verify: fix exception formatting bug in Python 3
2018-03-01, by Augie Fackler
get-with-headers: use bytes stdout thoroughly
2018-03-02, by Yuya Nishihara
exchange: remove dead assignment or forcebundle1
2018-03-01, by Martin von Zweigbergk
templatekw: fix dict construction in _showlist to not mix bytes and strs
2018-03-02, by Augie Fackler
templatefilters: avoid infinite recursion bug in stringify
2018-03-02, by Augie Fackler
match: some minimal pycompat fixes guided by test-hgignore.t
2018-03-02, by Augie Fackler
purge: apply byteskwargs to opts, fixing all python3 issues here
2018-03-02, by Augie Fackler
tests: port test-bookmarks.t extension to Python 3
2018-03-02, by Augie Fackler
scmutil: fix a repr in an error message on Python 3
2018-03-02, by Augie Fackler
bookmarks: fix a repr in a message on Python 3
2018-03-02, by Augie Fackler
py3: add missing b prefixes in test-debugextensions.t
2018-03-02, by Augie Fackler
tests: help dummysmtpd work on python 3
2018-03-01, by Augie Fackler
tests: port helper script revlog-formatv0.py to python 3
2018-03-01, by Augie Fackler
tests: add missing b prefix in test python in test-issue2137.t
2018-03-01, by Augie Fackler
templatefilters: convert arguments to sysstrs for unicode() ctor
2018-03-01, by Augie Fackler
py3: use util.forcebytestr() to convert IOErrors to bytes
2018-03-02, by Pulkit Goyal
py3: whitelist three more passing tests
2018-03-01, by Augie Fackler
convert: fix two %r output formats with pycompat.bytestr() wrapping
2018-03-01, by Augie Fackler
convert: use our shlex wrapper in filemap to avoid Python 3 tracebacks
2018-03-01, by Augie Fackler
convcmd: use our shlex wrapper to avoid Python 3 tracebacks
2018-03-01, by Augie Fackler
convert: add some utility code for working with shlex on Python 3
2018-03-01, by Augie Fackler
pycompat: add support for encoding argument to our wrapper
2018-03-01, by Augie Fackler
py3: port tests/test-wireproto.py to Python 3
2018-03-02, by Pulkit Goyal
py3: use pycompat.bytestr() to convert None to bytes
2018-03-02, by Pulkit Goyal
webcommands: use explicit integer division for Python 3 compat
2018-03-01, by Augie Fackler
templatefilters: stop using str as a variable name
2018-03-02, by Pulkit Goyal
py3: fix string slicing in util.parsetimezone()
2018-03-01, by Yuya Nishihara
py3: replace type 'str' by 'bytes' in templater.py
2018-03-01, by Yuya Nishihara
py3: don't crash when re-raising encoding error
2018-03-01, by Yuya Nishihara
py3: mark all string literals in test-command-template.t as bytes
2018-03-01, by Yuya Nishihara
py3: byte-stringify ValueError of unescapestr() to reraise as ParseError
2018-03-01, by Yuya Nishihara
py3: fix type of string literals in templater.tokenize()
2018-03-01, by Yuya Nishihara
py3: drop b'' from error message generated by templater.runmember()
2018-03-01, by Yuya Nishihara
py3: fix join(), min(), and max() template functions over string
2018-03-01, by Yuya Nishihara
py3: use startswith() to check existence of trailing '\n' in .hgtags file
2018-03-01, by Yuya Nishihara
py3: silence return value of file.write() in test-command-template.t
2018-03-01, by Yuya Nishihara
error: fix isinstnace check to use bytes instead of str
2018-03-01, by Augie Fackler
py3: whitelist another nine passing tests
2018-02-25, by Augie Fackler
util: use pycompat.bytestr() on repr() in date parse abort
2018-02-25, by Augie Fackler
py3: whitelist 14 new tests passing
2018-03-02, by Pulkit Goyal
py3: slice over bytes to prevent getting ascii values
2018-03-02, by Pulkit Goyal
wireprotoserver: move SSHV1 and SSHV2 constants to wireprototypes
2018-02-27, by Gregory Szorc
wireproto: use named arguments for commandentry
2018-02-27, by Gregory Szorc
debugcommands: support for triggering push protocol
2018-02-26, by Gregory Szorc
sshpeer: support not reading and forwarding stderr
2018-02-26, by Gregory Szorc
tests: add wire protocol tests for pushkey
2018-02-23, by Gregory Szorc
debugcommands: support for sending "batch" requests
2018-02-23, by Gregory Szorc
debugcommands: allow sending of simple commands with debugwireproto
2018-03-01, by Gregory Szorc
wireproto: sort response to listkeys
2018-02-23, by Gregory Szorc
debugcommands: add debugwireproto command
2018-03-01, by Gregory Szorc
debugcommands: add debugserve command
2018-02-27, by Gregory Szorc
wireprotoserver: support logging SSH server I/O to a file descriptor
2018-02-25, by Gregory Szorc
util: enable observing of util.bufferedinputpipe
2018-02-24, by Gregory Szorc
util: add a file object proxy that can notify observers
2018-02-24, by Gregory Szorc
wireprotoserver: ability to run an SSH server until an event is set
2018-02-24, by Gregory Szorc
tests: fix run-tests environment cleanup on Python 3
2018-03-01, by Augie Fackler
templatekw: add compatlist() as a replacement for showlist()
2018-02-25, by Yuya Nishihara
templatekw: add compatdict() as a replacement for showdict()
2018-02-25, by Yuya Nishihara
templatekw: pass templater to _showlist() by an explicit argument
2018-02-25, by Yuya Nishihara
hgweb: make templater mostly compatible with log templates
2017-12-22, by Yuya Nishihara
log: do not invoke templatekw.showobsfate() as a function
2018-02-25, by Yuya Nishihara
templatekw: inline getfiles()
2018-02-25, by Yuya Nishihara
templatekw: factor out function to build a list of files per status
2018-02-25, by Yuya Nishihara
templatekw: switch non-showlist template keywords to new API
2018-02-25, by Yuya Nishihara
templatekw: extract non-templatekw function as getgraphnode()
2018-02-25, by Yuya Nishihara
convert: avoid closing ui.fout in subversion code (issue5807)
2018-02-28, by Sascha Nemecek
cmdutil: expand filename format string by templater (BC)
2018-01-07, by Yuya Nishihara
annotate: do not poorly split lines at CR (issue5798)
stable
2018-02-21, by Yuya Nishihara
templater: add option to parse template string just like raw string literal
2018-02-18, by Yuya Nishihara
cmdutil: reorder optional arguments passed to makefileobj()
2018-02-18, by Yuya Nishihara
cmdutil: strip "%m" pattern (first line of commit message) from both ends
2018-02-18, by Yuya Nishihara
test-acl: mock up util.getuser() to trust $LOGNAME on Windows
2018-02-27, by Yuya Nishihara
fileset: drop bad "elif:" trying to check invalid size expression
2018-03-01, by Yuya Nishihara
py3: fix test-command-template.t to write files in binary mode
2018-03-01, by Yuya Nishihara
py3: use bytestr() to coerce position carried by ParseError to string
2018-03-01, by Yuya Nishihara
py3: use bytes.endswith('\n') to strip off '\n' from debug color output
2018-03-01, by Yuya Nishihara
py3: fix type of attribute names forwarded by templatekw._hybrid
2018-03-01, by Yuya Nishihara
py3: move between bytes and unicode when re-raising IOError
2018-03-01, by Yuya Nishihara
py3: use '%d' to format diffstat sum
2018-03-01, by Yuya Nishihara
py3: make regexp literal bytes in templatefilters.py
2018-03-01, by Yuya Nishihara
templatefilters: use encoding.unifromlocal/unitolocal() for py3 compatibility
2018-03-01, by Yuya Nishihara
py3: replace str() with it's bytes equivalent in hgext/shelve.py
2018-03-02, by Pulkit Goyal
py3: make sure we write bytes in a file open in bytes mode
2018-03-01, by Pulkit Goyal
py3: add b'' prefixes in tests/test-obsolete.t
2018-03-01, by Pulkit Goyal
py3: add a b'' prefix in tests/test-fncache.t
2018-03-01, by Pulkit Goyal
py3: use pycompat.bytestr() to convert error instances to bytes
2018-03-01, by Pulkit Goyal
py3: listify the return value of filter()
2018-03-01, by Pulkit Goyal
py3: use '%d' instead of '%s' for ints
2018-03-01, by Pulkit Goyal
py3: add 14 new passing tests to whitelist
2018-03-01, by Pulkit Goyal
py3: use util.forcebytestr to convert str to bytes
2018-02-28, by Pulkit Goyal
sshpeer: factor out code for creating peers from pipes
2018-02-25, by Gregory Szorc
py3: add b'' prefixes in tests/test-rollback.t
2018-02-28, by Pulkit Goyal
py3: add b'' prefix in tests/test-revlog-v2.t
2018-02-28, by Pulkit Goyal
py3: add b'' prefixes in tests/test-revlog.t
2018-02-28, by Pulkit Goyal
py3: make sure we open the file in bytes mode
2018-02-28, by Pulkit Goyal
py3: add b'' prefixes in tests/test-revlog-ancestry.py
2018-02-28, by Pulkit Goyal
py3: port the markdirver extension in tests/test-resolve.t
2018-02-28, by Pulkit Goyal
py3: backout changeset 56635c506608 which wrongly added couple of b''
2018-02-28, by Pulkit Goyal
py3: add a missing b'' in tests/bruterebase.py
2018-02-28, by Pulkit Goyal
py3: use '%d' for integers instead of b'%s'
2018-02-28, by Pulkit Goyal
py3: make sure we write in mergestate in bytes mode
2018-02-28, by Pulkit Goyal
py3: add b'' prefixes in tests/test-rebase-scenario-global.t
2018-02-28, by Pulkit Goyal
py3: replace str() calls with their preferred bytes equivalent
2018-02-28, by Pulkit Goyal
py3: convert error messages to bytes using util.forcebytestr()
2018-02-28, by Pulkit Goyal
py3: slice over bytes or use startswith() to prevent getting ascii values
2018-02-28, by Pulkit Goyal
narrow: drop safehasattr() checks for always-present repo.narrowmatch
2018-02-28, by Martin von Zweigbergk
narrow: move narrowmatch-related methods to localrepo
2018-02-28, by Martin von Zweigbergk
narrow: remove dependency from narrowspec module to hg module
2018-02-27, by Martin von Zweigbergk
narrow: reduce depedence on narrowspec.save()
2018-02-28, by Martin von Zweigbergk
narrow: always wrap repo
2018-02-28, by Martin von Zweigbergk
narrow: consider both local and remote matchers in narrowchangegroup
2018-02-28, by Martin von Zweigbergk
narrow: move checking for narrow requirement into _narrowmatch()
2018-02-28, by Martin von Zweigbergk
narrow: move changegroup.supportedoutgoingversions() override to core
2018-02-28, by Martin von Zweigbergk
narrow: move requirement constant to core
2018-02-28, by Martin von Zweigbergk
remotenames: don't inherit the remotenames class from dict class
2018-02-21, by Pulkit Goyal
run-tests: cache hghave results
2018-02-25, by Matt Harbison
run-tests: resume raising an exception when a server fails to start
2018-02-26, by Matt Harbison
py3: use print as a function in tests/test-hgrc.t
2018-02-27, by Pulkit Goyal
py3: use '%d' to convert integers to bytes
2018-02-27, by Pulkit Goyal
py3: add b'' prefixes in tests/test-extension.t
2018-02-27, by Pulkit Goyal
py3: convert os.devnull to bytes using pycompat.bytestr
2018-02-27, by Pulkit Goyal
py3: fix more keyword arguments handling
2018-02-27, by Pulkit Goyal
py3: make sure regexes are bytes
2018-02-27, by Pulkit Goyal
py3: use pycompat.strurl to convert url to str
2018-02-27, by Pulkit Goyal
bookmarks: write bookmarks file deterministically
2018-02-26, by Gregory Szorc
phases: write phaseroots deterministically
2018-02-26, by Gregory Szorc
internals: document bundle2 format
2018-02-17, by Gregory Szorc
py3: convert bytes to str using encoding.strfromlocal
2018-02-26, by Pulkit Goyal
py3: use encoding.strtolocal() to convert str to bytes
2018-02-26, by Pulkit Goyal
py3: use email.utils module instead of email.Utils
2018-02-26, by Pulkit Goyal
py3: slice over bytes or use .startswith() to prevent getting ascii values
2018-02-26, by Pulkit Goyal
py3: use '%d' for integers instead of '%s'
2018-02-26, by Pulkit Goyal
templatekw: add 'requires' flag to switch to exception-safe interface
2018-02-25, by Yuya Nishihara
templater: specialize ResourceUnavailable error so that it can be caught
2018-02-25, by Yuya Nishihara
templater: move specialized exception types to top
2018-02-25, by Yuya Nishihara
templatekw: minimize resource dependency of {envvars} and {termwidth}
2018-02-25, by Yuya Nishihara
templatekw: simply override {graphwidth} function by mapping variable
2018-02-25, by Yuya Nishihara
remotenames: drop redundant templatekw names from help text
2018-02-25, by Yuya Nishihara
narrow: drop redundant templatekw/revset names from help text
2018-02-25, by Yuya Nishihara
run-tests: don't mask errors when a server fails to start
2018-02-25, by Matt Harbison
py3: use bytes instead of str in isinstance
2018-02-26, by Pulkit Goyal
py3: convert a map expression into list comprehension
2018-02-26, by Pulkit Goyal
py3: use email.generator module instead of email.Generator
2018-02-26, by Pulkit Goyal
py3: use pycompat.strkwargs to convert kwargs keys to str
2018-02-26, by Pulkit Goyal
py3: whitelist test-push-http.t as passing
2018-02-26, by Augie Fackler
util: handle fileno() on Python 3 throwing io.UnsupportedOperation
2018-02-26, by Augie Fackler
wireproto: use %d to encode an int, not a %s
2018-02-26, by Augie Fackler
httppeer: explicitly catch urlerr.httperror and re-raise
2018-02-26, by Augie Fackler
hgweb: pass exception message to builtin Exception ctor as sysstr
2018-02-26, by Augie Fackler
bundle2: part id is an int, use %d to make it bytes
2018-02-26, by Augie Fackler
bundle2: **strkwargs love on various kwargs constructions
2018-02-26, by Augie Fackler
http: drop custom http client logic
2018-02-25, by Augie Fackler
statichttprepo: move HTTPRangeHandler from byterange and delete the latter
2018-02-25, by Augie Fackler
filemerge: do what the context __bytes__ does, but locally
2018-02-25, by Augie Fackler
py3: convert known-int values to bytes using %d
2018-02-25, by Augie Fackler
less
more
|
(0)
-30000
-10000
-3000
-1000
-480
+480
+1000
+3000
+10000
tip