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.
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip