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.
py3: whitelist another three passing tests
2018-02-18, by Augie Fackler
manifest: use list(dict) instead of dict.keys() to get a list of keys
2018-02-18, by Augie Fackler
manifest: correct the one use of iterkeys() on a dict
2018-02-18, by Augie Fackler
py3: use default dict iterator instead of iterkeys
2018-02-18, by Augie Fackler
py3: whitelist five more passing tests
2018-02-18, by Augie Fackler
httppeer: headers are native strings
2018-02-18, by Augie Fackler
hgweb: header dict entries are native strings
2018-02-18, by Augie Fackler
keepalive: headers are native strings, mark them as such
2018-02-18, by Augie Fackler
py3: use range instead of xrange on py3 in tests/test-ui-verbosity.py
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange in tests/test-revset2.t
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange in tests/test-mq-qimport.t
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange in tests/test-issue4074.t
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange in tests/test-convert-mtn.t
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange in tests/test-commandserver.t
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange in tests/test-walk.t
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange in tests/test-mq-missingfiles.t
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange on py3 in tests/test-filecache.py
2018-02-18, by Pulkit Goyal
py3: use range instead on xrange on py3 in tests/test-atomictempfile.py
2018-02-18, by Pulkit Goyal
py3: add b'' prefix in test-mq-qrefresh-replace-log-message.t
2018-02-18, by Pulkit Goyal
py3: add b'' prefixes in test-mq-eol.t
2018-02-18, by Pulkit Goyal
py3: explicitly convert result of dict.items() into list
2018-02-18, by Pulkit Goyal
py3: use pycompat.byteskwargs() to convert opts keys to bytes
2018-02-18, by Pulkit Goyal
wireprotoserver: py3 helpfully calls adds HTTP_ to CONTENT_LENGTH
2018-02-18, by Augie Fackler
tests: port inline Python in test-http-branchmap.t to Python 3
2018-02-18, by Augie Fackler
hgweb_mod: partially undo 8afc25e7effc to fix py3
2018-02-17, by Augie Fackler
tags: don't feed both int and None to min()
2018-02-17, by Augie Fackler
tests: fix get-with-headers.py on python3 when writing to stdout
2018-02-17, by Augie Fackler
webcommands: use pycompat.strkwargs as needed
2018-02-17, by Augie Fackler
webcommands: unpack contents of length-1 dict portably
2018-02-17, by Augie Fackler
bundle2: use pycompat.strkwargs as needed
2018-02-17, by Augie Fackler
tests: add b prefixes to test-rebase-dest.t
2018-02-17, by Augie Fackler
rebase: sort roots by revision
2018-02-17, by Augie Fackler
httppeer: use %d to format int
2018-02-17, by Augie Fackler
extensions: reject any unicode strings in tables before loading
2018-02-17, by Yuya Nishihara
py3: make test-extdiff.t pass on Python 3
2018-02-17, by Yuya Nishihara
py3: make regexp patterns bytes in extdiff
2018-02-17, by Yuya Nishihara
py3: fix bytes-unicode dance while building docstring of extdiff
2018-02-17, by Yuya Nishihara
py3: factor out byterepr() which returns an asciified value on py3
2018-02-17, by Yuya Nishihara
remotenames: don't use the default value of logfmt for namespaces
2018-02-15, by Pulkit Goyal
py3: whitelist test-pull-http.t
2018-02-17, by Augie Fackler
scmutil: bytes-ify IOErrors before wrapping them in abort message
2018-02-17, by Augie Fackler
py3: port f to Python 3
2018-02-17, by Gregory Szorc
py3: replace file() with open() in test-convert-git.t
2018-02-11, by Pulkit Goyal
bundle: updates the help text for hg bundle (issue5744)
2018-02-15, by Sushil khanchi
py3: get bytes-repr of network errors portably
2018-02-17, by Augie Fackler
hgweb: open server logs in binary mode
2018-02-17, by Augie Fackler
tests: add some b prefixes in test-http-bundle1.t
2018-02-17, by Augie Fackler
hgweb: correctly bytes-ify status, not string-ify
2018-02-17, by Augie Fackler
printenv: port to python3
2018-02-17, by Augie Fackler
py3: whitelist another eight passing tests
2018-02-15, by Augie Fackler
remotenames: port partway to python3 by using collections.MutableMapping
2018-02-14, by Augie Fackler
tests: avoid referring to pvec in demandimport test
2018-02-16, by Martin von Zweigbergk
help: use cmdutil.parsealiases() to resolve command name
2018-01-08, by Yuya Nishihara
help: list deprecated and experimental extensions if --verbose
2015-12-27, by Yuya Nishihara
hgweb: translate Abort in help command to 404 error
2015-12-27, by Yuya Nishihara
templatekw: add {reporoot} keyword
2018-01-08, by Yuya Nishihara
templatefilters: add dirname() filter
2018-01-07, by Yuya Nishihara
templater: add function to help substituting patterns in template string
2018-01-07, by Yuya Nishihara
templater: extract function scanning template string
2018-01-07, by Yuya Nishihara
tests: expand test coverage for updating phases
stable
2018-02-18, by Gregory Szorc
tests: consolidate test-push-http.t and test-push-http-bundle1.t
stable
2018-02-18, by Gregory Szorc
tests: port value-less unbundle capability test to test-push-http.t
stable
2018-02-18, by Gregory Szorc
tests: add phase testing to test-push-http-bundle1.t
stable
2018-02-18, by Gregory Szorc
cmdutil: narrow scope of KeyError in makefilename()
2018-01-07, by Yuya Nishihara
node: make bin() be a wrapper instead of just an alias
2018-02-14, by Augie Fackler
tests: actually check that HGDEMANDIMPORT=disable disables demandimport
2018-02-16, by Martin von Zweigbergk
debugcommands: print out the editor that was searched for (post shlexsplit)
2018-01-04, by Kyle Lippincott
merge with stable
2018-02-16, by Augie Fackler
date: fix parsing months
stable
2018-02-16, by Jun Wu
hgweb: show dates recorded in obsolescence markers
2018-02-15, by Anton Shestakov
gitweb: make span.age CSS selector more specific
2018-02-15, by Anton Shestakov
wireprotoserver: return to using iscmd() method
2018-02-15, by Augie Fackler
githelp: cast commands to bytes
2018-02-11, by Gregory Szorc
py3: use util.forcebytestr instead of str for converting errors to bytes
2018-02-14, by Pulkit Goyal
py3: use pycompat.bytestr to convert str to bytes
2018-02-14, by Pulkit Goyal
mpatch: allow clang-format oversight
2018-02-12, by Augie Fackler
base85: allow clang-format oversight
2018-02-12, by Augie Fackler
charencode: allow clang-format oversight
2018-02-12, by Augie Fackler
formatting: enforce system headers before local headers
2018-02-14, by Augie Fackler
wireprotoserver: add version to HTTP protocol name (API)
2018-02-12, by Gregory Szorc
wireprotoserver: rename webproto to httpv1protocolhandler
2018-02-12, by Gregory Szorc
wireproto: improve docstring for "hello"
2018-02-12, by Gregory Szorc
httppeer: remove httpspeer
2018-02-12, by Gregory Szorc
httppeer: remove redundant code to fetch capabilities
2018-02-12, by Gregory Szorc
httppeer: change logic around argument handling
2018-02-01, by Gregory Szorc
tests: test using both versions of SSH protocol
2018-02-12, by Gregory Szorc
sshpeer: log remote capabilities after protocol upgrade
2018-02-08, by Gregory Szorc
wireprotoserver: handle SSH protocol version 2 upgrade requests
2018-02-12, by Gregory Szorc
wireprotoserver: move SSH server operation to a standalone function
2018-02-08, by Gregory Szorc
py3: stringify integer with %d instead of bytes()
2018-02-14, by Gregory Szorc
py3: add b'' to test-sshserver.py
2018-02-14, by Gregory Szorc
py3: add b'' to config options in test extension
2018-02-14, by Gregory Szorc
manifest: add support for including directories outside narrowspec
2018-02-13, by Martin von Zweigbergk
narrow: restrict manifest iteration by using manifest.walk(matcher)
2018-02-13, by Martin von Zweigbergk
narrow: only diff manifest part within narrowspec when generating changegroup
2018-02-13, by Martin von Zweigbergk
cmdutil: build "%m" (desc|firstline) in makefilename()
2018-01-06, by Yuya Nishihara
cmdutil: rewrite makefilename() to use ctx methods
2015-04-02, by Yuya Nishihara
cmdutil: pass ctx to makefileobj() in place of repo/node pair (API)
2015-04-02, by Yuya Nishihara
cmdutil: pass ctx to makefilename() in place of repo/node pair (API)
2015-04-02, by Yuya Nishihara
cmdutil: make node parameter of makefileobj() mandatory (API)
2015-04-02, by Yuya Nishihara
progress: use '%*d' to pad progress value
2018-02-14, by Yuya Nishihara
py3: stringify IOError/OSError without loosing local character
2018-02-14, by Yuya Nishihara
dirstate: drop explicit files that shouldn't match (BC) (issue4679)
2018-01-26, by Yuya Nishihara
log: add TODO comments about --line-range processing
2018-01-21, by Yuya Nishihara
log: factor out function to feed revisions to displayer
2018-01-21, by Yuya Nishihara
graphlog: unblock --line-range option
2018-01-21, by Yuya Nishihara
graphlog: deduplicate preprocessing of log command
2018-01-21, by Yuya Nishihara
hgweb: show users recorded in obsolescence markers
2018-02-14, by Anton Shestakov
revert: use an exact matcher in interactive diff selection (issue5789)
2018-02-14, by Denis Laxalde
tests: add a test demonstrate that 'revert -i' ignores nonexistent patterns
2018-02-11, by Denis Laxalde
py3: slice over bytes to prevent getting ascii values
2018-02-14, by Pulkit Goyal
py3: converts bytes to pycompat.bytestr to get bytechrs while enumerating
2018-02-14, by Pulkit Goyal
py3: use pycompat.{bytes|str}kwargs in transplant.py
2018-02-14, by Pulkit Goyal
py3: replace file() with open() in transplant.py
2018-02-14, by Pulkit Goyal
py3: use "%d" for converting int to bytes in transplant.py
2018-02-14, by Pulkit Goyal
py3: open files in bytes mode in transplant.py
2018-02-14, by Pulkit Goyal
py3: use pycompat.bytestr instead of str
2018-02-14, by Pulkit Goyal
py3: use "%d" to convert integers to bytes
2018-02-14, by Pulkit Goyal
py3: add couple of missing b'' in fakemergerecord.py
2018-02-14, by Pulkit Goyal
py3: add b'' to make sure regex pattern are bytes in hgweb/webutil.py
2018-02-14, by Pulkit Goyal
py3: add b'' prefixes in test-worker.t
2018-02-14, by Pulkit Goyal
py3: add b'' prefixes to make printrevset.py work in test-glog.t
2018-02-14, by Pulkit Goyal
py3: slice over bytes to prevent getting ascii values
2018-02-14, by Pulkit Goyal
python3: whitelist another 5 passing tests
2018-02-14, by Augie Fackler
py3: introduce and use pycompat.getargspec
2018-02-13, by Augie Fackler
merge: coerce nodes to bytes, not str
2018-02-13, by Augie Fackler
py3: whitelist more passing tests
2018-02-13, by Augie Fackler
histedit: binascii.unhexlify (aka node.bin) throws new exception type on py3
2018-02-13, by Augie Fackler
treemanifest: add an optimized __nonzero__()
2018-02-13, by Martin von Zweigbergk
tests: port fakemergerecord to python3
2018-02-13, by Augie Fackler
tests: add some b-prefixes on local script in test-histedit-arguments
2018-02-13, by Augie Fackler
tests: add bytes prefixes to test-histedit-fold.t's local extension
2018-02-13, by Augie Fackler
histedit: fix silly bug that was unpacking a bytestr before writing it
2018-02-13, by Augie Fackler
py3: whitelist another 8 passing tests
2018-02-13, by Augie Fackler
histedit: modernize write of histedit-last-edit file
2018-02-13, by Augie Fackler
histedit: convert bool to bytestring manually
2018-02-13, by Augie Fackler
narrowcommands: more byteskwargs cleanup
2018-02-13, by Augie Fackler
narrowmerge: iterate over a copy of dict items so we can mutate the dict
2018-02-13, by Augie Fackler
contrib: ban $RANDOM using check-code
2018-02-13, by Augie Fackler
tests: remove use of bashism $RANDOM to fix test-narrow.t on non-bash shells
2018-02-13, by Augie Fackler
narrow: fix for getting the username when running http server
2018-02-13, by Sandu Turcan
tests: remove code to support Mercurial 4.3
2018-02-12, by Gregory Szorc
narrowspec: move module into core
2018-02-12, by Gregory Szorc
hg: move share._getsrcrepo into core
2018-02-12, by Gregory Szorc
tests: glob over line number
2018-02-12, by Gregory Szorc
tests: remove references to bundle2-exp config option
2018-02-12, by Gregory Szorc
py3: whitelist another six passing tests
2018-02-13, by Augie Fackler
narrowrepo: filter() is a generator on py3, wrap in list()
2018-02-13, by Augie Fackler
narrowcommands: use pycompat.{bytes,str}kwargs
2018-02-13, by Augie Fackler
debugcommands: mergestate version is an int, use %d on it
2018-02-13, by Augie Fackler
progress: use %d to format ints instead of %s
2018-02-13, by Augie Fackler
progress: determine padding width portably
2018-02-13, by Augie Fackler
branchmap: wrap builtin exception in bytes for logging
2018-02-13, by Augie Fackler
remotenames: add three new revsets related to remotenames
2017-12-23, by Pulkit Goyal
convert: fix line ending of mapfile and commit.desc file
2018-02-13, by Yuya Nishihara
py3: port string formatting
2018-02-11, by Gregory Szorc
bdiff: write a native version of splitnewlines
2018-01-25, by Augie Fackler
label: enforce the lack of leading or trailing white space
2018-02-12, by Boris Feld
buildrpm: bump bundled docutils version to 0.14 when building for centos{5,6}
2018-02-13, by Antonio Muci
buildrpm: bump bundled python version to 2.7.14 when building for centos{5,6}
2018-02-12, by Antonio Muci
merge: invoke scmutil.fileprefetchhooks() prior to applying updates
2018-02-11, by Matt Harbison
revert: drop the remnant of the prefetchfiles hook
2018-02-11, by Matt Harbison
cat: migrate to the fileprefetch callback mechanism
2018-02-11, by Matt Harbison
archive: migrate to the fileprefetch callback mechanism
2018-02-11, by Matt Harbison
lfs: migrate to the fileprefetch callback mechanism
2018-02-11, by Matt Harbison
cmdutil: convert the prefetchfiles() hook to a callback mechanism (API)
2018-02-11, by Matt Harbison
test-narrow: partially stabilize on Windows
2018-02-13, by Matt Harbison
py3: whitelist test-convert-clonebranches.t
2018-02-13, by Augie Fackler
convert: make hg sha1 regex consistently be a bytes
2018-02-12, by Augie Fackler
convcmd: pass encoding name as a sysstr
2018-02-12, by Augie Fackler
convert: open all files in binary mode
2018-02-12, by Augie Fackler
py3: whitelist another 11 passing tests
2018-02-12, by Augie Fackler
util: convert traceback-related sysstrs to sysbytes in getstackframes
2018-02-12, by Augie Fackler
util: format line number of stack trace using %d
2018-02-12, by Augie Fackler
util: call warnings.warn() with a sysstr in nouideprecwarn
2018-02-12, by Augie Fackler
ui: convert stack traces to sysbytes before logging
2018-02-12, by Augie Fackler
ui: use pycompat.bytestr() to get a bytes-repr of config default
2018-02-12, by Augie Fackler
tests: add tons of b prefixes in test-devel-warnings.t
2018-02-12, by Augie Fackler
py3: convert traceback representation to bytes when logging
2018-02-11, by Gregory Szorc
py3: convert context to bytes instead of str
2018-02-11, by Gregory Szorc
py3: add missing b'' literal to sshprotoext.py
2018-02-11, by Gregory Szorc
py3: make dummyssh compatible with Python 3
2018-02-11, by Gregory Szorc
mail: import email.utils not email.Utils
2018-02-11, by Gregory Szorc
py3: cast character set to bytes
2018-02-11, by Gregory Szorc
py3: cast decode() argument to system string
2018-02-11, by Gregory Szorc
py3: avoid changing dictionary during iteration
2018-02-11, by Gregory Szorc
py3: use raw string for key in **kwargs
2018-02-11, by Gregory Szorc
py3: preserve chunks as an iterable of bytes
2018-02-11, by Gregory Szorc
py3: use b'' for changegroup version literals
2018-02-11, by Gregory Szorc
py3: use b'' in inline extension
2018-02-11, by Gregory Szorc
py3: use hex(hasher.digest())
2018-02-11, by Gregory Szorc
py3: use string for "close" value in commit extras
2018-02-11, by Gregory Szorc
py3: catch TypeError during template operations
2018-02-11, by Gregory Szorc
py3: use bytes literals for test extension
2018-02-11, by Gregory Szorc
py3: use system strings when calling __import__
2018-02-11, by Gregory Szorc
py3: open patches.queue in binary mode
2018-02-11, by Gregory Szorc
py3: compare against bytes instead of str
2018-02-11, by Gregory Szorc
py3: use b'' in mockblackbox.py
2018-02-11, by Gregory Szorc
narrow: add a TODO document
2018-02-12, by Augie Fackler
tests: use `hello` not `capabilities` over ssh
2018-02-12, by Augie Fackler
narrowwirepeer: add TODO about how we add wireproto args to unbundle :(
2018-02-12, by Augie Fackler
narrowwirepeer: rename expandnarrow capability to exp-expandnarrow
2018-02-12, by Augie Fackler
narrow: make restrictpatterns a little more idiomatic
2018-02-12, by Augie Fackler
narrowspec: consistently use set() to copy sets
2018-02-12, by Augie Fackler
narrowspec: document constraints when validating patterns
2018-02-12, by Augie Fackler
narrowrevlog: add a TODO around remotefilelog moving to core
2018-02-12, by Augie Fackler
narrowrevlog: add what little I can remember about rename filtering
2018-02-12, by Augie Fackler
manifest: clean up dirlog() to take a d parameter to avoid shadowing dir()
2018-02-12, by Augie Fackler
narrowrevlog: replace AssertionError with ProgrammingError
2018-02-12, by Augie Fackler
narrowrevlog: document excludeddir class and friends
2018-02-12, by Augie Fackler
narrowrepo: add docstring for narrowpats
2018-02-12, by Augie Fackler
narrowtemplates: update to use registrar mechanism
2018-02-02, by Augie Fackler
narrow: move from ELLIPSIS_NODE_FLAG to revlog.REVIDX_ELLIPSIS
2018-02-02, by Augie Fackler
narrowrepo: make repo requirement include the string 'experimental'
2018-02-02, by Augie Fackler
narrow: mark requirement as a constant
2018-02-02, by Augie Fackler
narrowbundle2: mark most constants as module-private
2018-02-02, by Augie Fackler
narrowbundle2: make constants ALLCAPS to be a bit more readable
2018-02-02, by Augie Fackler
narrow: remove old version-checking logic and declare internal
2018-02-01, by Augie Fackler
tests: fold narrow treemanifest tests into main test file using testcases
2018-02-01, by Augie Fackler
narrow: assume addflagprocessor will always exist on revlog module
2018-01-29, by Augie Fackler
narrow: this code should assume REVIDX_FLAGS_ORDER exists
2018-01-29, by Augie Fackler
narrow: drop legacy support for getsubsetraw
2018-01-29, by Augie Fackler
narrow: remove support for old match modules
2018-01-29, by Augie Fackler
narrow: import experimental extension from narrowhg revision cb51d673e9c5
2018-01-29, by Augie Fackler
python3: whitelist another four passing tests
2018-02-12, by Augie Fackler
wireprotoserver: define and use parse_qs from urllib
2018-02-06, by Gregory Szorc
tests: add tests for sending recognized command before handshake
2018-02-07, by Gregory Szorc
wireprotoserver: add version to SSH protocol names (API)
2018-02-07, by Gregory Szorc
wireproto: introduce type for raw byte responses (API)
2018-02-07, by Gregory Szorc
wireprototypes: move wire protocol response types to new module
2018-02-07, by Gregory Szorc
wireprotoserver: move responsetype() out of http handler
2018-02-01, by Gregory Szorc
wireproto: remove unused proto argument from supportedcompengines (API)
2018-02-07, by Gregory Szorc
wireprotoserver: rename getfile() to forwardpayload() (API)
2018-02-01, by Gregory Szorc
wireprotoserver: rename _client to client (API)
2018-02-07, by Gregory Szorc
wireprotoserver: remove redirect() and restore() (API)
2018-02-07, by Gregory Szorc
wireproto: use maybecapturestdio() for push responses (API)
2018-02-07, by Gregory Szorc
wireprotoserver: add context manager mechanism for redirecting stdio
2018-02-07, by Gregory Szorc
wireprotoserver: split ssh protocol handler and server
2018-02-07, by Gregory Szorc
wireprotoserver: extract SSH response handling functions
2018-02-07, by Gregory Szorc
remotenames: introduce new template keywords for remotenames
2017-12-23, by Pulkit Goyal
remotenames: add new namespaces for remotebookmarks and remotebranches
2017-12-23, by Pulkit Goyal
remotenames: introduce a class to lazily resolve remotnames
2017-12-23, by Pulkit Goyal
remotenames: introduce class to encapsulate remotenames info in an extension
2017-12-23, by Pulkit Goyal
logexchange: introduce helper function to get remote path name
2017-12-23, by Pulkit Goyal
charencode: adjust clang-format enable/disable comments
2018-02-12, by Augie Fackler
diffhelpers: allow clang-format oversight
2018-02-12, by Augie Fackler
pathencode: allow clang-format oversight
2018-02-12, by Augie Fackler
bdiff: add to clang-format oversight
2018-02-12, by Augie Fackler
test-merge-tools: stabilize for Windows
2018-02-11, by Matt Harbison
py3: replace file() with open() in test-convert-hg-source.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-encoding-align.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-encoding.t
2018-02-11, by Pulkit Goyal
py3: make sure we return str from __repr__
2018-02-11, by Pulkit Goyal
py3: check for bytes instead of str in hg.share()
2018-02-11, by Gregory Szorc
py3: port metaedit extension to Python 3
2018-02-11, by Gregory Szorc
py3: pass system string to email.message.Message.set_type()
2018-02-11, by Gregory Szorc
py3: open temporary file in binary mode
2018-02-11, by Gregory Szorc
py3: use email parser that operates on bytes
2018-02-11, by Gregory Szorc
py3: port ext-phase-report.py extension
2018-02-11, by Gregory Szorc
py3: more robustly cast UUID to bytes
2018-02-11, by Gregory Szorc
py3: use bytes() to cast context instances
2018-02-11, by Gregory Szorc
py3: convert __doc__ to bytes
2018-02-11, by Gregory Szorc
py3: cast repr() result to bytes
2018-02-11, by Gregory Szorc
py3: fix file i/o in test-status.t
2018-02-11, by Gregory Szorc
py3: pass system string to socket.getservbyname
2018-02-11, by Gregory Szorc
run-tests: report tests that exception occurred in
2018-02-11, by Gregory Szorc
py3: use raw string for file open mode
2018-02-11, by Gregory Szorc
py3: convert content-type to bytes
2018-02-11, by Gregory Szorc
gpg: print unknown key IDs in their entirety
2018-02-11, by Josef 'Jeff' Sipek
tests: fix check for --graph option in test-log-linerange.t
2018-02-11, by Denis Laxalde
py3: use "%d" instead of "%s" for integers
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-contrib.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-eol.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-extdiff.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-fileset.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-import-bypass.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-import-eol.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-import-git.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-import.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-mactext.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-mq-missingfiles.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-mq-qimport.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-patch-offset.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-relink.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-subrepo-missing.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-tag.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-transplant.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-walk.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-win32text.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-convert-p4-filetypes.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-convert-mtn.t
2018-02-11, by Pulkit Goyal
py3: replace file() with open() in test-clone.t
2018-02-11, by Pulkit Goyal
merge: cut import cycle at merge -> extensions
2018-02-06, by Yuya Nishihara
subrepo: split non-core functions to new module
2018-02-06, by Yuya Nishihara
diff: remove fp.write() wrapper which drops label argument
2018-02-07, by Yuya Nishihara
log: pack filematcher and hunksfilter into changesetdiffer object
2018-01-21, by Yuya Nishihara
log: drop dead code to concatenate --line-range patterns and pats
2018-01-21, by Yuya Nishihara
logcmdutil: create hunksfilter and filematcher even if no diff option given
2018-01-21, by Yuya Nishihara
logcmdutil: unindent diff generator of changesetprinter
2018-01-21, by Yuya Nishihara
logcmdutil: hold makefilematcher/makehunksfilter() by changesetpriner (API)
2018-01-21, by Yuya Nishihara
log: pass ctx to makefilematcher() and makehunksfilter() functions
2018-01-21, by Yuya Nishihara
tests: allow age to go up to triple digits in test-shelve.t
stable
2018-02-13, by Anton Shestakov
lfs: teach the 'lfs()' fileset to handle removed files
2018-01-27, by Matt Harbison
lfs: teach '{lfs_files}' to handle removed files
2018-01-27, by Matt Harbison
lfs: allow a pointer to be extracted from a context that removes the file
2018-01-27, by Matt Harbison
rebase: make "successors" a set in _computeobsoletenotrebased()
2018-02-10, by Denis Laxalde
merge with stable
2018-02-10, by Yuya Nishihara
rebase: do not consider extincts for divergence detection (issue5782)
2018-02-09, by Denis Laxalde
rebase: eliminate node from successors early in _computeobsoletenotrebased()
2018-02-09, by Denis Laxalde
rebase: add a test case for issue5782
2018-02-07, by Denis Laxalde
test: glob the temporary directory out of temporary file path
2018-02-09, by Boris Feld
tests: raise a better error when patterns are wrongly formatted
2018-02-09, by Boris Feld
lfs: add a fileset for detecting lfs files
2018-01-27, by Matt Harbison
tests: stabilize ssh tests on Windows
2018-02-07, by Matt Harbison
wireprotoserver: rename abstractserverproto and improve docstring
2018-02-01, by Gregory Szorc
wireprotoserver: document and improve the httplib workaround
2018-02-01, by Gregory Szorc
wireprotoserver: move error response handling out of hgweb
2018-01-31, by Gregory Szorc
hgweb: move call to protocol handler outside of try..except
2018-01-31, by Gregory Szorc
wireprotoserver: move protocol parsing and dispatch out of hgweb
2018-01-31, by Gregory Szorc
largefiles: register wire protocol commands with modern APIs
2018-02-01, by Gregory Szorc
wireproto: function for testing if wire protocol command is available
2018-01-30, by Gregory Szorc
wireproto: define and use types for wire protocol commands
2018-01-31, by Gregory Szorc
wireproto: improve docstring for @wireprotocommand
2018-01-30, by Gregory Szorc
wireproto: remove unnecessary exception trapping
2018-01-31, by Gregory Szorc
sshpeer: implement peer for version 2 of wire protocol
2018-02-06, by Gregory Szorc
sshpeer: rename sshpeer class to sshv1peer (API)
2018-02-06, by Gregory Szorc
sshpeer: initial definition and implementation of new SSH protocol
2018-02-06, by Gregory Szorc
internals: refactor wire protocol documentation
2018-02-06, by Gregory Szorc
revlog: rename 'self.checkinlinesize' into '_enforceinlinesize'
2018-02-05, by Boris Feld
revlog: add a _datareadfp context manager for data access needs
2018-02-05, by Boris Feld
revlog: use context manager for data file lifetime in checksize
2018-02-05, by Boris Feld
revlog: use context manager for index file lifetime in checkinlinesize
2018-02-05, by Boris Feld
revlog: use context manager for data file lifetime in checkinlinesize
2018-02-05, by Boris Feld
revlog: use context manager for index file life time in __init__
2018-02-05, by Boris Feld
revlog: move index file opening in a method
2018-02-05, by Boris Feld
revlog: move datafile opening in a method
2018-02-05, by Boris Feld
parseindex: implement context manager method on the wrapper
2018-02-06, by Boris Feld
parseindex: also forward keyword argument in a debug wrapper
2018-02-06, by Boris Feld
dumprevlog: handle being passed a mode parameter
2018-02-06, by Boris Feld
changelog: add the missing 'closed' property on 'appender' object
2018-02-06, by Boris Feld
changelog: implement context manager method for 'appender' object
2018-02-05, by Boris Feld
diff: improve ui.write performance when not coloring on Windows
2018-02-04, by Joerg Sonnenberger
hgsh: enable clang-format
2018-02-06, by Augie Fackler
chg: enable clang-format on all .c and .h files
2018-02-06, by Augie Fackler
python3: whitelist an additional 11 tests
2018-02-07, by Augie Fackler
ui: add explicit path to write prompt text bypassing buffers
2018-02-05, by Yuya Nishihara
ui: write prompt text in ui.prompt(), not in ui._readline()
2018-02-05, by Yuya Nishihara
logcmdutil: mark changesetprinter.showpatch() as private
2018-01-21, by Yuya Nishihara
logcmdutil: drop default arguments from changesetdisplayer/templater() calls
2018-01-21, by Yuya Nishihara
logcmdutil: make default parameters of changesetprinters consistent
2018-01-21, by Yuya Nishihara
mdiff: use str.startswith/endswith() instead of slicing
2018-02-04, by Yuya Nishihara
patch: unify check_binary and binary flags
2018-02-04, by Yuya Nishihara
fileset: don't abort when running copied() on a revision with a removed file
stable
2018-02-06, by Matt Harbison
py3: make sure we open the file in bytes mode
2018-02-07, by Pulkit Goyal
py3: use bytes instead of str
2018-02-07, by Pulkit Goyal
py3: add b'' prefixes to string literals in test files
2018-02-07, by Pulkit Goyal
py3: use range instead of xrange
2018-02-07, by Pulkit Goyal
py3: use open() instead of file()
2018-02-07, by Pulkit Goyal
py3: use pycompat.bytestr to convert _b85chars to bytes
2018-02-07, by Pulkit Goyal
py3: use pycompat.bytechr instead of chr
2018-02-07, by Pulkit Goyal
py3: use pycompat.ziplist instead of zip
2018-02-07, by Pulkit Goyal
patches: move assignment outside the conditional
2018-02-06, by Boris Feld
sshpeer: remove support for connecting to <0.9.1 servers (BC)
2018-02-04, by Gregory Szorc
sshpeer: document the handshake mechanism
2018-02-04, by Gregory Szorc
sshpeer: move handshake outside of sshpeer
2018-02-05, by Gregory Szorc
sshpeer: inline I/O into _validaterepo()
2018-02-04, by Gregory Szorc
sshpeer: clean up API for sshpeer.__init__ (API)
2018-02-05, by Gregory Szorc
sshpeer: establish SSH connection before class instantiation
2018-02-05, by Gregory Szorc
sshpeer: remove frivolous call to _cleanup()
2018-02-04, by Gregory Szorc
sshpeer: extract pipe cleanup logic to own function
2018-02-04, by Gregory Szorc
sshpeer: move ssh command and repo creation logic out of __init__
2018-02-04, by Gregory Szorc
sshpeer: move URL validation out of sshpeer.__init__
2018-02-04, by Gregory Szorc
tests: add low-level SSH protocol tests
2018-02-04, by Gregory Szorc
debugcommands: introduce debugpeer command
2018-02-03, by Gregory Szorc
sshpeer: make "instance" a function
2018-02-04, by Gregory Szorc
lfs: deduplicate oids in the transfer
2018-02-04, by Matt Harbison
cat: call the storage prefetch hook
2018-02-04, by Matt Harbison
archive: call the storage prefetch hook
2018-02-04, by Matt Harbison
lfs: prefetch lfs blobs during revert
2018-02-04, by Matt Harbison
cmdutil: convert _revertprefetch() to a generic stored file hook (API)
2018-02-04, by Matt Harbison
lfs: prefetch lfs blobs when applying merge updates
2018-02-03, by Matt Harbison
lfs: factor out a method for extracting the pointer of a single file
2018-01-27, by Matt Harbison
py3: add b'' to literals in check-config.py
2018-02-05, by Pulkit Goyal
check-config: specify the mode 'rb' to open the file
2017-12-29, by Pulkit Goyal
py3: use open() instead of file()
2018-02-05, by Pulkit Goyal
py3: use pycompat.strkwargs() to convert kwargs' key to str
2018-02-05, by Pulkit Goyal
py3: add __bytes__() for mq.patchheader and make sure __str__ returns str
2018-02-05, by Pulkit Goyal
py3: use "%d" to convert integer to bytes
2018-02-05, by Pulkit Goyal
py3: use .startswith() instead of bytes[0]
2018-02-05, by Pulkit Goyal
py3: slice on bytes to prevent getting the ascii values
2018-02-05, by Pulkit Goyal
py3: add r'' to convert keys to keyword arguments to str
2018-02-04, by Pulkit Goyal
py3: add b'' to tweakdefaults config string
2018-02-04, by Pulkit Goyal
cmdutil: introduce deprecated aliases
2018-02-04, by Boris Feld
makefile: remove Ubuntu Yakkety and Zesty docker targets
2018-02-05, by Anton Shestakov
merge: use operation-provided labels (ex: dest/source) in several merge-tools
2018-01-20, by Kyle Lippincott
filemerge: support passing labels to external merge tools
2018-01-17, by Kyle Lippincott
bookmarks: drop deprecated methods (API)
2018-02-02, by Matt Harbison
archive: rewrite default metadata template as a multi-line bytes literal
2018-02-03, by Yuya Nishihara
py3: drop b'' from repr() of smartset
2018-01-27, by Yuya Nishihara
py3: always drop b'' prefix from repr() of bytestr
2018-01-27, by Yuya Nishihara
py3: format revision number as '%d' in debugrevspec
2018-01-27, by Yuya Nishihara
py3: build repr() of smartset as bytes then convert to str
2018-01-27, by Yuya Nishihara
py3: factor out helpers to apply string conversion recursively
2018-01-27, by Yuya Nishihara
py3: replace "if ispy3" by pycompat.sysbytes() or util.forcebytestr()
2018-01-27, by Yuya Nishihara
py3: replace "if ispy3" by pycompat.bytestr()
2018-01-27, by Yuya Nishihara
py3: replace "if ispy3" by encoding.strtolocal()
2018-01-27, by Yuya Nishihara
localrepo: drop the deprecated walk() method (API)
2018-02-03, by Matt Harbison
dirstate: drop deprecated methods (API)
2018-02-02, by Matt Harbison
templatekw: drop the deprecated '{troubles}' keyword
2018-02-02, by Matt Harbison
obsutil: drop deprecated methods (API)
2018-02-02, by Matt Harbison
revset: drop deprecated evolution predicates
2018-02-02, by Matt Harbison
obsolete: drop deprecated methods (API)
2018-02-02, by Matt Harbison
context: drop deprecated methods (API)
2018-02-02, by Matt Harbison
ui: improve performance for multi-component writes
2018-01-25, by Joerg Sonnenberger
cmdutil: drop aliases for logcmdutil functions (API)
2018-01-21, by Yuya Nishihara
logcmdutil: drop redundant "log" from function names (API)
2018-01-21, by Yuya Nishihara
logcmdutil: rename classes and functions to conform to our coding style (API)
2018-01-21, by Yuya Nishihara
cmdutil: split functions of log-like commands to new module (API)
2018-01-21, by Yuya Nishihara
httppeer: remove support for connecting to <0.9.1 servers (BC)
2018-02-02, by Gregory Szorc
internals: document when "hello" and "capabilities" commands were added
2018-02-01, by Gregory Szorc
tests: make doctest py3-compatible again
2018-01-27, by Yuya Nishihara
lfs: emit a status message to indicate how many blobs were uploaded
2018-01-29, by Matt Harbison
lfs: drop an unused function parameter
2018-01-30, by Matt Harbison
discovery: don't reimplement all()
2018-02-01, by Martin von Zweigbergk
contrib: fix dirstatenonnormalcheck to work in Python 3
2018-02-01, by Augie Fackler
python3: whitelist another 24 passing tests
2018-01-18, by Augie Fackler
mdiff: use slice instead of index on bytestr when checking single bytes
2018-02-01, by Augie Fackler
obsutil: work around filter() being a generator in Python 3
2018-01-18, by Augie Fackler
cmdutil: add a kludge to make bytes repr() the same on 2 and 3
2018-01-18, by Augie Fackler
wireprotoserver: make name part of protocol interface
2018-01-31, by Gregory Szorc
wireprotoserver: make abstractserverproto a proper abstract base class
2018-01-31, by Gregory Szorc
wireprotoserver: make response handling attributes private
2018-01-31, by Gregory Szorc
wireprotoserver: make some instance attributes private
2018-01-31, by Gregory Szorc
wireprotoserver: remove sshserver.getarg()
2018-01-31, by Gregory Szorc
wireprotoserver: remove lock references
2018-01-31, by Gregory Szorc
wireprotoserver: remove support for do_<command> handlers (API)
2018-01-31, by Gregory Szorc
wireprotoserver: make attributes private
2018-01-31, by Gregory Szorc
wireprotoserver: remove unused response attribute
2018-01-31, by Gregory Szorc
wireprotoserver: rename p to proto
2018-01-31, by Gregory Szorc
wireprotoserver: add some blank lines between methods
2018-01-30, by Gregory Szorc
tests: start a set of unit tests for mdiff.py, starting with splitnewlines
2018-01-25, by Augie Fackler
perf: add a perfunidiff command for benchmarking unified diff speed
2018-01-25, by Augie Fackler
wireprotoserver: move abstractserverproto class from wireproto
2018-01-31, by Gregory Szorc
wireprotoserver: move sshserver into module (API)
2018-01-31, by Gregory Szorc
wireprotoserver: don't import symbol from hgweb.common
2018-01-31, by Gregory Szorc
wireprotoserver: rename call to callhttp
2018-01-31, by Gregory Szorc
wireprotoserver: rename hgweb.protocol to wireprotoserver (API)
2018-01-31, by Gregory Szorc
testrunner: fix updating of .testtimes file
2018-01-31, by Martin von Zweigbergk
testrunner: make reading of test times work with #testcases
2018-01-31, by Martin von Zweigbergk
tests: allow [Errno] in output
2018-01-31, by Gregory Szorc
mdiff: remove rewindhunk by yielding a bool first to indicate data
2018-01-26, by Joerg Sonnenberger
mdiff: explicitly compute places for the newline marker
2018-01-26, by Joerg Sonnenberger
patch: avoid repeated binary checks if all files in a patch are text
2018-01-25, by Joerg Sonnenberger
setdiscovery: don't call "heads" wire command when heads specified
2018-02-01, by Martin von Zweigbergk
testrunner: on error, color the "(case xxx)" part the same as filename
2018-02-01, by Martin von Zweigbergk
python3: whitelist an additional 23 passing tests
2018-01-18, by Augie Fackler
tests: fix a missed b prefix in a test extension in test-strip.t
2018-01-18, by Augie Fackler
revlog: correct type in check to verify rawtext is immutable
2018-01-18, by Augie Fackler
mq: use bytes() instead of str() to encode statusentries for writing
2018-01-17, by Augie Fackler
mq: open status file et al in bytes mode
2018-01-17, by Augie Fackler
mq: fix up statusentry to be both repr()-able and bytes()-able
2018-01-17, by Augie Fackler
python3: whitelist another 7 passing tests
2018-01-17, by Augie Fackler
localrepo: pass transaction kwargs as strings, not bytes
2018-01-17, by Augie Fackler
localrepo: consistently use native str when __dict__ is involved
2018-02-01, by Augie Fackler
smartset: use native string when peeking in __dict__
2018-01-17, by Augie Fackler
obsolete: use native string when peeking in __dict__
2018-01-17, by Augie Fackler
lsprof: use native string when peeking in __dict__
2018-01-17, by Augie Fackler
dirstate: use native strings when peeking in __dict__
2018-01-17, by Augie Fackler
context: use native string when peeking in __dict__
2018-01-17, by Augie Fackler
bundlerepo: use native str when peeking in __dict__
2018-01-17, by Augie Fackler
transaction: fix hg version check when loading journal
2018-01-17, by Augie Fackler
branchmap: make error messages consistent between Python 2 and 3
2018-01-17, by Augie Fackler
tests: bytestring-ify all the adhoc extensions in test-strip.t
2018-01-17, by Augie Fackler
filemerge: fix regular expression pattern to be bytes
2018-01-17, by Augie Fackler
tags: explicitly grab list of dict keys
2018-01-17, by Augie Fackler
commands: replace map() with list comprehension
2018-01-17, by Augie Fackler
commands: rewrite legacy ternary operator hack using modern syntax
2018-01-17, by Augie Fackler
strip: use %d for known-int string interpolation
2018-01-17, by Augie Fackler
strip: use in-place revset formatspec instead of %-formatting ourselves
2018-01-18, by Augie Fackler
tests: get run-tests to reliably hand shellquote a string and not a bytes
2018-01-17, by Augie Fackler
less
more
|
(0)
-30000
-10000
-3000
-1000
-480
+480
+1000
+3000
+10000
tip