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.
obsolete: don't translate internal error message
2018-10-12, by Yuya Nishihara
py3: get around unicode docstrings in test-encoding-textwrap.t and test-help.t
2018-10-12, by Yuya Nishihara
crecord: make enter move cursor down to the next item of the same type
2018-10-13, by Anton Shestakov
py3: fix infinitepush extension tests
2018-10-13, by Mark Thomas
py3: build help of compression engines in bytes
2018-10-13, by Yuya Nishihara
py3: do I/O in bytes in test-help.t
2018-10-13, by Yuya Nishihara
tests: accept slightly different zip file in Python 3
2018-10-13, by Augie Fackler
webcommands: use stringutil.pprint() to repr invalid archive types
2018-10-13, by Augie Fackler
archival: don't try and fsdecode non-{bytes,str} objects
2018-10-13, by Augie Fackler
tests: fix last failure in test-tools.t
2018-10-13, by Augie Fackler
run-tests: run tests with as many processes as cores by default
2018-10-13, by Gregory Szorc
run-tests: print number of tests and parallel process count
2018-10-13, by Gregory Szorc
releasenotes: use stringutil.wrap() instead of handcrafted TextWrapper wrapper
2018-10-13, by Yuya Nishihara
match: optimize matcher when all patterns are of rootfilesin kind
2018-10-13, by Martin von Zweigbergk
churn: use integer division consistently
2018-10-13, by Augie Fackler
churn: fix stack traces on Python 3
2018-10-13, by Augie Fackler
py3: moar passing tests
2018-10-13, by Augie Fackler
py3: one new passing tests
2018-10-12, by Augie Fackler
tests: expand our coverage of errors in Python 3 for bad extensions
2018-10-12, by Augie Fackler
tests: add lots of globs and conditional output lines
2018-10-12, by Augie Fackler
releasenotes: fix remaining bytes/unicode issues caught by tests
2018-10-13, by Augie Fackler
relnotes: port to Python 3
2018-10-13, by Augie Fackler
py3: use __code__ instead of func_code to test if func is cachable
2018-10-13, by Yuya Nishihara
py3: pass in system string to vars(branchmap).__contains__()
2018-10-13, by Yuya Nishihara
test-bookmarks-pushpull: use correct tmp dir for no-bm-move.sh
2018-10-13, by Mark Thomas
py3: add some glob to make output compatible with python 3
2018-10-13, by Pulkit Goyal
py3: add a b'' prefix in tests/test-requires.t
2018-10-13, by Pulkit Goyal
py3: use '%d' for rev nums instead of '%s'
2018-10-13, by Pulkit Goyal
py3: more globing of things to make output compatible between py2 and py3
2018-10-13, by Pulkit Goyal
py3: use stringutil.pprint() instead of '%r'
2018-10-13, by Pulkit Goyal
py3: use '%d' for integers instead of '%s'
2018-10-13, by Pulkit Goyal
py3: add some py3 specific output to test
2018-10-13, by Pulkit Goyal
py3: use stringutil.pprint() in color.py instead of '%r'
2018-10-13, by Pulkit Goyal
py3: add b'' prefixes in tests/test-progress.t
2018-10-13, by Pulkit Goyal
py3: add b'' prefixes to tests/test-keyword.t
2018-10-13, by Pulkit Goyal
py3: use stringutil.pprint() if we are printing bool values
2018-10-13, by Pulkit Goyal
py3: glob some difference between py2 and py3 output
2018-10-13, by Pulkit Goyal
py3: byteify tests/wireprotosimplecache.py
2018-10-13, by Pulkit Goyal
py3: add b'' prefixes in tests/test-help.t
2018-10-13, by Pulkit Goyal
py3: use sys.stdout.buffer for binary output in tests/svnxml.py
2018-10-13, by Pulkit Goyal
py3: use '%s' instead of %r in hgext/convert/subversion.py
2018-10-13, by Pulkit Goyal
py3: make test-contrib-perf.t work on python 3
2018-10-13, by Pulkit Goyal
py3: add 3 more passing tests to whitelist caught by buildbot
2018-10-13, by Pulkit Goyal
py3: add some r'' prefixes in hgext/narrow/narrowwirepeer.py
2018-10-13, by Pulkit Goyal
py3: r'' prefix default values for mimetypes.guess_mime()
2018-10-12, by Gregory Szorc
absorb: update help text
2018-10-12, by Mark Thomas
fsmonitor: use vfs instead of opener (issue5938)
2018-10-12, by FUJIWARA Katsunori
tests: configure fsmonitor.mode=paranoid always if fsmonitor is used
2018-10-12, by FUJIWARA Katsunori
tests: drop files from exclusion list in test-check-module-imports.t
2018-10-08, by FUJIWARA Katsunori
tests: use NO_CHECK_EOF for fragments used to test importing via extension
2018-10-08, by FUJIWARA Katsunori
tests: use NO_CHECK_EOF for fragments having intentional error
2018-10-08, by FUJIWARA Katsunori
tests: fix style issue of importing order in test-lock.py
2018-10-08, by FUJIWARA Katsunori
tests: fix style issue of importing hgweb in embedded code fragments
2018-10-08, by FUJIWARA Katsunori
py3: encode str to bytes
2018-10-12, by Gregory Szorc
py3: sprinkle statprof.py with utf-8 encoding
2018-10-12, by Gregory Szorc
py3: flush stdout
2018-10-12, by Gregory Szorc
py3: use raw strings in statprof.py
2018-10-12, by Gregory Szorc
py3: switch from print(..., file=) to write()
2018-10-12, by Gregory Szorc
py3: use %d in a few places
2018-10-12, by Gregory Szorc
py3: use raw strings for stack names
2018-10-12, by Gregory Szorc
py3: use sysbytes for converting code attributes
2018-10-12, by Gregory Szorc
py3: use write() instead of print()
2018-10-12, by Gregory Szorc
py3: use %d to format ints
2018-10-12, by Gregory Szorc
py3: convert sorting field to sysstr
2018-10-12, by Gregory Szorc
py3: encode json output to bytes and use write()
2018-10-12, by Gregory Szorc
absorb: prompt user to accept absorb changes by default
2018-10-12, by Mark Thomas
templatefuncs: add truncate parameter to pad
2018-10-12, by Mark Thomas
absorb: print summary of changesets affected
2018-10-12, by Mark Thomas
absorb: use a formatter to generate output
2018-10-12, by Mark Thomas
tests: fix up test-bad-extension.t's inline extension
2018-10-12, by Augie Fackler
polib: update to latest release 1.0.7 (upstream rev d75ce6dbbc2a)
2018-10-12, by Augie Fackler
tests: glob away some annoying py3 differences
2018-10-12, by Augie Fackler
tests: fix a repr on python3 in test-extension.t
2018-10-12, by Augie Fackler
tests: so many b prefixes in test-extension.t
2018-10-12, by Augie Fackler
tests: ensure print() statements in test-extension.t all flush
2018-10-12, by Augie Fackler
revlog: update pure nodecache start lookup offset on insertion
2018-10-12, by Gregory Szorc
exchangev2: use filesdata
2018-10-03, by Gregory Szorc
wireprotov2: define and implement "filesdata" command
2018-10-03, by Gregory Szorc
wireprotov2: extract file object emission to own function
2018-10-02, by Gregory Szorc
wireprotov2: change how revisions are specified to changesetdata
2018-10-08, by Gregory Szorc
wireprotov2: stop sending phase updates for base revisions
2018-10-08, by Gregory Szorc
debugcommands: support wrapping long lines
2018-10-11, by Gregory Szorc
exchangev2: honor server advertised manifestdata recommended batch size
2018-10-03, by Gregory Szorc
wireprotov2: advertise recommended batch size for requests
2018-10-08, by Gregory Szorc
httppeer: expose API descriptor on httpv2peer
2018-10-03, by Gregory Szorc
tests: use baseurl instead of advertisedbaseurl
2018-10-11, by Gregory Szorc
py3: another one started passing
2018-10-12, by Augie Fackler
py3: one more passing test
2018-10-12, by Augie Fackler
scmutil: wrap locker information in bytestr before repr()ing it
2018-10-12, by Augie Fackler
py3: more passing tests
2018-10-12, by Augie Fackler
py3: whitelist another passing test
2018-10-12, by Augie Fackler
obsolete: convert error string to a sysstr
2018-10-12, by Augie Fackler
tests: ensure the python 3 passing test list stays sorted
2018-10-12, by Augie Fackler
py3: sort passing test list
2018-10-12, by Augie Fackler
py3: tweak stdout writing in test-hgweb-no-path-info.t
2018-10-11, by Gregory Szorc
py3: use .+ instead of .* in regexp pattern
2018-10-11, by Gregory Szorc
py3: coerce bytestr to bytes to appease urllib.parse.quote_from_bytes()
2018-10-11, by Gregory Szorc
py3: pass str and return bytes from mimetypes.guess_type()
2018-10-11, by Gregory Szorc
py3: use bytes literal in test-hgweb-json.t
2018-10-11, by Gregory Szorc
py3: convert diff opcode name to bytes
2018-10-11, by Gregory Szorc
py3: byteify hgweberror.py
2018-10-11, by Gregory Szorc
py3: encode JSON str to bytes
2018-10-11, by Gregory Szorc
py3: use b'' in test-check-interfaces.py
2018-10-11, by Gregory Szorc
revlog: optimize ancestors() to not check filtered revisions for each
2018-10-12, by Yuya Nishihara
phabricator: drop support for the legacy phabricator.auth.token config (BC)
2018-10-11, by Matt Harbison
absorb: print '{rev}:' as a prefix to the hash
2018-10-11, by Matt Harbison
packaging: fix "make centos{5,6,7}"
2018-10-11, by muxator
narrow: don't compress the bundle2 when sending 'error:abort'
2018-10-10, by Pulkit Goyal
push: add "remote" to 'repository changed while pushing' messages (issue5971)
2018-10-11, by Taapas Agrawal
fuzz: try setting PYTHONNOUSERSITE=1 to avoid loading site-packages
2018-10-11, by Augie Fackler
perf: extract result formatting in its own function
2018-10-03, by Boris Feld
perf: extract the timing of a section in a context manager
2018-10-02, by Boris Feld
pref: support negative indexing in perfrevlogrevisions
2018-10-01, by Boris Feld
perf: accept formatter option for perfmanifest
2018-10-01, by Boris Feld
perf: fix -T json
2018-10-01, by Boris Feld
formatter: more details on assertion failure
2018-10-01, by Boris Feld
wireprotov2: raise ProgrammingError on unknown action
2018-10-10, by Gregory Szorc
wireprotov2: send content encoded frames from server
2018-10-08, by Gregory Szorc
wireprotov2: raise exception in objects() if future has been resolved
2018-10-08, by Gregory Szorc
wireprotov2: don't emit empty frames
2018-10-05, by Gregory Szorc
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip