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.
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
wireprotov2: remove functions for creating response frames from bytes
2018-10-05, by Gregory Szorc
wireprotov2: handle noop action
2018-10-05, by Gregory Szorc
wireprotov2: send protocol settings frame from client
2018-10-08, by Gregory Szorc
wireprotov2: define and use stream encoders
2018-10-08, by Gregory Szorc
wireprotov2: establish dedicated classes for input and output streams
2018-10-04, by Gregory Szorc
wireprotov2: pass ui into clientreactor and serverreactor
2018-10-04, by Gregory Szorc
wireprotov2: handle stream encoding settings frames
2018-10-04, by Gregory Szorc
wireprotov2: document client reactor actions
2018-10-04, by Gregory Szorc
wireprotov2: handle sender protocol settings frames
2018-10-04, by Gregory Szorc
wireprotov2: update stream encoding specification
2018-10-04, by Gregory Szorc
cborutil: cast bytearray to bytes
2018-10-04, by Gregory Szorc
tests: disable zstd in test
2018-10-08, by Gregory Szorc
wireprotov2: remove "compression" from capabilities response
2018-10-08, by Gregory Szorc
zstandard: vendor python-zstandard 0.10.1
2018-10-08, by Gregory Szorc
rust-chg: install signal handlers to forward signals to server
2018-09-25, by Yuya Nishihara
rust-chg: remove SIGCHLD handler which won't work in oxidized chg
2018-09-24, by Yuya Nishihara
rust-chg: extract signal handlers from chg/procutil.c
2018-09-24, by Yuya Nishihara
help: document about "version" template keywords
2018-10-07, by Yuya Nishihara
help: document about "tags" template keywords
2018-10-07, by Yuya Nishihara
help: document about "status" template keywords
2018-10-07, by Yuya Nishihara
help: document about "resolve" template keywords
2018-10-07, by Yuya Nishihara
help: document about "paths" template keywords
2018-10-07, by Yuya Nishihara
help: document about "identify" template keywords
2018-10-07, by Yuya Nishihara
help: document about "grep" template keywords
2018-10-07, by Yuya Nishihara
chgserver: catch Abort while parsing early args to shut down cleanly
2018-10-07, by Yuya Nishihara
chg: upgrade client to use "setumask2" command
2018-10-05, by Yuya Nishihara
chgserver: add "setumask2" command which uses correct message frame
2018-10-04, by Yuya Nishihara
packaging: "make deb" no longer fails
2018-10-09, by muxator
packaging: cleanup() did not read the value of $CLEANUP
2018-10-09, by muxator
packaging: builddeb's cleanup needs to expand PWD, safely
2018-10-09, by muxator
packaging: blindly factor out trap's cleanup function in builddeb
2018-10-09, by muxator
packaging: print full path to the packages when builddeb finishes successfully
2018-10-09, by muxator
packaging: print more specific error messages when builddeb fails
2018-10-09, by muxator
cmdutil: sort unresolved paths
2018-10-09, by Gregory Szorc
fuzz: report error if Python code raised exception
2018-10-09, by Yuya Nishihara
revlog: explicitly initialize static variables
2018-10-09, by Yuya Nishihara
tests: do not change sys.path, it can break loading cext.parsers
2018-10-08, by Joerg Sonnenberger
tests: deal with differences in tic from ncurses and NetBSD
2018-10-08, by Joerg Sonnenberger
closehead: fix close-head -r listification
2018-10-08, by Joerg Sonnenberger
import-checker: use testparseutil.embedded() to centralize detection logic
2018-08-23, by FUJIWARA Katsunori
tests: use NO_CHECK_EOF as heredoc limit mark to omit checking code fragments
2018-08-23, by FUJIWARA Katsunori
contrib: add an utility module to parse test scripts
2018-08-23, by FUJIWARA Katsunori
tests: use environment variable indirectly
2018-08-23, by FUJIWARA Katsunori
tests: import multiple modules separately
2018-08-23, by FUJIWARA Katsunori
fuzz: allow manifest fuzzer to detect leaks
2018-10-08, by Augie Fackler
fuzzers: init Python in LLVMFuzzerInitialize and intentionally leak it
2018-10-08, by Augie Fackler
revlog: if the module is initialized more than once, don't leak nullentry
2018-10-08, by Augie Fackler
narrow: move remaining narrow-limited dirstate walks to core
2018-10-01, by Martin von Zweigbergk
narrow: allow repo.narrowmatch(match) to include exact matches from "match"
2018-10-01, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip