Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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: update test certificate generation instructions
2016-07-17, by Gregory Szorc
sslutil: move comment about protocol constants
2016-07-17, by Gregory Szorc
sslutil: support defining cipher list
2016-07-17, by Gregory Szorc
hghave: add test for Python 2.7+
2016-07-17, by Gregory Szorc
spartan: make different blocks of annotated lines have different colors
2016-07-16, by Anton Shestakov
monoblue: make different blocks of annotated lines have different colors
2016-07-16, by Anton Shestakov
gitweb: make different blocks of annotated lines have different colors
2016-07-16, by Anton Shestakov
paper: make different blocks of annotated lines have different colors
2016-07-16, by Anton Shestakov
tests: check importing modules in perf.py for historical portability
2016-05-20, by FUJIWARA Katsunori
tests: introduce check-perf-code.py to add extra checks on perf.py
2016-05-20, by FUJIWARA Katsunori
check-code: move fixing up regexp into main procedure
2016-05-20, by FUJIWARA Katsunori
check-code: factor out boot procedure into main
2016-05-20, by FUJIWARA Katsunori
perf: import newer modules separately for earlier Mercurial
2016-05-20, by FUJIWARA Katsunori
py3: conditionalize BaseHTTPServer, SimpleHTTPServer and CGIHTTPServer import
2016-07-13, by Pulkit Goyal
py3: re-implement the BaseHTTPServer.test() function
2016-07-15, by Pulkit Goyal
test-http: use sed instead of fixed-with cut for reading access.log
2016-07-15, by Augie Fackler
test-serve: add missing globs
2016-07-15, by Augie Fackler
tests: glob whitespace between path and OK in unzip(1) output
2016-07-15, by Augie Fackler
sslutil: print a warning when using TLS 1.0 on legacy Python
2016-07-13, by Gregory Szorc
sslutil: require TLS 1.1+ when supported
2016-07-13, by Gregory Szorc
sslutil: config option to specify TLS protocol version
2016-07-14, by Gregory Szorc
sslutil: prevent CRIME
2016-07-14, by Gregory Szorc
sslutil: update comment about create_default_context()
2016-07-14, by Gregory Szorc
tests: use sslutil.wrapserversocket()
2016-07-13, by Gregory Szorc
hgweb: use sslutil.wrapserversocket()
2016-07-12, by Gregory Szorc
sslutil: implement wrapserversocket()
2016-07-14, by Gregory Szorc
hgweb: pass ui into preparehttpserver
2016-07-13, by Gregory Szorc
rebase: remove sortedstate-related confusion
2016-07-14, by Kostia Balytskyi
rebase: replace extrafn field with _makeextrafn invocations
2016-07-14, by Kostia Balytskyi
mercurial: implement a source transforming module loader on Python 3
2016-07-04, by Gregory Szorc
compat: define ssize_t as int on 32bit Windows, silences C4142 warning
2016-07-15, by Yuya Nishihara
commandserver: drop old unixservice implementation
2016-05-22, by Yuya Nishihara
chgserver: switch to new forking service
2016-05-22, by Yuya Nishihara
chgserver: extract stub factory of service object
2016-05-22, by Yuya Nishihara
chgserver: reorder service classes to make future patches readable
2016-05-22, by Yuya Nishihara
commandserver: add new forking server implemented without using SocketServer
2016-05-22, by Yuya Nishihara
commandserver: extract function that serves for the current connection
2016-05-22, by Yuya Nishihara
commandserver: manually create file objects from socket
2016-05-22, by Yuya Nishihara
bdiff: split bdiff into cpy-aware and cpy-agnostic part
2016-07-13, by Maciej Fijalkowski
bdiff: rename functions and structs to be amenable for later exporting
2016-07-13, by Maciej Fijalkowski
bdiff: use ssize_t in favor of Py_ssize_t in cpython-unaware locations
2016-07-13, by Maciej Fijalkowski
hgweb: enumerate lines in loop header, not before
2016-07-14, by Anton Shestakov
sslutil: add assertion to prevent accidental CA usage on Windows
2016-07-13, by Gregory Szorc
shelve: make unshelve be able to abort in any case
2016-07-13, by Kostia Balytskyi
osx: explicitly build hg with /usr/bin/python2.7
2016-07-13, by Augie Fackler
osx: correct comment about ordering of welcome page
2016-07-13, by Augie Fackler
osx: jettison outdated build instructions
2016-07-13, by Augie Fackler
commandserver: extract _cleanup() hook to clarify chg is doing differently
2016-05-22, by Yuya Nishihara
chgserver: drop repo at chgunixservice.__init__()
2016-05-21, by Yuya Nishihara
chgserver: extract utility to bind unix domain socket to long path
2016-05-21, by Yuya Nishihara
chgserver: narrow scope of chdir() to socket.bind()
2016-05-21, by Yuya Nishihara
annotate: handle empty files earlier
2016-07-11, by Denis Laxalde
context: eliminate handling of linenumber being None in annotate
2016-07-11, by Denis Laxalde
tests: regenerate x509 test certificates
2016-07-12, by Gregory Szorc
hgweb: add a link on node id in annotate hover-box
2016-07-12, by Denis Laxalde
hgweb: move author information from left-column to hover-box in annotate view
2016-07-12, by Denis Laxalde
hgweb: add links to diff and changeset in hover-box on annotate view
2016-06-14, by Denis Laxalde
hgweb: add link to parents of annotated revision in annotate view
2016-06-28, by Denis Laxalde
compat: provide a declaration of ssize_t, for MS windows
2016-07-11, by Maciej Fijalkowski
check-code: enforce (glob) on output lines containing 127.0.0.1
2016-07-09, by Augie Fackler
tests: add (glob) annotations to output lines with 127.0.0.1
2016-07-09, by Augie Fackler
run-tests: add support for using 127.0.0.1 as a glob
2016-07-09, by Augie Fackler
check-code: only treat a # as a line in a t-test if it has a space before it
2016-07-12, by Augie Fackler
test-export: be more aggressive about quoting ^
2016-07-12, by Augie Fackler
test-check-shbang: work around check-code not wanting hardcoded paths
2016-07-12, by Augie Fackler
tests: relax "Connection refused" match
2016-07-12, by Augie Fackler
commandserver: backport handling of forking server from chgserver
2016-05-21, by Yuya Nishihara
commandserver: promote .cleanup() hook from chgserver
2016-05-21, by Yuya Nishihara
commandserver: extract method to create commandserver instance per request
2016-05-21, by Yuya Nishihara
error: make hintable exceptions reject unknown keyword arguments (API)
2016-07-11, by Yuya Nishihara
error: make HintException a mix-in class not derived from BaseException (API)
2016-07-09, by Yuya Nishihara
sslutil: move context options flags to _hostsettings
2016-07-06, by Gregory Szorc
sslutil: move protocol determination to _hostsettings
2016-07-06, by Gregory Szorc
share: don't recreate the source repo each time
2016-07-11, by Durham Goode
setup: prepare for future cffi modules by adding placeholder in setup
2016-07-11, by Maciej Fijalkowski
journal: add support for seaching by pattern
2016-07-08, by Martijn Pieters
journal: add share extension support
2016-07-11, by Martijn Pieters
journal: add dirstate tracking
2016-07-11, by Martijn Pieters
merge with stable
2016-07-11, by Matt Mackall
sslutil: try to find CA certficates in well-known locations
2016-07-06, by Gregory Szorc
sslutil: issue warning when unable to load certificates on OS X
2016-07-06, by Gregory Szorc
revert: don't backup if no files reverted in interactive mode (issue4793)
2016-06-30, by skarlage
perf: define command annotation locally for Mercurial earlier than 3.1
2016-07-05, by FUJIWARA Katsunori
perf: avoid using formatteropts for Mercurial earlier than 3.2
2016-07-05, by FUJIWARA Katsunori
perf: use locally defined revlog option list for Mercurial earlier than 3.7
2016-07-05, by FUJIWARA Katsunori
perf: define util.safehasattr forcibly for Mercurial earlier than 1.9.3
2016-07-05, by FUJIWARA Katsunori
perf: add historical portability policy for future reference
2016-07-05, by FUJIWARA Katsunori
tests: check ETag format in test-hgweb-commands
2016-07-09, by Anton Shestakov
hgweb: emit a valid, weak ETag
2016-07-09, by Anton Shestakov
policy: add cffi policy for PyPy
2016-06-07, by Maciej Fijalkowski
sslutil: handle default CA certificate loading on Windows
2016-07-04, by Gregory Szorc
sslutil: expand _defaultcacerts docstring to note calling assumptions
2016-06-30, by Gregory Szorc
sslutil: document the Apple OpenSSL cert trick
2016-07-04, by Gregory Szorc
sslutil: use certificates provided by certifi if available
2016-07-04, by Gregory Szorc
py3: make files use absolute_import and print_function
2016-07-03, by Pulkit Goyal
sslutil: don't attempt to find default CA certs file when told not to
2016-07-01, by Gregory Szorc
sslutil: pass ui to _defaultcacerts
2016-07-01, by Gregory Szorc
sslutil: change comment and logged message for found ca cert file
2016-07-01, by Gregory Szorc
tests: better testing of loaded certificates
2016-07-01, by Gregory Szorc
update: teach hg to override untracked dir with a tracked file on update
2016-07-01, by Kostia Balytskyi
rebase: move handling of obsolete commits to be a separate RR class method
2016-07-01, by Kostia Balytskyi
rebase: move rebase finish logic to be a method of the RR class
2016-07-01, by Kostia Balytskyi
rebase: move core rebase logic to be a method of the RR class
2016-07-01, by Kostia Balytskyi
rebase: move local variable 'extrafn' to the RR class
2016-07-01, by Kostia Balytskyi
rebase: move local variable 'currentbookmarks' to the RR class
2016-07-01, by Kostia Balytskyi
rebase: make collapsing use explicit logic to decide on the rev to reuse
2016-07-01, by Kostia Balytskyi
rebase: move new rebase preparation to be a method of the RR class
2016-07-01, by Kostia Balytskyi
rebase: move abort/continue prep to be a method of the RR class
2016-07-01, by Kostia Balytskyi
hgweb: expose list of per-repo labels to templates
2016-06-30, by Gregory Szorc
histedit: move autoverb rule to the commit it matches
2016-06-21, by Sean Farley
histedit: use _getsummary in ruleeditor
2016-05-27, by Sean Farley
histedit: use _getsummary in torule
2016-05-27, by Sean Farley
histedit: extract common summary code into method
2016-05-27, by Sean Farley
histedit: remove unneeded initial parameter
2016-05-26, by Sean Farley
histedit: move autoverb logic from torule to ruleeditor
2016-05-26, by Sean Farley
treemanifests: actually strip directory manifests
2016-06-30, by Martin von Zweigbergk
logtoprocess: do not leak the ui object in uisetup
2016-06-30, by Jun Wu
chgserver: document why we don't merge mtimehash and confighash
2016-06-29, by Jun Wu
extensions: move uisetup and extsetup to standalone functions
2016-06-30, by Jun Wu
sslutil: don't access message attribute in exception (issue5285)
stable
2016-07-02, by Gregory Szorc
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip