Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
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
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip