Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-768
+768
+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.
changelog: specify checkambig=True to revlog.__init__, to avoid ambiguity
2016-09-22, by FUJIWARA Katsunori
changelog: specify checkambig=True to avoid ambiguity around truncation
2016-09-22, by FUJIWARA Katsunori
manifest: specify checkambig=True to revlog.__init__, to avoid ambiguity
2016-09-22, by FUJIWARA Katsunori
revlog: specify checkambig at writing to avoid file stat ambiguity
2016-09-22, by FUJIWARA Katsunori
vfs: use checkambigatclosing in checkambig=True but atomictemp=False case
2016-09-22, by FUJIWARA Katsunori
scmutil: add file object wrapper class to check ambiguity at closing
2016-09-22, by FUJIWARA Katsunori
scmutil: factor out common logic of delayclosedfile to reuse it
2016-09-22, by FUJIWARA Katsunori
spartan: remove unused templates
2016-09-22, by Anton Shestakov
monoblue: remove unused templates
2016-09-22, by Anton Shestakov
gitweb: remove unused templates
2016-09-22, by Anton Shestakov
paper: remove unused templates
2016-09-22, by Anton Shestakov
help: add sections for revsets
2016-09-21, by timeless
help: move revsets.## documentation into infix section
2016-09-21, by timeless
help: clarify quotes are needed for filesets.size expressions
2016-09-21, by timeless
paper: remove unused template "changelogchild"
2016-09-21, by Anton Shestakov
monoblue: remove unused template "changelogchild"
2016-09-21, by Anton Shestakov
gitweb: remove unused template "changelogchild"
2016-09-21, by Anton Shestakov
monoblue: tweak branch table's last row's cell colspan on summary page
2016-09-21, by Anton Shestakov
gitweb: tweak branch table's last row's cell colspan on summary page
2016-09-21, by Anton Shestakov
tests: clarify demandimport disabled state
2016-09-21, by timeless
demandimport: add trailing comma
2016-09-21, by timeless
tests: favor single quotes for wrapping hg help ...
2016-09-20, by timeless
samplehgrcs: use single quotes in use warning
2016-09-20, by timeless
util: use single quotes in use warning
2016-09-20, by timeless
obsolete: use single quotes in use warning
2016-09-20, by timeless
localrepo: use single quotes in use warning
2016-09-20, by timeless
help: use single quotes in use warning
2016-09-20, by timeless
discovery: use single quotes in use warning
2016-09-20, by timeless
serve: use single quotes in use warning
2016-09-20, by timeless
bundle: use single quotes in use warning
2016-09-20, by timeless
histedit: use single quotes in use warning
2016-09-20, by timeless
keyword: use single quotes in use warning
2016-09-20, by timeless
mq: use single quotes in use warning
2016-09-20, by timeless
pager: use single quotes in use warning
2016-09-20, by timeless
rebase: use single quotes in use warning
2016-09-20, by timeless
push: update help hint to point to config.paths section
2016-09-20, by timeless
update: use single quotes in use warning
2016-09-02, by timeless
remove: specify hg in added warning
2016-09-02, by timeless
manifest: add manifestlog.add
2016-09-20, by Durham Goode
manifest: move manifest.add onto manifestrevlog
2016-09-20, by Durham Goode
manifest: remove dependency on treeinmem from manifest.add
2016-09-20, by Durham Goode
manifest: move treeinmem onto manifestlog
2016-09-20, by Durham Goode
copy: document current behavior of 'hg cp --after'
2016-09-19, by Augie Fackler
crecord: add an event that scrolls the selected line to the top of the screen
2016-09-20, by Nathan Goldbaum
log: drop hack to fix order of revset (issue5100)
2016-05-03, by Yuya Nishihara
revset: add option to make matcher takes the ordering of the input set
2016-05-03, by Yuya Nishihara
strip: don't use "full" and "partial" to describe bundles
2016-09-19, by Martin von Zweigbergk
strip: clarify that user action is required to recover temp bundle
2016-09-19, by Martin von Zweigbergk
strip: report both bundle files in case of exception (issue5368)
2016-09-15, by Martin von Zweigbergk
strip: simplify some repeated conditions
2016-09-15, by Martin von Zweigbergk
config: add template support
2016-08-29, by Mathias De Maré
formatter: introduce isplain() to replace (the inverse of) __nonzero__() (API)
2016-08-29, by Mathias De Maré
diffopts: notice a negated boolean flag in diffopts
2016-08-30, by Augie Fackler
flags: allow specifying --no-boolean-flag on the command line (BC)
2016-09-13, by Augie Fackler
revset: make sort() noop depending on ordering requirement (BC)
2016-05-03, by Yuya Nishihara
revset: make reverse() noop depending on ordering requirement (BC)
2016-05-03, by Yuya Nishihara
revset: fix order of nested 'range' expression (BC)
2016-05-03, by Yuya Nishihara
revset: forward ordering requirement to argument of present()
2016-06-01, by Yuya Nishihara
crecord: delete commented line
2016-09-14, by Nathan Goldbaum
manifest: move dirlog up to manifestrevlog
2016-09-13, by Durham Goode
manifest: move revlog specific options from manifest to manifestrevlog
2016-09-13, by Durham Goode
manifest: adds manifestctx.readfast
2016-09-13, by Durham Goode
manifest: add manifestctx.readdelta()
2016-09-13, by Durham Goode
merge with stable
2016-09-14, by Pierre-Yves David
rebase: make debug logging more consistent
2016-09-13, by Martin von Zweigbergk
revset: fix order of nested '_(|int|hex)list' expression (BC)
2016-06-26, by Yuya Nishihara
revset: fix order of nested 'or' expression (BC)
2016-06-26, by Yuya Nishihara
revset: add 'takeorder' attribute to mark functions that need ordering flag
2016-08-07, by Yuya Nishihara
revset: pass around ordering flags to operations
2016-08-07, by Yuya Nishihara
revset: add stub to handle parentpost operation
2016-08-07, by Yuya Nishihara
revset: infer ordering flag to teach if operation should define/follow order
2016-02-16, by Yuya Nishihara
revset: wrap arguments of 'or' by 'list' node
2016-08-07, by Yuya Nishihara
journal: properly check for held lock (issue5349)
2016-09-13, by Pierre-Yves David
ssl: handle a difference in SSLError with pypy (issue5348)
2016-09-13, by Pierre-Yves David
manifest: change manifestctx to not inherit from manifestdict
2016-09-12, by Durham Goode
manifest: make one use of _mancache avoid manifestctxs
2016-09-12, by Durham Goode
debugrevspec: add option to verify optimized result
2016-08-21, by Yuya Nishihara
debugrevspec: add option to skip optimize() and evaluate unoptimized tree
2016-08-21, by Yuya Nishihara
revset: remove showwarning option from expandaliases()
2016-09-08, by Yuya Nishihara
debugrevspec: evaluate tree built by itself
2016-08-21, by Yuya Nishihara
localrepo: make _refreshfilecachestats unfiltered method to refresh correctly
2016-09-12, by FUJIWARA Katsunori
streamclone: clear caches after writing changes into files for visibility
2016-09-12, by FUJIWARA Katsunori
localrepo: make invalidate avoid invalidating store inside transaction (API)
2016-09-12, by FUJIWARA Katsunori
streamclone: force @filecache properties to be reloaded from file
2016-09-12, by FUJIWARA Katsunori
manifest: backed out changeset bb3281b3fcaa
2016-09-10, by Pierre-Yves David
manifest: backed out changeset b60a5fe98b73
2016-09-10, by Pierre-Yves David
debugrevspec: deprecate --optimize option
2016-08-21, by Yuya Nishihara
debugrevspec: add option to print parsed tree at given stages
2016-08-21, by Yuya Nishihara
debugrevspec: transform and print parsed tree by stages
2016-08-21, by Yuya Nishihara
debugrevspec: build parsed tree even if no --verbose specified
2016-08-21, by Yuya Nishihara
osutil: fix the declaration to work on different sizes of off_t
2016-09-08, by Maciej Fijalkowski
manifest: change manifestctx to not inherit from manifestdict
2016-08-31, by Durham Goode
manifest: make uses of _mancache aware of contexts
2016-08-29, by Durham Goode
manifest: add treemanifestctx class
2016-08-31, by Durham Goode
revset: add public function to create matcher from evaluatable tree
2016-08-21, by Yuya Nishihara
revset: make analyze() a separate step from optimize()
2016-08-21, by Yuya Nishihara
revset: extract tree transformation from optimize()
2016-08-07, by Yuya Nishihara
hghave: fix has_bzr() to not try to import RevisionSpec as module
2016-09-04, by Yuya Nishihara
update: label bookmark name in message
2016-08-22, by Pierre-Yves David
discovery: explicitly check for None in outgoing init
2016-09-06, by Ryan McElroy
import: report directory-relative paths in error messages (issue5224)
2016-08-26, by liscju
commands: remove unecessary copying of list in graft()
2016-09-05, by Hannes Oldenburg
revset: do not partial-match operator and function names in optimize()
2016-08-07, by Yuya Nishihara
revset: remove false condition to process 'negate' operator
2016-08-07, by Yuya Nishihara
revset: make optimize() reject unknown operators
2016-08-07, by Yuya Nishihara
help: show content for explicitly disabled extension (issue5228)
2016-09-01, by liscju
obsolete: fix minor module documentation issues
2016-09-02, by liscju
debugextensions: hide "ships-with-hg-core" magic string (BC)
2016-08-26, by Yuya Nishihara
debugextensions: show ships-with-hg-core state as a separate field
2016-08-31, by Yuya Nishihara
test-debugextensions: add dummy extension to make ifcontains() test more solid
2016-08-31, by Yuya Nishihara
py3: remove use of *L syntax
2016-09-01, by Pulkit Goyal
util: rename checkcase() to fscasesensitive() (API)
2016-08-30, by Martin von Zweigbergk
manifest: call m1.load and m2.load before writing a subtree
2016-08-29, by Durham Goode
histedit: correct output of error when 'base' is from the edit list
2016-08-30, by Augie Fackler
py3: split check of pygments-using files from the rest of the tree
2016-08-30, by Augie Fackler
version: change "place" field of extension to "bundled" flag
2016-08-26, by Yuya Nishihara
extensions: use ismoduleinternal() thoroughly
2016-08-27, by Yuya Nishihara
lock: show more detail for new-style locks in lock waiting message (issue4752)
2016-08-30, by Mark Ignacio
formatter: add context manager interface for convenience
2016-08-29, by Yuya Nishihara
histedit: remove now unused 'constraints' related code
2016-08-26, by Pierre-Yves David
histedt: use inheritance to override the constraints in 'base'
2016-08-26, by Pierre-Yves David
histedit: move constraint verification to the 'action.verify' method
2016-08-26, by Pierre-Yves David
histedit: directly use node in 'verifyactions'
2016-08-26, by Pierre-Yves David
histedit: temporarily shorten name of 'constraints' variable
2016-08-26, by Pierre-Yves David
histedit: drop the 'nodetoverify' local variable
2016-08-26, by Pierre-Yves David
histedit: make 'constraints' a class attribute instead of a method
2016-08-26, by Pierre-Yves David
histedit: drop the 'nodetoverify' method
2016-08-26, by Pierre-Yves David
test-gpg: start gpg-agent by gpg-connect-agent only if GnuPG v2.1+ detected
2016-08-29, by Yuya Nishihara
rebase: properly calculate total commits to rebase (issue5347)
2016-08-26, by timeless
mpatch: add setup_mpatch_cffi.py
2016-08-28, by Maciej Fijalkowski
journal: rename on disk files to 'namejournal'
2016-08-24, by Pierre-Yves David
tests: guard demandimport segment of test-extension.t
2016-08-25, by timeless
tests: skip demandimport if disabled
2016-08-25, by timeless
hghave: add demandimport checking
2016-08-25, by timeless
hghave: make bzr checks stricter
2016-08-25, by timeless
help: document wire protocol commands
2016-08-22, by Gregory Szorc
help: document wire protocol "handshake" protocol
2016-08-22, by Gregory Szorc
help: document wire protocol capabilities
2016-08-22, by Gregory Szorc
crecord: properly handle files with No newline at eof (issue5268)
stable
2016-09-02, by timeless
annotate: pre-calculate the "needed" dictionary (issue5360)
stable
2016-09-02, by Jun Wu
help: document wire protocol transport protocols
2016-08-22, by Gregory Szorc
help: internals topic for wire protocol
2016-08-22, by Gregory Szorc
grep: add formatter support
2016-08-18, by Yuya Nishihara
grep: build list of all columns regardless of display options
2016-08-18, by Yuya Nishihara
grep: build list of columns without "grep." label prefix
2016-08-18, by Yuya Nishihara
grep: factor out function that prints matched line with labels
2016-08-18, by Yuya Nishihara
grep: refactor loop that yields matched text with label
2016-08-18, by Yuya Nishihara
Added signature for changeset ccd436f7db6d
stable
2016-09-01, by Kevin Bullock
Added tag 3.9.1 for changeset ccd436f7db6d
stable
2016-09-01, by Kevin Bullock
bundle2: localize handleoutput remote prompts
stable
3.9.1
2016-09-01, by Akihiko Odaki
i18n-pt_BR: synchronized with a12d13eac513
stable
2016-08-31, by Wagner Bruna
files: change documentation to match its behaviour (issue5276)
2016-07-05, by liscju
templater: add template path to __base__ search
2016-08-24, by Matt Mackall
bundle2: fail faster when interrupted
stable
2016-08-25, by Gregory Szorc
blackbox: also log alias expansions
2016-08-23, by Augie Fackler
test-clonebundles: accept another error string here
2016-08-25, by Augie Fackler
tests: guard test-archive-symlink with unziplinks check
2016-08-25, by Augie Fackler
hghave: add a check for unzip(1) that understands symlinks
2016-08-25, by Augie Fackler
test-https: drop two spurious --traceback flags
2016-08-25, by Augie Fackler
extensions: change magic "shipped with hg" string
2016-08-23, by Augie Fackler
version: add formatter support
2016-08-25, by Yuya Nishihara
version: factor out mapping of internal/external labels
2016-08-16, by Yuya Nishihara
version: always build list of extension versions
2016-08-16, by Yuya Nishihara
formatter: add fm.nested(field) to either write or build sub items
2016-03-13, by Yuya Nishihara
formatter: factor out format*() functions to separate classes
2016-08-15, by Yuya Nishihara
crecord: restore SIGWINCH handler before return
2016-08-24, by Jun Wu
bdiff: implement cffi version of bdiff
2016-08-20, by Maciej Fijalkowski
bdiff: implement cffi version of blocks
2016-07-28, by Maciej Fijalkowski
util: checknlink should remove file it creates if an exception occurs
2016-08-19, by Tony Tung
merge: remove files with extra actions from merge action list
2016-08-23, by Siddharth Agarwal
revlog: use an LRU cache for delta chain bases
2016-08-22, by Gregory Szorc
revlog: remove unused variables
2016-08-22, by Gregory Szorc
util: properly implement lrucachedict.get()
2016-08-22, by Gregory Szorc
manifest: change changectx to access manifest via manifestlog
2016-08-17, by Durham Goode
manifest: use property instead of field for manifest revlog storage
2016-08-17, by Durham Goode
manifest: introduce manifestlog and manifestctx classes
2016-08-17, by Durham Goode
manifest: make manifest derive from manifestrevlog
2016-08-17, by Durham Goode
manifest: break mancache into two caches
2016-08-17, by Durham Goode
dispatch: explicitly pass fancyopts optional arg as a keyword
2016-08-18, by Augie Fackler
osutil: fix the bug on OS X when we return more in listdir
2016-08-20, by Maciej Fijalkowski
histedit: use samefile function from cmdutil
2016-08-21, by Hannes Oldenburg
cmdutil: extract samefile function from amend()
2016-08-21, by Hannes Oldenburg
templater: rename "right" argument of pad() function
2016-04-22, by Yuya Nishihara
templater: make pad() evaluate boolean argument (BC)
2016-04-22, by Yuya Nishihara
templater: fix if() to not evaluate False as bool('False')
2016-08-18, by Yuya Nishihara
templater: make it clearer that _flatten() omits None
2016-08-18, by Yuya Nishihara
revset: support "follow(renamed.py, e22f4f3f06c3)" (issue5334)
2016-08-18, by GĂ¡bor Stefanik
coal: use inheritance to derive from paper
2016-08-17, by Matt Mackall
templater: add inheritance support to style maps
2016-08-17, by Matt Mackall
killdaemons: prevent killing all user processes by bad pid file
2016-08-18, by Yuya Nishihara
py3: automatically glob out line numbers from check-py3-compat output
2016-08-17, by Yuya Nishihara
py3: have check-py3-compat require pygments to get stable result
2016-08-17, by Yuya Nishihara
computeoutgoing: move the function from 'changegroup' to 'exchange'
2016-08-09, by Pierre-Yves David
getchangegroup: take an 'outgoing' object as argument (API)
2016-08-09, by Pierre-Yves David
outgoing: add a 'missingroots' argument
2016-08-09, by Pierre-Yves David
outgoing: adds some default value for argument
2016-08-09, by Pierre-Yves David
outgoing: pass a repo object to the constructor
2016-08-09, by Pierre-Yves David
match: remove matchessubrepo method (API)
2016-08-16, by Hannes Oldenburg
subrepo: cleanup of subrepo filematcher logic
2016-08-16, by Hannes Oldenburg
pycompat: delay loading modules registered to stub
2016-08-14, by Yuya Nishihara
py3: import builtin wrappers automagically by code transformer
2016-08-16, by Yuya Nishihara
py3: provide (del|get|has|set)attr wrappers that accepts bytes
2016-08-14, by Yuya Nishihara
py3: check python version to enable builtins hack
2016-08-14, by Yuya Nishihara
py3: move xrange alias next to import lines
2016-08-14, by Yuya Nishihara
check-code: allow assignment to hasattr variable
2016-08-16, by Yuya Nishihara
debugobsolete: add formatter support (issue5134)
2016-08-15, by Yuya Nishihara
formatter: add function to convert dict to appropriate format
2016-08-15, by Yuya Nishihara
check-code: make dict() pattern less invasive
2016-08-15, by Yuya Nishihara
hgweb: tweak zlib chunking behavior
2016-08-14, by Gregory Szorc
test-gpg: run migration of v1 secret keys beforehand
2016-08-14, by Yuya Nishihara
test-gpg: start gpg-agent under control of the test runner
2016-08-14, by Yuya Nishihara
test-gpg: make temporary copy of GNUPGHOME
2016-08-14, by Yuya Nishihara
hgweb: document why we don't allow untrusted settings to control zlib
2016-08-15, by Gregory Szorc
hgweb: profile HTTP requests
2016-08-14, by Gregory Szorc
hgweb: abstract call to hgwebdir wsgi function
2016-08-14, by Gregory Szorc
profiling: don't error with statprof when profiling has already started
2016-08-14, by Gregory Szorc
profiling: add a context manager that no-ops if profiling isn't enabled
2016-08-14, by Gregory Szorc
profiling: make profiling functions context managers (API)
2016-08-14, by Gregory Szorc
dispatch: set profiling.enabled when profiling is enabled
2016-08-14, by Gregory Szorc
profiling: move profiling code from dispatch.py (API)
2016-08-14, by Gregory Szorc
merge with stable
2016-08-15, by Augie Fackler
pycompat: avoid using an extra function
2016-08-13, by Pulkit Goyal
pycompat: remove multiple occurences of urlencode
2016-08-13, by Pulkit Goyal
osx: stamp the hg version into the version field in the pkg
2016-08-12, by Augie Fackler
performance: disable workaround for an old bug of Python gc
2016-07-28, by Maciej Fijalkowski
merge: always use other, not remote, in user prompts
2016-08-12, by Simon Farnsworth
merge: use labels in prompts to the user
2016-08-12, by Simon Farnsworth
journal: use the dirstate parentchange callbacks
2016-08-09, by Mateusz Kwapich
dirstate: add callback to notify extensions about wd parent change
2016-08-11, by Mateusz Kwapich
revpair: do not optimize tree to check for odd-range spec
2016-08-06, by Yuya Nishihara
revset: also parse x^: as (x^):
2016-08-06, by Yuya Nishihara
revset: resolve ambiguity of x^:y before alias expansion
2016-08-06, by Yuya Nishihara
revset: add test for resolution of infix/suffix ambiguity of x^:y
2016-08-06, by Yuya Nishihara
parser: remove unused binding parameter from suffix action
2015-07-05, by Yuya Nishihara
revset: fix keyword arguments to go through optimization process
stable
2016-08-07, by Yuya Nishihara
extensions: add unwrapfunction to undo wrapfunction
2016-08-10, by Jun Wu
extensions: add getwrapperchain to get a list of wrappers
2016-08-10, by Jun Wu
extensions: set attributes to wrappers so we can trace them back
2016-08-10, by Jun Wu
ui: drop values returned by inspect.*frame*() to avoid cycles
2016-08-10, by Jun Wu
dispatch: split global error handling out so it can be reused
2016-08-09, by Jun Wu
py3: conditionalize _winreg import
2016-08-10, by Pulkit Goyal
py3: conditionalize the raise statement
2016-08-08, by Pulkit Goyal
match: added matchessubrepo method to matcher
2016-08-09, by Hannes Oldenburg
changegroup: move branch cache debug message to proper location
2016-08-08, by Gregory Szorc
journal: take wlock for writting the 'shared' file
2016-08-08, by Pierre-Yves David
debugbuilddag: take wlock to cover '.hg/localtags'
2016-08-07, by Pierre-Yves David
fakemergerecord: take wlock to write the merge state
2016-08-08, by Pierre-Yves David
shared: take wlock for writting the 'shared' file
2016-08-07, by Pierre-Yves David
mq: take wlock when 'qqueue' is doing write operations
2016-08-07, by Pierre-Yves David
py3: make check-py3-compat.py use correct module name at loading pure modules
2016-08-09, by FUJIWARA Katsunori
py3: update output of check-py3-compat.py with python3
2016-08-09, by FUJIWARA Katsunori
mpatch: raise MemoryError instead of mpatchError if lalloc() failed
2016-08-07, by Yuya Nishihara
hgweb: config option to control zlib compression level
2016-08-07, by Gregory Szorc
help: don't try to render a section on sub-topics
2016-08-06, by Gregory Szorc
branchmap: remove extra indent
2016-08-05, by Pierre-Yves David
branchmap: simplify error handlind when writing rev branch cache
2016-08-05, by Pierre-Yves David
branchmap: acquires lock before writting the rev branch cache
2016-08-05, by Pierre-Yves David
branchmap: preparatory indent of indent the branch rev writing code
2016-08-05, by Pierre-Yves David
mpatch: silence warning about maybe-uninitialized variable
2016-08-07, by Yuya Nishihara
mpatch: change lalloc() to local function
2016-08-07, by Yuya Nishihara
mpatch: remove superfluous whitespaces
2016-08-07, by Yuya Nishihara
cmdutil: remove duplicated badmatch call in cat()
2016-08-07, by Hannes Oldenburg
statichttprepo: do not try to write caches
2016-08-05, by Pierre-Yves David
demandimport: omit default value of "level" at construction of _demandmod
2016-08-06, by FUJIWARA Katsunori
demandimport: import sub-module relatively as expected (issue5208)
2016-08-06, by FUJIWARA Katsunori
wireproto: remove gboptslist (API)
2016-08-06, by Gregory Szorc
wireproto: unescape argument names in batch command (BC)
2016-08-06, by Gregory Szorc
wireproto: consolidate code for obtaining "cmds" argument value
2016-08-06, by Gregory Szorc
revlog: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
md5sum: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
util: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
url: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
sshserver: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
sshpeer: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
patch: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
commands: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
changegroup: use `iter(callable, sentinel)` instead of while True
2016-08-05, by Augie Fackler
extdiff: isolate path variable of saved command to independent paragraph
2016-07-27, by Yuya Nishihara
extdiff: export __doc__ of saved command for translation
2016-07-27, by Yuya Nishihara
extdiff: refactor closure of saved diff command as a top-level class
2016-07-27, by Yuya Nishihara
i18n: use inspect.getsourcelines() to obtain lineno from func or class
2016-07-27, by Yuya Nishihara
chg: just take it as EOF if recv() returns 0
2016-08-05, by Yuya Nishihara
vfs: use propertycache for open
2016-08-04, by Pierre-Yves David
help: add example of '[templates]' usage
stable
2016-08-08, by Mathias De Maré
check-commit: allow underbars in cffi_-prefix function names
2016-08-05, by Augie Fackler
bundlerepo: add support for treemanifests in cg3 bundles
2016-08-05, by Augie Fackler
auditvfs: forward options property from nested vfs
2016-08-05, by Augie Fackler
bundlerepo: use supportedincomingversions instead of allsupportedversions
2016-08-04, by Augie Fackler
bundlerepo: introduce method to find file starts and use it
2016-08-05, by Augie Fackler
bundlerevlog: use for loop over iterator instead of while True
2016-08-05, by Augie Fackler
bundlerepo: use for loop over iterator instead of while True
2016-08-05, by Augie Fackler
localrepo: jettison now-unused dirlog() method from localrepo
2016-08-05, by Augie Fackler
repair: build dirlogs using manifest, rather than repo shortcut method
2016-08-05, by Augie Fackler
cmdutil: open dirlogs via manifest property, not via repo
2016-08-05, by Augie Fackler
wirepeer: rename confusing `source` parameter
2016-08-05, by Augie Fackler
develwarn: use the lock helper in local repo
2016-08-05, by Pierre-Yves David
exchange: correctly specify url to unbundle (issue5145)
stable
2016-08-05, by Augie Fackler
debugextension: change "testedwith" to a list (BC)
2016-03-19, by Yuya Nishihara
debugextensions: unindent nested if
2016-07-10, by Yuya Nishihara
debugextensions: give short name to util.version()
2016-07-10, by Yuya Nishihara
debugextensions: simply keep testedwith variable as a list
2016-07-10, by Yuya Nishihara
test-treemanifest: ensure manifest command isn't broken
2016-07-28, by Augie Fackler
py3: use unicode literals in pure/osutil.py
2016-08-04, by Pulkit Goyal
py3: use unicode literals in crecord.py
2016-08-04, by Pulkit Goyal
py3: use unicode literals in changelog.py
2016-08-04, by Pulkit Goyal
mpatch: write a cffi version of mpatch.patches
2016-07-25, by Maciej Fijalkowski
mpatch: remove dependency on Python.h in mpatch.c
2016-07-22, by Maciej Fijalkowski
mpatch: split mpatch into two files
2016-07-18, by Maciej Fijalkowski
mpatch: provide things that will be exported later with a prefixed name
2016-07-18, by Maciej Fijalkowski
mpatch: change Py_ssize_t to ssize_t in places that will be later copied
2016-07-18, by Maciej Fijalkowski
discovery: move code to create outgoing from roots and heads
2016-08-03, by Gregory Szorc
bundle2: remove 'experimental.bundle2-exp' boolean config (BC)
2016-08-03, by Pierre-Yves David
tests: remove all remaining usage of experimental.bundle2-exp
2016-08-03, by Pierre-Yves David
tests: use 'legacy.exchange' option in various mixed tests
2016-08-03, by Pierre-Yves David
tests: use 'legacy.exchange' option in various bundle1 tests
2016-08-03, by Pierre-Yves David
tests: use 'legacy.exchange' option in 'test-bundle2-exchange.t'
2016-08-02, by Pierre-Yves David
bundlerepo: also read the 'devel.legacy.exchange' config
2016-08-03, by Pierre-Yves David
bundle2: add a devel option controling bundle version used for exchange
2016-08-02, by Pierre-Yves David
bundle2: rename the _canusebundle2 method to _forcebundle1
2016-08-03, by Pierre-Yves David
tests: remove bundle2 activation from test-bookmark-pushpull.t
2016-08-03, by Pierre-Yves David
tests: update bugzilla link in test-issue1175.t
2016-08-04, by Anton Shestakov
journal: use fm.formatdate() to pass date tuple in appropriate type (BC)
2016-07-31, by Yuya Nishihara
formatter: add function to convert date tuple to appropriate format
2016-07-31, by Yuya Nishihara
journal: use fm.formatlist() to pass hashes in appropriate type (BC)
2016-07-31, by Yuya Nishihara
formatter: add function to convert list to appropriate format (issue5217)
2016-07-10, by Yuya Nishihara
journal: use fm.hexfunc() to get full hash in JSON/template output (BC)
2016-07-31, by Yuya Nishihara
py3: update test-check-py3-compat.t output
2016-08-04, by Pulkit Goyal
deprecation: enforce thew 'tr' argument of 'dirstate.write' (API)
2016-08-02, by Pierre-Yves David
tests: remove initial bundle2 enabling in various bundle2 tests
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-largefiles.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-tags.t
2016-08-02, by Pierre-Yves David
templatekw: change joinfmt to a mandatory argument of _hybrid object
2016-07-23, by Yuya Nishihara
convert: move svn config initializer out of the module level
stable
2016-08-01, by Durham Goode
osx: update bugzilla link in readme
stable
2016-08-04, by Anton Shestakov
win32: update link to mailing list in readme
stable
2016-08-04, by Anton Shestakov
win32: update wiki link in mercurial.ini
stable
2016-08-04, by Anton Shestakov
debian: update source URL in copyright file
stable
2016-08-04, by Anton Shestakov
help: update link to wiki/CommandServer
stable
2016-08-04, by Anton Shestakov
url: drop compatibility wrapper of socket.create_connection()
2016-07-18, by Yuya Nishihara
doc: remove double imports of inspect from hgmanpage.py
2016-05-14, by Yuya Nishihara
merge: concatenate default conflict marker at parsing phase of .py
2015-05-05, by Yuya Nishihara
tests: remove bundle2 activation from test-push-warn.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-phases-exchanges.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-obsolete.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-http-proxy.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-hook.t
2016-08-02, by Pierre-Yves David
tests: remove bundle2 activation from test-acl.t
2016-08-02, by Pierre-Yves David
merge with stable
2016-08-01, by Augie Fackler
Added signature for changeset 299546f84e68
stable
2016-08-01, by Augie Fackler
Added tag 3.9 for changeset 299546f84e68
stable
2016-08-01, by Augie Fackler
merge with i18n
stable
3.9
2016-08-01, by Augie Fackler
doc: make previous line of certificate example end with "::"
stable
2016-08-01, by FUJIWARA Katsunori
doc: fix incorrect use of rst hg role in help text
stable
2016-08-01, by FUJIWARA Katsunori
doc: use field rst syntax to show keywords in debugdeltachain help correctly
stable
2016-08-01, by FUJIWARA Katsunori
revset: refactor to make xgettext put i18n comments into hg.pot file
stable
2016-08-01, by FUJIWARA Katsunori
doc: omit useless _() invocation
stable
2016-08-01, by FUJIWARA Katsunori
doc: trim newline at the end of exception message
stable
2016-08-01, by FUJIWARA Katsunori
i18n-ja: synchronized with 6fd751fa58d3
stable
2016-08-01, by FUJIWARA Katsunori
demandimport: avoid infinite recursion at actual module importing (issue5304)
stable
2016-07-31, by FUJIWARA Katsunori
packagelib: do not remove packages directory in hggetversion (issue5262)
stable
2016-07-29, by Pierre-Yves David
make: introduce a target to clean everything but packages
stable
2016-07-29, by Pierre-Yves David
url: avoid re-issuing incorrect password (issue3210)
stable
2016-07-29, by Kim Randell
date: accept broader range of ISO 8601 time specs
stable
2016-07-27, by Matt Mackall
date: parse ISO-style Z and +hh:mm timezone specs
stable
2016-07-27, by Matt Mackall
date: refactor timezone parsing
stable
2016-07-27, by Matt Mackall
tests: glob over ssl error
stable
2016-07-28, by Gregory Szorc
keyword: avoid traceback when kwdemo is run outside a repo
stable
2016-07-27, by Christian Ebert
cmdutil: warnings not issued in cat if subrepopath overlaps
stable
2016-07-27, by Hannes Oldenburg
graft: use opts.get() consistently
stable
2016-07-25, by GĂ¡bor Stefanik
sslutil: work around SSLContext.get_ca_certs bug on Windows (issue5313)
stable
2016-07-25, by Gregory Szorc
extdiff: escape path for docstring (issue5301)
stable
2016-07-18, by Matt Mackall
update: fix bug when update tries to modify folder symlink
stable
2016-07-21, by Kostia Balytskyi
spartan: make annotate popup use theme colors
stable
2016-07-25, by Anton Shestakov
monoblue: make annotate popup use theme colors
stable
2016-07-25, by Anton Shestakov
gitweb: make annotate popup use theme colors
stable
2016-07-25, by Anton Shestakov
paper: make annotate popup use theme colors
stable
2016-07-25, by Anton Shestakov
templatekw: fix join format of parents keyword (issue5292)
stable
2016-07-22, by Yuya Nishihara
templatekw: fix join format of revset() function
stable
2016-07-22, by Yuya Nishihara
cmdutil: warnings not issued in remove if subrepopath overlaps
stable
2016-07-22, by Hannes Oldenburg
merge with i18n
stable
2016-07-20, by Matt Mackall
i18n-pt_BR: synchronized with 519bb4f9d3a4
stable
2016-07-19, by Wagner Bruna
sslutil: improve messaging around unsupported protocols (issue5303)
stable
2016-07-19, by Gregory Szorc
sslutil: capture string string representation of protocol
stable
2016-07-19, by Gregory Szorc
sslutil: allow TLS 1.0 when --insecure is used
stable
2016-07-19, by Gregory Szorc
hg: copy [hostsecurity] options to remote ui instances (issue5305)
stable
2016-07-19, by Gregory Szorc
rbc: fix superfluous rebuilding from scratch - don't abuse self._rbcnamescount
stable
2016-07-18, by Mads Kiilerich
rbc: test case for incorrect and too aggressive invalidation of invalid caches
stable
2016-07-18, by Mads Kiilerich
util: better handle '-' in version string (issue5302)
stable
2016-07-19, by Gregory Szorc
convert: update use of deprecated bzrlib property
stable
2016-07-19, by Kevin Bullock
hghave: fix typo of sslutil.supportedprotocols
stable
2016-07-19, by Yuya Nishihara
rebase: turn rebase revs into set before filtering obsolete
stable
2016-07-19, by Simon Farnsworth
commandserver: update comment about setpgid
stable
2016-07-18, by Jun Wu
chg: forward SIGINT, SIGHUP to process group
stable
2016-07-17, by Jun Wu
Added signature for changeset 519bb4f9d3a4
stable
2016-07-18, by Matt Mackall
Added tag 3.9-rc for changeset 519bb4f9d3a4
stable
2016-07-18, by Matt Mackall
merge default into stable for 3.9 code freeze
stable
3.9-rc
2016-07-18, by Matt Mackall
rbc: fix invalid rbc-revs entries caused by missing cache growth
2016-07-18, by Mads Kiilerich
rbc: test case for cache file not growing correctly, causing bad new entries
2016-07-18, by Mads Kiilerich
chg: handle EOF reading data block
2016-07-18, by Jun Wu
sslutil: more robustly detect protocol support
2016-07-18, by Gregory Szorc
osutil: add darwin-only version of os.listdir using cffi
2016-07-11, by Maciej Fijalkowski
url: drop support for proxying HTTP (not HTTPS) over CONNECT tunneling
2016-06-05, by Yuya Nishihara
chgserver: rename private functions and variables of chgunixservicehandler
2016-05-21, by Yuya Nishihara
chgserver: refactor initialization of real/base addresses
2016-05-22, by Yuya Nishihara
chgserver: reorder functions in chgunixservicehandler
2016-05-22, by Yuya Nishihara
chgserver: use ui.debug() to print server debug messages
2016-05-21, by Yuya Nishihara
ssl: remove special case of web.cacerts=! from remoteui()
2016-06-05, by Yuya Nishihara
bundle2: store changeset count when creating file bundles
2016-07-17, by Gregory Szorc
util: implement a deterministic __repr__ on sortdict
2016-07-17, by Gregory Szorc
bundle2: use a sorted dict for holding parameters
2016-07-17, by Gregory Szorc
wireproto: extract repo filtering to standalone function
2016-07-15, by Gregory Szorc
url: add distribution and version to user-agent request header (BC)
2016-07-14, by Gregory Szorc
commandserver: use SOMAXCONN as queue size of pending connections
2016-07-16, by Yuya Nishihara
commandserver: rename _serveworker() to _runworker()
2016-07-16, by Yuya Nishihara
commandserver: separate initialization and cleanup of forked process
2016-05-22, by Yuya Nishihara
commandserver: unindent superfluous "if True" blocks
2016-05-21, by Yuya Nishihara
pycompat: make pycompat demandimport friendly
2016-07-17, by Pulkit Goyal
run-tests: make --local set --with-chg if --chg is used
2016-07-18, by Jun Wu
run-tests: allow --local to set multiple attributes
2016-07-18, by Jun Wu
chg: add pgid to hgclient struct
2016-07-17, by Jun Wu
commandserver: send pgid in hello message
2016-07-17, by Jun Wu
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
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
py3: make largefiles/__init__.py use absolute_import
2016-05-06, by liscju
largefiles: move basestore._openstore into new module to remove cycle
2016-06-04, by liscju
revset: make filteredset.__nonzero__ respect the order of the filteredset
2016-06-02, by Kostia Balytskyi
phases: make writing phaseroots file out avoid ambiguity of file stat
2016-06-03, by FUJIWARA Katsunori
dirstate: make writing branch file out avoid ambiguity of file stat
2016-06-03, by FUJIWARA Katsunori
dirstate: make writing dirstate file out avoid ambiguity of file stat
2016-06-03, by FUJIWARA Katsunori
bookmarks: make writing files out avoid ambiguity of file stat
2016-06-03, by FUJIWARA Katsunori
transaction: avoid ambiguity of file stat at closing transaction
2016-06-03, by FUJIWARA Katsunori
util: add __ne__ to filestat class for consistency
2016-06-03, by FUJIWARA Katsunori
style: remove namespace class
2016-04-16, by Pierre-Yves David
style: don't use capital letter for constant
2016-04-16, by Pierre-Yves David
tests-subrepo-git: use "f" to dump pwned.txt, for portability
stable
2016-06-02, by Danek Duvall
bundle2: don't assume ordering of heads checked after push
stable
2016-06-01, by Mads Kiilerich
sslutil: print the fingerprint from the last hash used
2016-06-04, by Gregory Szorc
sslutil: make cert fingerprints messages more actionable
2016-05-31, by Gregory Szorc
sslutil: refactor code for fingerprint matching
2016-05-30, by Gregory Szorc
sslutil: print SHA-256 fingerprint by default
2016-05-30, by Gregory Szorc
sslutil: move and change warning when cert verification is disabled
2016-05-30, by Gregory Szorc
sslutil: add devel.disableloaddefaultcerts to disable CA loading
2016-06-01, by Gregory Szorc
sslutil: store flag for whether cert verification is disabled
2016-05-30, by Gregory Szorc
sslutil: remove "strict" argument from validatesocket()
2016-05-30, by Gregory Szorc
mail: unsupport smtp.verifycert (BC)
2016-06-04, by Gregory Szorc
update: fix bare --clean to work on new branch (issue5003) (BC)
2016-04-05, by liscju
revert: use "discard"/"revert" verb when reverting interactively (issue5143)
2016-06-03, by Denis Laxalde
run-tests: add support for RTUNICODEPEDANTRY environment variable
2016-04-05, by timeless
obsolete: fix grammar
2016-05-27, by timeless
tests: add run-test .testtimes basic testing
2016-04-03, by timeless
check-code: make repquote distinguish more characters for exact detection
2016-05-31, by FUJIWARA Katsunori
check-code: centralize rules depending on implementation of repquote
2016-05-31, by FUJIWARA Katsunori
check-code: use fixedmap for replacement of space characters
2016-05-31, by FUJIWARA Katsunori
check-code: replace quoted characters correctly
2016-05-31, by FUJIWARA Katsunori
test-chg: add basic tests for server lifecycle
2016-05-21, by Yuya Nishihara
test-chg: run only with chg
2016-03-20, by Yuya Nishihara
distate: add assertions to backup functions
2016-05-26, by Mateusz Kwapich
Added signature for changeset a9764ab80e11
stable
2016-06-01, by Matt Mackall
Added tag 3.8.3 for changeset a9764ab80e11
stable
2016-06-01, by Matt Mackall
shelve: use backup functions instead of manually copying dirstate
2016-05-24, by Mateusz Kwapich
dirstate: don't use actualfilename to name the backup file
2016-05-25, by Mateusz Kwapich
sslutil: reference appropriate config section in messaging
2016-05-28, by Gregory Szorc
sslutil: allow fingerprints to be specified in [hostsecurity]
2016-05-28, by Gregory Szorc
debuginstall: expose modulepolicy
2016-03-09, by timeless
revset: define table of sort() key functions
2016-05-14, by Yuya Nishihara
revset: factor out reverse flag of sort() key
2016-05-14, by Yuya Nishihara
tests: don't save host fingerprints in hgrc
2016-05-28, by Gregory Szorc
sslutil: calculate host fingerprints from additional algorithms
2016-05-28, by Gregory Szorc
util: add sha256
2016-05-28, by Gregory Szorc
sslutil: move CA file processing into _hostsettings()
2016-05-28, by Gregory Szorc
sslutil: move SSLContext.verify_mode value into _hostsettings
2016-05-28, by Gregory Szorc
sslutil: introduce a function for determining host-specific settings
2016-05-28, by Gregory Szorc
tests-subrepo-git: emit a different "pwned" message based on the test
stable
3.8.3
2016-05-27, by Danek Duvall
tests-subrepo-git: make the "pwned" message output in a stable order
stable
2016-05-27, by Danek Duvall
test-cache-abuse: correct for different hunk headers between Solaris and GNU
stable
2016-05-27, by Danek Duvall
lazymanifest: fix typo s/typles/tuples/
stable
2016-05-27, by Javi Merino
sslutil: remove sslkwargs() (API)
2016-05-25, by Gregory Szorc
url: remove use of sslkwargs
2016-05-25, by Gregory Szorc
mail: remove use of sslkwargs
2016-05-25, by Gregory Szorc
httpconnection: remove use of sslkwargs
2016-05-25, by Gregory Szorc
sslutil: move sslkwargs logic into internal function (API)
2016-05-25, by Gregory Szorc
sslutil: remove ui from sslkwargs (API)
2016-05-25, by Gregory Szorc
dirstate: remove file from copymap on drop
2016-05-25, by Mateusz Kwapich
run-tests: use json.dumps(separators=)
2016-05-26, by timeless
debugignore: make messages translatable
2016-05-26, by FUJIWARA Katsunori
grep: make a message translatable
2016-05-26, by FUJIWARA Katsunori
subrepo: make a message translatable
2016-05-26, by FUJIWARA Katsunori
merge: make messages translatable
2016-05-26, by FUJIWARA Katsunori
httppeer: make a message translatable
2016-05-26, by FUJIWARA Katsunori
notify: make a message translatable
2016-05-26, by FUJIWARA Katsunori
gpg: make a message translatable
2016-05-26, by FUJIWARA Katsunori
revset: use getargsdict for sort()
2016-05-23, by Martijn Pieters
merge with stable
2016-05-25, by Matt Mackall
changegroup: extract method that sorts nodes to send
2016-05-12, by Augie Fackler
hg: disable demandimport for py3
2016-05-11, by timeless
tests: enable import checker for all python files (including no .py files)
2016-05-15, by Yuya Nishihara
tests: make 'f' utility import hashlib unconditionally
2016-05-15, by Yuya Nishihara
less
more
|
(0)
-10000
-3000
-1000
-768
+768
+1000
+3000
+10000
tip