Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+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.
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
merge with stable
2016-07-01, by Matt Mackall
hgweb: add absolute urls for archives in json-summary
2016-07-01, by Anton Shestakov
tests: allow bz2 archives in test-hgweb-json.t
2016-07-01, by Anton Shestakov
keepalive: switch from thread to threading module
2016-07-01, by Pulkit Goyal
py3: conditionalize httplib import
2016-06-28, by Pulkit Goyal
Added signature for changeset 26a5d605b868
stable
2016-07-01, by Matt Mackall
Added tag 3.8.4 for changeset 26a5d605b868
stable
2016-07-01, by Matt Mackall
sslutil: synchronize hostname matching logic with CPython
stable
3.8.4
2016-06-26, by Gregory Szorc
tests: import CPython's hostname matching tests
stable
2016-06-26, by Gregory Szorc
i18n-pt_BR: synchronized with dd9175ca81dc
stable
2016-07-01, by Wagner Bruna
sslutil: emit warning when no CA certificates loaded
2016-06-29, by Gregory Szorc
tests: test case where default ca certs not available
2016-06-29, by Gregory Szorc
sslutil: don't load default certificates when they aren't relevant
2016-06-29, by Gregory Szorc
sslutil: display a better error message when CA file loading fails
2016-06-29, by Gregory Szorc
tests: add test for empty CA certs file
2016-06-29, by Gregory Szorc
internals: move the bitmanipulation routines into its own file
2016-06-06, by Maciej Fijalkowski
journal: new experimental extension
2016-06-24, by Martijn Pieters
httpclient: update to 54868ef054d2 of httpplus
2016-06-27, by Augie Fackler
revset: check invalid function syntax "func-name"() explicitly
2016-06-27, by Yuya Nishihara
chg: silence warning of unused parameter 'sig'
2016-06-28, by Yuya Nishihara
hgweb: reindent atom/changelogentry.tmpl
2016-06-29, by Anton Shestakov
hgweb: remove unused/nonexistent filelogentry from atom/map
2016-06-29, by Anton Shestakov
hgweb: remove unnecessary CDATA markup in atom/branchentry.tmpl
2016-06-29, by Anton Shestakov
hgweb: reindent rss/changelogentry.tmpl
2016-06-29, by Anton Shestakov
hgweb: remove a couple of superfluous spaces in rss style
2016-06-29, by Anton Shestakov
py3: add tests in check-code to load modules from util.py
2016-06-27, by Pulkit Goyal
py3: conditionalize SocketServer import
2016-06-27, by Pulkit Goyal
py3: conditionalize xmlrpclib import
2016-06-27, by Pulkit Goyal
py3: conditionalize the urlparse import
2016-06-27, by Pulkit Goyal
py3: update tests/test-check-py3-compat.t
2016-06-27, by Pulkit Goyal
chg: send SIGPIPE to server immediately when pager exits (issue5278)
2016-06-24, by Jun Wu
chgserver: do not ignore SIGPIPE if pager is used
2016-06-24, by Jun Wu
debug: make debug{revlog,index,data} --dir not just a flag
2016-06-24, by Martin von Zweigbergk
debugdata: disallow trailing option with -c/-m
2016-06-24, by Martin von Zweigbergk
revset: get rid of redundant error checking from match()
2016-06-26, by Yuya Nishihara
share: move magic string to a constant
2016-06-24, by Martijn Pieters
branchmap: remove unused exception variable
2016-03-12, by Gregory Szorc
patch: allow copy information to be passed in
2016-06-27, by Henrik Stuart
largefiles: check file in the repo store before checking remotely (issue5257)
2016-06-23, by liscju
largefiles: remove additional blank lines
2016-06-27, by liscju
largefiles: fix misleading comments in lfutil instore and storepath
2016-06-24, by liscju
revset: implement match() in terms of matchany()
2016-06-25, by Gregory Szorc
scmutil: improve documentation of revset APIs
2016-06-25, by Gregory Szorc
mdiff: remove use of __slots__
2016-06-25, by Gregory Szorc
i18n: use unicode literal
2016-06-25, by Gregory Szorc
pycompat: add HTTPPasswordMgrWithDefaultRealm to Python 3 block
2016-06-25, by Gregory Szorc
ui: path option to declare which revisions to push by default
2016-06-26, by Gregory Szorc
ui: don't fixup [paths] sub-options
2016-06-25, by Gregory Szorc
sslutil: abort when unable to verify peer connection (BC)
2016-06-25, by Gregory Szorc
sslutil: remove out of place comment
2016-06-25, by Gregory Szorc
largefiles: remove additional blank line between methods in localstore
2016-06-24, by liscju
revset: make head() honor order of subset
2016-06-23, by Martin von Zweigbergk
revsets: use itervalues() where only values are needed
2016-06-23, by Martin von Zweigbergk
revsets: passing a set to baseset() is not wrong
2016-06-23, by Martin von Zweigbergk
pyflakes: use pycompat.pickles to prevent error
2016-06-24, by Pierre-Yves David
rebase: move local variable 'obsoletenotrebased' to the RR class
2016-06-21, by Kostia Balytskyi
rebase: move restorestestatus function to be a method of the RR class
2016-06-21, by Kostia Balytskyi
rebase: move local variables related to keeping things unchanged to the RR
2016-06-21, by Kostia Balytskyi
rebase: move local variables 'date' and 'extrafns' to the RR class
2016-06-21, by Kostia Balytskyi
rebase: move collapse-related local variables to the RR class
2016-06-21, by Kostia Balytskyi
rebase: pass repo, ui and opts objects to the RR class constructor
2016-06-21, by Kostia Balytskyi
check-code: build translation table for repquote in global for efficiency
2016-06-21, by FUJIWARA Katsunori
check-code: detect "missing _() in ui message" more exactly
2016-06-21, by FUJIWARA Katsunori
revlog: add a fast path for "ambiguous identifier"
2016-06-22, by Jun Wu
import-checker: ensure cffi is always a system module
2016-06-23, by Augie Fackler
atomictempfile: add context manager support
2016-06-23, by Martijn Pieters
atomictempfile: add read to the supported file operations
2016-06-23, by Martijn Pieters
atomictempfile: remove test ordering
2016-06-23, by Martijn Pieters
atomictempfile: use a tempdir to keep the test environment clean
2016-06-23, by Martijn Pieters
test-revset: show how inconsistent the ordering of compound expressions is
2016-06-22, by Yuya Nishihara
i18n: translate abort messages
2016-06-14, by liscju
hgweb: display blamed revision once per block in annotate view
2016-06-07, by Denis Laxalde
hgweb: highlight data of the current revision in annotate view
2016-06-02, by Denis Laxalde
bashcompletion: show available command-line switches for aliases
2016-06-21, by Martijn Pieters
py3: shift from __future__ import absolute import to beginning (issue5269)
2016-06-20, by Pulkit Goyal
pull: add help information about pulling active bookmark
2016-06-20, by liscju
templates: add support for search webcommand in json style
2016-06-10, by Laura Médioni
templates: add support for summary webcommand in json style
2016-06-06, by Laura Médioni
templates: add support for filerevision webcommand in json style
2016-06-03, by Laura Médioni
templates: add support for filelog webcommand in json style
2016-06-03, by Laura Médioni
largefiles: make cloning not ask two times about password (issue4883)
2016-06-09, by liscju
url: remember http password database in ui object
2016-06-09, by liscju
url: extract password database from password manager
2016-06-05, by liscju
bookmarks: add 'hg pull -B .' for pulling the active bookmark (issue5258)
2016-06-01, by liscju
demandimport: delay loading for "from a import b" with absolute_import
2016-06-19, by FUJIWARA Katsunori
import-checker: increase portability for python 2.6.x
2016-06-19, by FUJIWARA Katsunori
scmutil: allow access to filecache descriptor on class
2016-06-17, by Martijn Pieters
rebase: do not abort if all changesets have equivalents in the destination
2016-06-17, by Kostia Balytskyi
changegroup: don't send empty subdirectory manifest groups
2016-06-16, by Martin von Zweigbergk
chg: ignore SIGINT while waiting pager termination
2016-06-15, by Yuya Nishihara
chg: reset signal handlers to default before waiting pager
2016-06-15, by Yuya Nishihara
help: document that [subpaths] may rewrite relative paths
stable
2016-06-16, by Mike Miller
doc: describe detail about checkambig optional argument
2016-06-13, by FUJIWARA Katsunori
ui: provide official way to reset internal state per command
2016-06-12, by Yuya Nishihara
revset: extract function that validates sort() arguments
2016-06-11, by Yuya Nishihara
revset: build dict of extra sort options before evaluating set
2016-06-15, by Yuya Nishihara
revset: build list of (key, reverse) pairs before sorting
2016-06-11, by Yuya Nishihara
revset: fix crash on empty sort key
2016-06-15, by Yuya Nishihara
rebase: move local variable 'targetancestors' to the RR class
2016-06-13, by Kostia Balytskyi
rebase: move local variable 'skipped' to the RR class
2016-06-13, by Kostia Balytskyi
rebase: move local variable 'target' to the RR class
2016-06-13, by Kostia Balytskyi
rebase: introduce a rebaseruntime (RR) class
2016-06-13, by Kostia Balytskyi
chg: change default connect timeout to 60 seconds
2016-06-15, by Jun Wu
tests: increase test-https malform error glob
2016-06-14, by Durham Goode
largefiles: make storefactory._openstore public
2016-06-14, by liscju
bookmarks: abort 'push -B .' when no active bookmark
2016-06-13, by liscju
transaction: avoid ambiguity of file stat at restoring from backup
2016-06-13, by FUJIWARA Katsunori
localrepo: make restoring from backup at rollback avoid ambiguity of file stat
2016-06-13, by FUJIWARA Katsunori
dirstate: make restoring from backup avoid ambiguity of file stat
2016-06-13, by FUJIWARA Katsunori
tests: drop a duplicated instruction
2016-06-11, by Denis Laxalde
merge with stable
2016-06-14, by Matt Mackall
revset: add new topographical sort
2016-06-13, by Martijn Pieters
revset: move groupbranchiter over from graphmod
2016-06-13, by Martijn Pieters
revset: record if a set is in topographical order
2016-06-14, by Martijn Pieters
chg: make timeout adjustable
2016-06-13, by Jun Wu
chg: exec pager in child process
2016-06-11, by Jun Wu
tests: move chg pager test to test-pager.t
2016-06-13, by Jun Wu
util: drop local aliases for md5, sha1, sha256, and sha512
2016-06-10, by Augie Fackler
cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1
2016-06-10, by Augie Fackler
pathencode: use hashlib.sha1 directly instead of indirecting through util
2016-06-10, by Augie Fackler
revlog: use hashlib.sha1 directly instead of through util
2016-06-10, by Augie Fackler
store: use hashlib.sha1 directly instead of through util
2016-06-10, by Augie Fackler
similar: delete extra newline at EOF
2016-06-10, by Augie Fackler
scmutil: delete extra newline at EOF
2016-06-10, by Augie Fackler
graphmod: avoid sorting when already sorted
2016-06-08, by Martijn Pieters
sslutil: per-host config option to define certificates
2016-06-07, by Gregory Szorc
tests: add basic tests for SMTP over SSL
2016-05-27, by Yuya Nishihara
tests: add dummy SMTP daemon for SSL tests
2016-05-27, by Yuya Nishihara
tests: extract SSL certificates from test-https.t
2016-05-27, by Yuya Nishihara
check-code: make 'ls' pattern less invasive
2016-05-31, by Yuya Nishihara
largefiles: fix support for local largefiles while using share extension
stable
2016-06-07, by Henrik Stuart
merge with stable
2016-06-09, by Matt Mackall
crecord: drop unused "operation" parameter from filterpatch function
2016-06-07, by Denis Laxalde
patch: define full messages for interactive record/revert
2016-06-07, by Denis Laxalde
hgweb: remove unused code in annotate web command
2016-06-01, by Denis Laxalde
py3: conditionalize cPickle import by adding in util
2016-06-04, by Pulkit Goyal
bdiff: remove effectively dead code
stable
2016-06-02, by Matt Mackall
bdiff: extend matches across popular lines
stable
2016-06-02, by Matt Mackall
test-revset: fix test vector for ordering issue of matching()
2016-06-03, by Yuya Nishihara
largefiles: rename match_ to matchmod import in lfutil
2016-05-20, by liscju
largefiles: rename match_ to matchmod import in reposetup
2016-05-12, by liscju
largefiles: rename match_ to matchmod import in overrides
2016-05-12, by liscju
largefiles: rename match_ to matchmod import in lfcommands
2016-05-12, by liscju
py3: make largefiles/wirestore.py use absolute_import
2016-05-10, by liscju
py3: make largefiles/uisetup.py use absolute_import
2016-05-10, by liscju
py3: make largefiles/reposetup.py use absolute_import
2016-05-10, by liscju
py3: make largefiles/remotestore.py use absolute_import
2016-05-10, by liscju
py3: make largefiles/proto.py use absolute_import
2016-05-10, by liscju
py3: make largefiles/overrides.py use absolute_import
2016-05-10, by liscju
py3: make largefiles/localstore.py use absolute_import
2016-05-10, by liscju
py3: make largefiles/lfutil.py use absolute_import
2016-05-10, by liscju
py3: make largefiles/lfcommands.py use absolute_import
2016-05-07, by liscju
py3: make largefiles/basestore.py use absolute_import
2016-05-06, by liscju
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip