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.
py3: make py3 compat.iterbytestr simpler and faster
2017-03-15, by Martin von Zweigbergk
py3: optimize py3 compat.bytechr using Struct.pack
2017-03-15, by Martin von Zweigbergk
tests: properly drop back to root dir in test-status.t
2017-03-15, by Ryan McElroy
dirstate: use list comprehension to get a list of keys
2017-03-16, by Pulkit Goyal
match: slice over bytes to get the byteschr instead of ascii value
2017-03-16, by Pulkit Goyal
match: make regular expression bytes to prevent TypeError
2017-03-16, by Pulkit Goyal
scmutil: make function name bytes in class filecache
2017-03-16, by Pulkit Goyal
localrepo: deprecate 'wfile'
2017-03-15, by Pierre-Yves David
eol: use 'wvfs' instead of 'wfile'
2017-03-15, by Pierre-Yves David
localrepo: use 'wvfs' instead of 'wfile'
2017-03-15, by Pierre-Yves David
tagmerge: use 'wvfs' instead of 'wfile'
2017-03-15, by Pierre-Yves David
gpg: use 'wvfs' instead of 'wfile'
2017-03-15, by Pierre-Yves David
test: add a basic 'test-check-pylint.t'
2016-12-28, by Pierre-Yves David
localrepo: don't use mutable default argument value
2017-03-14, by Pierre-Yves David
httpclient: don't use mutable default argument value
2017-03-14, by Pierre-Yves David
largefiles: don't use mutable default argument value
2017-03-14, by Pierre-Yves David
hgk: don't use mutable default argument value
2017-03-14, by Pierre-Yves David
convert: don't use mutable default argument value
2017-03-14, by Pierre-Yves David
mq: don't use mutable default argument value
2017-03-14, by Pierre-Yves David
pager: if old pager extensions is enabled, respect pager.attend
2017-03-13, by Martin von Zweigbergk
tests: duplicate test for pager for old extension and for in-core pager
2017-03-13, by Martin von Zweigbergk
util: make strdate's defaults default value a dict
2017-03-14, by Gregory Szorc
py3: open file in rb mode
2017-03-15, by Rishabh Madan
debuglabelcomplete: fix to call debugnamecomplete in new location
2017-03-14, by Kyle Lippincott
tests: prove that `hg init` works with Python 3
2017-03-13, by Gregory Szorc
pycompat: custom implementation of urllib.parse.quote()
2017-03-13, by Gregory Szorc
pycompat: alias urllib symbols directly
2017-03-13, by Gregory Szorc
tests: clean up bad extension
2017-03-13, by Gregory Szorc
perf: perform a garbage collection before each iteration
2017-03-13, by Gregory Szorc
formatter: support json formatting of long type
2017-03-13, by Gregory Szorc
rebase: don't use mutable default argument value
2017-03-12, by Gregory Szorc
mq: don't use mutable default argument value
2017-03-12, by Gregory Szorc
util: don't use mutable default argument value
2017-03-12, by Gregory Szorc
match: don't use mutable default argument value
2017-03-12, by Gregory Szorc
hgweb: don't use mutable default argument value
2017-03-12, by Gregory Szorc
hgweb: don't use mutable default argument value
2016-12-26, by Gregory Szorc
filemerge: don't use mutable default argument value
2016-12-26, by Gregory Szorc
context: don't use mutable default argument value
2017-03-12, by Gregory Szorc
heads: enable pager
2017-03-13, by Martin von Zweigbergk
branches: enable pager
2017-03-13, by Martin von Zweigbergk
py3: fix slicing of bytes in revset.formatspec()
2017-03-12, by Yuya Nishihara
py3: make set of revset operators and quotes in bytes
2017-03-12, by Yuya Nishihara
py3: convert set of revset initial symbols back to bytes
2017-03-12, by Yuya Nishihara
pycompat: add helper to iterate each char in bytes
2017-03-12, by Yuya Nishihara
branchmap: fix python 2.6 by using util.buffer() instead of passing bytearray
2017-03-12, by Augie Fackler
rebase: allow rebasing children of wd to wd if a new branch has been set (BC)
2017-03-12, by Mads Kiilerich
merge: check current wc branch for 'nothing to merge', not its p1
2017-03-12, by Mads Kiilerich
lock: do not encode result of gethostname on Python 2
2017-03-12, by Yuya Nishihara
py3: prove `hg files --rev` works
2017-03-12, by Augie Fackler
tests: make a variable for hg binary location in test-check-py3-commands
2017-03-12, by Augie Fackler
lock: encode result of gethostname into a bytestring
2017-03-12, by Augie Fackler
config: avoid using a mutable default
2017-03-12, by Martijn Pieters
localrepo: deprecate 'repo.join' in favor of 'repo.vfs.join'
2016-08-05, by Pierre-Yves David
pycompat: move imports of cStringIO/io to where they are used
2017-03-12, by Yuya Nishihara
rbc: empty (and invalid) rbc-names file should give an empty name list
2017-03-12, by Mads Kiilerich
rbc: use struct unpack_from and pack_into instead of unpack and pack
2016-10-19, by Mads Kiilerich
revlog: use bytes() instead of str() to get data from memoryview
2017-03-12, by Augie Fackler
util: teach url object about __bytes__
2017-03-12, by Augie Fackler
manifest: ensure paths are bytes (not str) in pure parser
2017-03-12, by Augie Fackler
manifest: now that node.bin is available, use it directly
2017-03-12, by Augie Fackler
manifest: use node.bin instead of .decode('hex')
2017-03-12, by Augie Fackler
manifest: add __next__ methods for Python 3
2017-03-12, by Augie Fackler
files: use native string type to load rev opt from dict
2017-03-12, by Augie Fackler
store: fix many single-byte ops to use slicing in _auxencode
2017-03-12, by Augie Fackler
py3: add "b" prefix to string literals related to module policy
2017-03-13, by FUJIWARA Katsunori
py3: drop unused aliases to array.array which are replaced with bytearray
2017-03-12, by Yuya Nishihara
pycompat: default to BytesIO instead of StringIO
2017-03-13, by Pulkit Goyal
repoview: specify setattr values as native strings
2017-03-12, by Augie Fackler
revlog: use bytes() to ensure text from _chunks is a reasonable type
2017-03-12, by Augie Fackler
revlog: extract first byte of revlog with a slice so it's portable
2017-03-12, by Augie Fackler
revsetlang: slice out single bytes instead of indexing
2017-03-12, by Augie Fackler
lock: use %d to format integer into a bytestring
2017-03-12, by Augie Fackler
parser: use %d instead of %s for interpolating error position
2017-03-12, by Augie Fackler
manifest: unbreak pure-python manifest parsing on Python 3
2017-03-12, by Augie Fackler
context: use portable construction to verify int parsing
2017-03-12, by Augie Fackler
ui: portably bytestring-ify url object
2017-03-12, by Augie Fackler
scmutil: fix key generation to portably bytestringify integer
2017-03-12, by Augie Fackler
branchmap: stringify int in a portable way
2017-03-12, by Augie Fackler
branchmap: don't use buffer() on Python 3
2017-03-12, by Augie Fackler
py3: use bytearray() instead of array('c', ...) constructions
2017-03-12, by Augie Fackler
summary: don't explicitly str() something we're about to %s
2017-03-11, by Augie Fackler
context: implement both __bytes__ and __str__ for Python 3
2017-03-11, by Augie Fackler
context: work around `long` not existing on Python 3
2017-03-11, by Augie Fackler
phases: explicitly evaluate list returned by map
2017-03-11, by Augie Fackler
ui: check for --debugger in sys.argv using r-string to avoid bytes on py3
2017-03-11, by Augie Fackler
minirst: use bytes.strip instead of str.strip
2017-03-12, by Pulkit Goyal
smcposix: pass unicode as first argument to array.array
2017-03-12, by Pulkit Goyal
util: pass encoding.[encoding|encodingmode] as unicodes
2017-03-12, by Pulkit Goyal
win32text: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
transplant: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
shelve: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
share: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
mq: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
largefiles: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
keyword: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
journal: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
histedit: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
eol: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
convert: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
test-bundle2-remote-changegroup: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
subrepo: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
repair: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
merge: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
hg-mod: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
commands: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
cmdutil: directly use repo.vfs.join
2017-03-08, by Pierre-Yves David
localrepo: directly use repo.vfs.join
2016-08-05, by Pierre-Yves David
minirst: make encoding.encoding unicodes to pass into encode() and decode()
2017-03-12, by Pulkit Goyal
minirst: make regular expressions bytes
2017-03-12, by Pulkit Goyal
setup: convert setupversion to unicode
2017-03-11, by Gregory Szorc
util: add debugstacktrace depth limit
2015-01-14, by Mads Kiilerich
util: strip trailing newline from debugstacktrace message
2015-01-16, by Mads Kiilerich
tests: rework util.debugstacktrace tests
2015-01-16, by Mads Kiilerich
vfs: use repo.vfs.rename
2017-03-11, by Mads Kiilerich
vfs: use repo.vfs.unlinkpath
2017-03-11, by Mads Kiilerich
merge: use repo.wvfs.unlinkpath
2015-01-14, by Mads Kiilerich
vfs: use repo.wvfs.unlinkpath
2015-01-14, by Mads Kiilerich
policy: try and always have a bytes for module policy
2017-03-08, by Augie Fackler
init: zstd is already python3-ready, so don't run it through our importer
2017-03-08, by Augie Fackler
config: guard against setconfig specifying unicode values on py3
2017-03-03, by Augie Fackler
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip