Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+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.
parser: factor out _trygetfunc() that extracts function name and arguments
2016-03-29, by Yuya Nishihara
parser: make _getalias() return (alias, pattern-args) pair
2016-03-29, by Yuya Nishihara
parser: drop redundant comparison between alias declaration tree and pattern
2016-03-29, by Yuya Nishihara
patchbomb: fix public-is-missing hint
2016-04-14, by timeless
tests: clarify patchbomb repo is public not remote
2016-04-14, by timeless
run-tests: set HGMODULEPOLICY for --pure
2016-04-13, by timeless
cmdutil: avoid recycling variable name "name" in namespaces code
2016-04-14, by Nathaniel Manista
update: fix bare update to work on new branch
2016-04-05, by liscju
remove: fix --force option help description (issue5177)
2016-04-13, by liscju
logtoprocess: new experimental extension
2016-04-05, by Martijn Pieters
convert: keep converted hg parents that are outside convert.hg.revs (BC)
2016-04-13, by Mads Kiilerich
tests: coverage of ancestry with convert in multiple non-overlapping steps
2016-03-24, by Mads Kiilerich
revset: rename findaliases() to expandaliases()
2016-02-29, by Yuya Nishihara
parser: add short comment how aliases are expanded in phases
2016-03-29, by Yuya Nishihara
parser: reorder alias expansion routine to return early
2016-03-29, by Yuya Nishihara
parser: move functions that process alias expansion to rule-set class
2016-02-29, by Yuya Nishihara
revset: unindent codes in _getalias() function
2016-02-29, by Yuya Nishihara
parser: extract helper that creates a dict of aliases
2016-02-29, by Yuya Nishihara
parser: construct alias object by rule-set class
2016-02-29, by Yuya Nishihara
graphmod: shorten graph
2016-04-08, by santiagopim
tests: ensure that 'hg update' is disabled during histedit (issue3655)
2016-04-11, by Jason Gauci
test-remove: drop a useless Windows specific conditional
2016-04-12, by Matt Harbison
test-blackbox: add missing glob for Windows
2016-03-15, by Matt Harbison
test-largefiles: stabilize output for Windows
2016-03-15, by Matt Harbison
test-import: fix output on Windows
2016-03-15, by Matt Harbison
test-install: fix output on Windows
2016-03-15, by Matt Harbison
check-code: reject import urllib
2016-04-07, by timeless
pycompat: switch to util.urlreq/util.urlerr for py3 compat
2016-04-06, by timeless
pycompat: add util.urlerr util.urlreq classes for py3 compat
2016-04-07, by timeless
test-progress: disable mocking-time tests on chg
2016-03-20, by Yuya Nishihara
hghave: add "chg" flag to skip tests that can't be compatible with chg
2016-03-20, by Yuya Nishihara
tests: add new test for #! shebang lines
2016-04-06, by timeless
largefiles: introduce push --lfrev to control which revisions are pushed
2016-03-27, by Mads Kiilerich
largefiles: don't access repo.changelog directly in getlfilestoupload
2016-04-13, by Mads Kiilerich
localrepo: refactor prepushoutgoinghook to take a pushop
2016-04-13, by Mads Kiilerich
parser: unify parser function of alias declaration and definition
2016-03-29, by Yuya Nishihara
revset: unify function that parses alias declaration and definition
2016-03-29, by Yuya Nishihara
parser: move alias definition parser to common rule-set class
2016-02-29, by Yuya Nishihara
parser: move _relabelaliasargs() to common rule-set class
2016-02-29, by Yuya Nishihara
parser: move alias declaration parser to common rule-set class
2016-02-29, by Yuya Nishihara
parser: add stub class that will host alias parsing and expansion
2016-04-03, by Yuya Nishihara
revset: narrow scope of "except ParseError" block in _parsealiasdecl()
2016-02-29, by Yuya Nishihara
obsstore: move delete function from obsstore class to repair module
2016-04-12, by Kostia Balytskyi
debugobsolete: style fixes to debugobsolete that slipped from original commit
2016-04-12, by Kostia Balytskyi
import: document --exact behavior in more detail
2016-03-09, by Matt Mackall
util: add doctest to datestr()
2016-04-11, by Adrian Buehlmann
date: fix boundary check of negative integer
2016-04-12, by Florent Gallaire
chg: server exited with code 0 without being connectable is an error
2016-04-10, by Jun Wu
shelve: refactor directory name into constant
2016-04-08, by Oleg Afanasyev
pycompat: switch to util.stringio for py3 compat
2016-04-10, by timeless
py3: use multi-line import in test-wireproto.py
2016-04-10, by timeless
py3: use absolute_import in test-hgweb-non-interactive.t
2016-04-10, by timeless
py3: use absolute_import in test-hgweb-no-request-uri.t
2016-04-10, by timeless
py3: use absolute_import in test-hgweb-no-path-info.t
2016-04-10, by timeless
chg: use fsetcloexec instead of closing lockfd manually
2016-04-11, by Jun Wu
chg: extract the logic of setting FD_CLOEXEC to a utility function
2016-04-11, by Jun Wu
chg: add fchdirx as a utility function
2016-04-10, by Jun Wu
chg: check lockfd at freecmdserveropts
2016-04-10, by Jun Wu
chg: add sockdirfd to cmdserveropts
2016-04-10, by Jun Wu
chg: fix spelling in the error message about error waiting for cmdserver
2016-04-10, by Jun Wu
sslutil: document and slightly refactor validation logic
2016-04-10, by Gregory Szorc
sslutil: require a server hostname when wrapping sockets (API)
2016-04-10, by Gregory Szorc
sslutil: move and document verify_mode assignment
2016-04-10, by Gregory Szorc
tests: use --insecure instead of web.cacerts=!
2016-04-10, by Gregory Szorc
help: remove references to "Python 2.6 or later"
2016-04-10, by Gregory Szorc
commands: make --rev and --index compatible in debugobsolete
2016-04-04, by Kostia Balytskyi
tests: enable import checker for tests/**.py files
2016-04-03, by Yuya Nishihara
tests: stop direct symbol import of mercurial modules in test-status-inprocess
2016-04-05, by Yuya Nishihara
tests: alias ui as uimod in test-revlog-ancestry/test-ui-verbosity
2016-04-05, by Yuya Nishihara
tests: move stdlib imports before mercurial modules in test-parseindex2
2016-04-05, by Yuya Nishihara
tests: stop direct symbol import of pprint.pprint in tests-minirst
2016-04-05, by Yuya Nishihara
tests: import mercurial modules by name in test-propertycache
2016-04-05, by Yuya Nishihara
tests: remove unused import of mercurial.repoview from test-propertycache
2016-04-05, by Yuya Nishihara
templater: drop deprecated handling of KeyError from changeset_templater
2016-04-03, by Yuya Nishihara
test-commandserver: handle cStringIO.StringIO/io.StringIO divergence
2016-04-06, by timeless
pycompat: add util.stringio to handle py3 divergence
2016-04-06, by timeless
pycompat: alias xrange to range in py3
2016-04-06, by timeless
pycompat: fix demand import handling of Queue
2016-04-08, by timeless
util: use __code__ (available since py2.6)
2016-03-29, by timeless
templater: give better error message for invalid engine type
2016-04-03, by Yuya Nishihara
transaction: allow running file generators after finalizers
2016-04-07, by Durham Goode
run-tests: move install.err into test area
2016-04-07, by timeless
help: report source of aliases
2016-04-08, by timeless
compact: add color labels to -Tcompact
2016-04-08, by timeless
util: fix doc for datestr()
2016-04-08, by Adrian Buehlmann
date: reallow negative timestamp, fix for Windows buggy gmtime() (issue2513)
2016-04-08, by Florent Gallaire
tests: use /usr/bin/env python for test-status-inprocess.py
2016-04-06, by timeless
run-tests: fix broken regular expression
2016-04-06, by Augie Fackler
test: don't rely on __del__ in test-devel-warnings.t
2016-04-05, by Pierre-Yves David
dispatch: split out warning message generation to separate function
2016-04-05, by Martijn Pieters
check-code: reject import Queue, suggest util.queue class for py3 compat
2016-04-06, by timeless
scmutil: use util.queue/util.empty for py3 compat
2016-04-06, by timeless
pycompat: add empty and queue to handle py3 divergence
2016-04-06, by timeless
convert: kill dead code
2016-04-04, by Julien Cristau
convert: don't ignore errors from git diff-tree
2016-04-04, by Julien Cristau
crecord: check for untracked arguments
2016-04-06, by timeless
localrepo: drop force check from checkcommitpatterns
2016-04-06, by timeless
localrepo: refactor commit argument check as checkcommitpatterns
2016-04-06, by timeless
run-tests: handle empty tests
2016-04-05, by timeless
docchecker: try to reject single quotes
2016-01-12, by timeless
docchecker: report context line at most once
2016-03-03, by timeless
tests: splitting test-gendoc.t into per file tests
2016-01-06, by timeless
test-hgweb-auth: stop direct symbol import of mercurial.error.Abort
2016-04-05, by Yuya Nishihara
test-hgweb-auth: alias ui as uimod
2016-04-05, by Yuya Nishihara
test-hg-parseurl: stop direct symbol import of mercurial.hg.parseurl
2016-04-05, by Yuya Nishihara
test-filelog: alias ui as uimod
2016-04-05, by Yuya Nishihara
test-duplicateoptions: alias ui as uimod
2016-04-05, by Yuya Nishihara
test-filecache: alias ui as uimod
2016-04-05, by Yuya Nishihara
test-filecache: sort import lines
2016-04-05, by Yuya Nishihara
test-ctxmanager: stop direct symbol import of mercurial.util
2016-04-05, by Yuya Nishihara
test-batching: stop direct symbol import of mercurial modules
2016-04-05, by Yuya Nishihara
children: use double quotes for arguments
2016-01-06, by timeless
largefiles: use double quotes for arguments
2016-01-12, by timeless
graft: use double quotes for arguments
2016-01-12, by timeless
hghave: add cvsnt
2016-04-04, by timeless
commands: allow debugobsolete to delete arbitrary obsmarkers
2016-04-01, by Kostia Balytskyi
commands: disallow 'hg debugobsolete --index --rev <smth>'
2016-04-01, by Kostia Balytskyi
mercurial: add editorconfig
2016-04-05, by Jun Wu
parsers: fix istat macro to work with single line if statement
2016-04-05, by Matt Fowles
pypy: fix setdiscovery test
2016-04-05, by Maciej Fijalkowski
chg: wrap line at 80 chars
2016-04-05, by Jun Wu
chg: replace abortmsg showing errno with abortmsgerrno
2016-04-05, by Jun Wu
chg: add util function abortmsgerrno to print error with errno
2016-04-05, by Jun Wu
chg: use color in debug/error messages conditionally
2016-04-05, by Jun Wu
revset: force ascending order for baseset initialized from a set
2016-04-04, by Pierre-Yves David
revset: stabilize repr of baseset initialized with a set
2016-04-04, by Pierre-Yves David
dispatch: factor out command failure handling into a function
2016-04-04, by Martijn Pieters
pypy: fix overeager pattern matching on mpatchError
2016-04-05, by Maciej Fijalkowski
mpatch: unify mpatchError (issue5182)
2016-03-31, by timeless
check-code: reject sed ... \\n
2016-03-30, by timeless
hideablerevs: expand docstring to warn about possible traps
2016-04-02, by Pierre-Yves David
hghave: replace relative import of docutils.core
2016-04-03, by Yuya Nishihara
tests: make tinyproxy.py not import sys.argv by name
2016-04-03, by Yuya Nishihara
tests: alias ui as uimod in test-walkrepo
2016-04-03, by Yuya Nishihara
tests: alias ui as uimod in test-ui-config
2016-04-03, by Yuya Nishihara
tests: alias ui as uimod in test-context
2016-04-03, by Yuya Nishihara
tests: alias ui as uimod in test-ancestor
2016-04-03, by Yuya Nishihara
tests: sort import lines in tinyproxy.py
2016-04-03, by Yuya Nishihara
tests: sort import lines in failfilemerge.py
2016-04-03, by Yuya Nishihara
tests: sort import lines in dumbhttp.py
2016-04-03, by Yuya Nishihara
chgserver: change random state after fork
2016-04-04, by Jun Wu
chg: make connect debug message less repetitive
2016-04-04, by Jun Wu
chgserver: use relative path at socket.bind
2016-04-04, by Jun Wu
chgserver: move args copying logic to the correct place
2016-04-04, by Jun Wu
py3: use print_function in test-status-inprocess.py
2016-04-04, by Robert Stanca
py3: use absolute_import in test-status-inprocess.py
2016-04-04, by Robert Stanca
py3: use print_function in test-revlog-ancestry.py
2016-04-04, by Robert Stanca
py3: use absolute_import in test-revlog-ancestry.py
2016-04-04, by Robert Stanca
py3: use print_function in test-propertycache.py
2016-04-04, by Robert Stanca
hghave: add hg06..hg39
2016-04-01, by timeless
hghave: use checkvers for bzr114
2016-04-01, by timeless
hghave: replace has_svn13/has_svn15 with checkvers
2016-04-01, by timeless
hghave: add checkvers function
2016-04-01, by timeless
hghave: add docstring for check
2016-04-04, by timeless
hghave: update cvs112 description
2016-04-01, by timeless
py3: use absolute_import in test-propertycache.py
2016-04-04, by Robert Stanca
py3: use print_function in test-parseindex2.py
2016-04-04, by Robert Stanca
py3: use absolute_import in test-parseindex2.py
2016-04-04, by Robert Stanca
py3: use print_function in test-minirst.py
2016-04-04, by Robert Stanca
py3: use absolute_import in test-minirst.py
2016-04-04, by Robert Stanca
py3: use print_function in test-hybridencode.py
2016-04-04, by Robert Stanca
py3: use absolute_import in test-hybridencode.py
2016-04-04, by Robert Stanca
py3: use print_function in test-hgweb-auth.py
2016-04-04, by Robert Stanca
py3: use absolute_import in test-hgweb-auth.py
2016-04-04, by Robert Stanca
py3: use print_function in test-hg-parseurl.py
2016-04-04, by Robert Stanca
py3: use absolute_import in test-hg-parseurl.py
2016-04-04, by Robert Stanca
py3: use print_function in test-filelog.py
2016-04-04, by Robert Stanca
py3: use absolute_import in test-filelog.py
2016-04-03, by Robert Stanca
py3: use print_function in test-filecache.py
2016-04-03, by Robert Stanca
py3: use absolute_import in test-filecache.py
2016-04-03, by Robert Stanca
py3: use print_function in test-duplicateoptions.py
2016-04-03, by Robert Stanca
py3: use absolute_import in test-duplicateoptions.py
2016-04-03, by Robert Stanca
py3: lexicographical order imports and print_function in test-context.py
2016-04-03, by Robert Stanca
pypy: fix overspecific test checks
2016-04-03, by Maciej Fijalkowski
tests: lexicographical imports in silenttestrunner.py
2016-04-03, by Robert Stanca
py3: use absolute_import in test-context.py
2016-04-03, by Robert Stanca
py3: use print_function in test-bdiff.py
2016-04-03, by Robert Stanca
py3: use absolute_import in test-bdiff.py
2016-04-03, by Robert Stanca
py3: use print_function in test-batching.py
2016-04-03, by Robert Stanca
py3: use absolute_import in test-batching.py
2016-04-03, by Robert Stanca
py3: use print_function in silenttestrunner.py
2016-04-02, by Robert Stanca
py3: use absolute_import in silenttestrunner.py
2016-04-02, by Robert Stanca
py3: use print_function in hypothesishelpers.py
2016-04-02, by Robert Stanca
tests: use absolute_import in hypothesishelpers.py
2016-04-02, by Robert Stanca
py3: use print_function in get-with-headers.py
2016-04-02, by Robert Stanca
py3: use print_function in generate-working-copy-states.py
2016-04-02, by Robert Stanca
py3: use print_function in filterpyflakes.py
2016-04-02, by Robert Stanca
py3: use print_function in test-ancestor.py
2016-04-02, by Robert Stanca
py3: use print_function in seq.py
2016-04-02, by Robert Stanca
py3: use absolute_import in seq.py
2016-04-02, by Robert Stanca
parser: move parsererrordetail() function from revset module
2016-02-29, by Yuya Nishihara
hgweb: fix links in atom-branches
2016-04-01, by Anton Shestakov
revset: prevent infinite recursion on pypy
2016-04-01, by Maciej Fijalkowski
pypy: fix doctests for pypy optimizations
2016-03-31, by Maciej Fijalkowski
largefiles: replace invocation of os.path module by vfs in reposetup.py
2016-03-19, by liscju
largefiles: replace invocation of os.path module by vfs in overrides.py
2016-03-19, by liscju
bundle: warn when update to revision existing only in a bundle (issue5004)
2016-03-23, by liscju
tests: fix builtin module test on pypy
2016-03-30, by Maciej Fijalkowski
hgweb: generate last change date for an empty atom-bookmarks feed (issue5022)
2016-03-31, by Anton Shestakov
hgweb: sort bookmarks in revlog order of their nodes
2016-03-31, by Anton Shestakov
hgweb: sort bookmarks early
2016-03-31, by Anton Shestakov
hgweb: add parents to json-log (issue5074)
2016-03-31, by Anton Shestakov
revset: make _parsealiasdecl() simply return the original parsed tree
2016-02-29, by Yuya Nishihara
revset: inline isvalidfunc(), getfuncname() and getfuncargs()
2016-02-29, by Yuya Nishihara
revset: inline isvalidsymbol() and getsymbol() into _parsealiasdecl()
2016-02-29, by Yuya Nishihara
revset: remove redundant checks for parsed tree of alias
2016-02-29, by Yuya Nishihara
py3: handle iter/iterkeys+iteritems python3 divergence in import-checker
2016-03-30, by timeless
py3: use print_function in import-checker
2016-03-30, by timeless
py3: use absolute_import in import-checker
2016-03-30, by timeless
run-tests: make _processoutput picky about optional globs
2016-03-30, by timeless
py24: remove check-code py24 notation
2016-03-30, by timeless
py3: convert hghave output to text
2016-03-30, by timeless
py3: convert prereq bytes to string in run-tests
2016-03-30, by timeless
record: deprecate the extension
2016-03-28, by Pierre-Yves David
templater: use templatefunc to mark a function as template function
2016-03-30, by FUJIWARA Katsunori
registrar: add templatefunc to mark a function as template function (API)
2016-03-30, by FUJIWARA Katsunori
keyword: use templatefilter to mark a function as template filter
2016-03-30, by FUJIWARA Katsunori
templatefilters: use templatefilter to mark a function as template filter
2016-03-30, by FUJIWARA Katsunori
registrar: add templatefilter to mark a function as template filter (API)
2016-03-30, by FUJIWARA Katsunori
revset: inline _getaliasarg() function
2016-02-14, by Yuya Nishihara
revset: drop redundant check for unknown alias arguments
2016-02-14, by Yuya Nishihara
revset: move tagging of alias arguments from tokenization to parsing phase
2016-02-14, by Yuya Nishihara
revset: add test that should fail if '_aliasarg' tag is removed
2016-02-14, by Yuya Nishihara
templater: do not strip non-quote characters from template config
2016-03-27, by Yuya Nishihara
rebase: fix crash when rebase aborts while rebasing obsolete revisions
2016-03-29, by Laurent Charignon
rebase: refactor of error handling code path for rebaseskipobsolete
2016-03-29, by Laurent Charignon
destutil: show message and hint at updating to the closed head as warning
2016-03-29, by FUJIWARA Katsunori
destutil: make messages at updating to the closed head usual form
2016-03-29, by FUJIWARA Katsunori
py3: make test-ui-color use print_function
2016-03-29, by Pulkit Goyal
py3: make test-ui-config use print_function
2016-03-29, by Pulkit Goyal
py3: make test-ui-config use absolute_import
2016-03-29, by Pulkit Goyal
py3: make test-ui-verbosity use absolute_import
2016-03-29, by Pulkit Goyal
py3: make test-ui-verbosity use print_function
2016-03-29, by Pulkit Goyal
py3: make test-url use print_function
2016-03-29, by Pulkit Goyal
py3: make test-walkrepo use print_function
2016-03-29, by Pulkit Goyal
py3: make test-wireproto use print_function
2016-03-29, by Pulkit Goyal
py3: handle ugettext + unicode in i18n
2016-03-29, by timeless
py3: glob line numbers in test-check-py3-compat
2016-03-28, by timeless
bundle: remove obsolete (and duplicate) comment
2016-03-29, by Martin von Zweigbergk
convert: delete unused imports in git.py
2016-03-29, by Martin von Zweigbergk
merge with stable
2016-03-29, by Matt Mackall
bundle: avoid crash when no good changegroup version found
2016-03-25, by Martin von Zweigbergk
exchange: make _pushb2ctx() look more like _getbundlechangegrouppart()
2016-03-25, by Martin von Zweigbergk
exchange: get rid of "getcgkwargs" variable
2016-03-25, by Martin von Zweigbergk
bundle: move writebundle() from changegroup.py to bundle2.py (API)
2016-03-28, by Martin von Zweigbergk
Added signature for changeset ae279d4a19e9
stable
2016-03-29, by Matt Mackall
Added tag 3.7.3 for changeset ae279d4a19e9
stable
2016-03-29, by Matt Mackall
convert: test for shell injection in git calls (SEC)
stable
3.7.3
2016-03-22, by Mateusz Kwapich
convert: rewrite gitpipe to use common.commandline (SEC)
stable
2016-03-22, by Mateusz Kwapich
convert: dead code removal - old git calling functions (SEC)
stable
2016-03-22, by Mateusz Kwapich
convert: rewrite calls to Git to use the new shelling mechanism (SEC)
stable
2016-03-22, by Mateusz Kwapich
convert: add new, non-clowny interface for shelling out to git (SEC)
stable
2016-03-22, by Mateusz Kwapich
subrepo: set GIT_ALLOW_PROTOCOL to limit git clone protocols (SEC)
stable
2016-03-20, by Mateusz Kwapich
parsers: detect short records (SEC)
stable
2016-03-16, by Matt Mackall
parsers: fix list sizing rounding error (SEC)
stable
2016-03-16, by Matt Mackall
merge with stable
2016-03-28, by Matt Mackall
debugsetparents: remove redundant invocations of begin/endparentchange
2016-03-28, by liscju
sslutil: add docstring to wrapsocket()
2016-03-27, by Gregory Szorc
sslutil: remove indentation in wrapsocket declaration
2016-03-27, by Gregory Szorc
sslutil: always use SSLContext
2016-03-27, by Gregory Szorc
sslutil: move _canloaddefaultcerts logic
2016-03-27, by Gregory Szorc
sslutil: implement SSLContext class
2016-03-27, by Gregory Szorc
sslutil: store OP_NO_SSL* constants in module scope
2016-03-27, by Gregory Szorc
sslutil: better document state of security/ssl module
2016-03-27, by Gregory Szorc
tests: make tinyproxy.py use print_function
2016-03-28, by Pulkit Goyal
run-tests: use canonpath for with-python3
2016-03-28, by timeless
run-tests: add canonpath function
2016-03-28, by timeless
tests: glob py3 line numbers
2016-03-28, by timeless
tests: update py3.5 output
2016-03-28, by timeless
summary: move mergemod before parents to give access to ms
2016-03-17, by timeless
filemerge: use revset notation for p1/p2 of local/other descriptions
2016-03-17, by timeless
tests: fix for failure of test-convert-p4-filetypes.t
2016-03-26, by FUJIWARA Katsunori
crecord: re-enable reviewing a patch before comitting it
2016-03-20, by Jordi Gutiérrez Hermoso
crecord: break out the help message for editing hunks
2016-03-20, by Jordi Gutiérrez Hermoso
crecord: refactor hunk edit action to use ui.edit
2016-03-20, by Jordi Gutiérrez Hermoso
edit: allow to configure the suffix of the temporary filename
2016-03-20, by Jordi Gutiérrez Hermoso
merge: save merge part labels for later reuse
2016-03-19, by Simon Farnsworth
ui: add prompt argument to write (issue5154) (API)
2016-03-25, by timeless
hg: perform update after pulling during clone with share (issue5103)
stable
2016-03-25, by Gregory Szorc
tests: fix failure of test-convert-mtn.t
2016-03-26, by FUJIWARA Katsunori
templater: relax unquotestring() to fall back to bare string
2016-03-26, by Yuya Nishihara
debugrevspec: show expanded/concatenated states before printing trees
2016-03-26, by Yuya Nishihara
templater: do not abuse SyntaxError to report errors in template map file
2016-03-26, by Yuya Nishihara
graphmod: set default edge styles for ascii graphs (BC)
2016-03-23, by Martijn Pieters
tests: python executable should always be globbed
2016-03-24, by Sean Farley
setup: add missing hgext.fsmonitor
2016-03-22, by Sean Farley
merge with stable
2016-03-25, by Matt Mackall
dispatch: show deprecation warning if command has no attributes (issue5137)
2016-01-09, by Yuya Nishihara
dispatch: extract function that tests command attributes
2016-03-14, by Yuya Nishihara
dispatch: make cmdalias forward command attributes to function
2016-03-14, by Yuya Nishihara
run-tests: use different chg socket directories for different tests
2016-03-20, by Jun Wu
tests: ensure run-tests handles multiple lines of churn
2016-03-21, by timeless
subrepo: adapt to git's recent renames-by-default
stable
2016-03-24, by Martin von Zweigbergk
graphmod: move the graphstyle options to experimental
2016-03-24, by Pierre-Yves David
tests: remove obsolete uses of HGTEST_RUN_TESTS_PURE
2016-03-21, by timeless
test-debugextensions: passes with byte-compilation disabled (issue5147)
2016-03-20, by Kevin Bullock
rpms: add hgext3rd to mercurial.spec
2016-03-23, by Anton Shestakov
debugobsolete: add an option to show marker index
2016-03-23, by Kostia Balytskyi
tests: explicitly flush output streams
2016-03-15, by Jun Wu
test-hgrc: do not print ui.plain() flag at uisetup()
2016-03-20, by Yuya Nishihara
tests: make config/help tests pass even if chgserver extension is loaded
2016-03-20, by Yuya Nishihara
setup: alphabetize hgext packages
2016-03-22, by Sean Farley
remove: add progress support
2016-03-17, by timeless
remove: queue warnings until after status messages (issue5140) (API)
2016-03-17, by timeless
tests: include progress for test-remove
2016-03-21, by timeless
chg: allows default hg path to be overridden
2016-03-20, by Jun Wu
chg: define PRINTF_FORMAT_ for non gnu C compiler
2016-03-20, by Jun Wu
chgserver: drop bundle.mainreporoot config
2016-03-20, by Jun Wu
chgserver: drop old hack to recreate ui on HGPLAIN change
2016-03-20, by Yuya Nishihara
graphmod: allow edges to end early
2016-03-19, by Martijn Pieters
graphmod: allow for different styles for different edge types
2016-03-19, by Martijn Pieters
chgserver: use global ui instead of repo ui for dispatch.request.ui
2016-03-17, by Jun Wu
progress: update comment to reflect implementation
2016-03-17, by timeless
tests: remove lines that enable progress extension
2016-03-20, by timeless
run-tests: add support for automatically bisecting test failures
2016-03-19, by Augie Fackler
check-code: also ban strcat
2016-03-19, by Augie Fackler
check-code: prevent use of strcpy
2016-03-19, by Augie Fackler
osutil: stop using strcpy
2016-03-19, by Augie Fackler
histedit: add a hint about enabled dropmissing to histedit edit comment
2016-03-19, by Mateusz Kwapich
hghave: change ssl check to just check ssl module
2016-03-19, by Gregory Szorc
help: document sharing of revlog header with revision 0
2016-03-19, by Gregory Szorc
mpatch: move collect() to module level
2016-03-19, by Augie Fackler
mpatch: un-nest the move() method
2016-03-19, by Augie Fackler
mpatch: move pull() method to top level
2016-03-19, by Augie Fackler
chgserver: use old ui.system if fout is not stdout or needs to be captured
2016-03-17, by Jun Wu
node: use byte literals to construct nullid and wdirid
2016-03-12, by Gregory Szorc
tests: try to import modules with Python 3
2016-03-12, by Gregory Szorc
tests: perform an ast parse with Python 3
2016-03-18, by Gregory Szorc
run-tests: add --with-python3 to define a Python 3 interpreter
2016-03-18, by Gregory Szorc
crecord: add docblock to handlekeypressed
2016-03-18, by Ryan McElroy
crecord: fix docblock indentation
2016-03-18, by Ryan McElroy
crecord: clean up empty lines at ends of docblocks
2016-03-18, by Ryan McElroy
filemerge: indicate that local/other are p1/p2
2016-03-17, by timeless
sslutil: use preferred formatting for import syntax
2016-03-19, by Gregory Szorc
largefiles: add some docstrings
2016-03-19, by Mads Kiilerich
largefiles: drop partial support for not having a user cache
2016-03-19, by Mads Kiilerich
largefiles: refactor usercachepath - extract user cache path function
2016-03-19, by Mads Kiilerich
shelve: adds restoring newly created branch (issue5048) (BC)
2016-02-10, by liscju
shelve: make non bare shelve not saving branch information in bundle
2016-03-07, by liscju
shelve: preserve newly created branch on non-bare shelve in wctx (BC)
2016-03-12, by liscju
crecord: rewrite a comment about filtering patches
2016-03-18, by Jordi Gutiérrez Hermoso
run-tests: teach _processoutput to handle multiple lines of churn
2016-03-17, by timeless
run-tests: indent _processoutput to aid readability for next patch
2016-03-17, by timeless
namespaces: fix name/node confusion
2016-03-16, by timeless
tests: add test for "log -r wdir() -p" (issue4871)
2016-03-13, by Yuya Nishihara
tests: include modified/added/removed files in "log -r wdir()" output
2016-03-13, by Yuya Nishihara
contrib: revsetbenchmarks use absolute_import and print_function
2016-03-16, by Pulkit Goyal
contrib: synthrepo use absolute_import
2016-03-16, by Pulkit Goyal
contrib: python-hook-examples use absolute_import
2016-03-16, by Pulkit Goyal
contrib: make perf.py use absolute_import
2016-03-16, by Pulkit Goyal
largefiles: replace invocation of os.path module by vfs in lfutil.py
2016-03-14, by liscju
largefiles: replace invocation of os.path module by vfs in lfcommands.py
2016-03-13, by liscju
cache: rebuild branch cache from scratch when inconsistencies are detected
2016-03-13, by Mads Kiilerich
cache: safer handling of failing seek when writing revision branch cache
2016-03-13, by Mads Kiilerich
cache: remove branch revision file before rewriting the branch name file
2016-03-13, by Mads Kiilerich
chg: do not redirect stdout to /dev/null
2016-03-14, by Jun Wu
pager: skip uisetup if chg is detected
2016-03-14, by Jun Wu
chgserver: add an explicit gc to trigger __del__
2016-03-14, by Jun Wu
blackbox: do not assume self._bb{vfs,repo,fp} are set in blackboxui.__init__
2016-03-15, by Jun Wu
chg: downgrade "failed to read channel" from abortmsg to debugmsg
2016-03-14, by Jun Wu
histedit: do not close stdin
2016-03-15, by Jun Wu
tests: reorder hg serve commands
2016-03-15, by Jun Wu
templater: add debugtemplate command
2016-02-14, by Yuya Nishihara
templater: expand list of parsed templates to template node
2016-02-13, by Yuya Nishihara
templater: relax type of mapped template
2016-02-14, by Yuya Nishihara
templater: lift parsed and compiled templates to generic data types
2016-02-13, by Yuya Nishihara
tests: python executable path should always be globbed
2016-03-15, by Danek Duvall
crecord: use ui.interface to choose curses interface
2016-03-14, by Simon Farnsworth
ui: add new config flag for interface selection
2016-03-14, by Simon Farnsworth
extensions: also search for extension in the 'hgext3rd' package
2016-03-11, by Pierre-Yves David
hgext: use templatekeyword to mark a function as template keyword
2016-03-13, by FUJIWARA Katsunori
templatekw: use templatekeyword to mark a function as template keyword
2016-03-13, by FUJIWARA Katsunori
registrar: add templatekeyword to mark a function as template keyword (API)
2016-03-13, by FUJIWARA Katsunori
chgserver: do not keep repo object
2016-03-16, by Jun Wu
chgserver: invalidate the server if extensions fail to load
2016-03-12, by Jun Wu
chgserver: add an explicit "reconnect" instruction to validate
2016-03-14, by Jun Wu
dispatch: flush ui before returning from dispatch
2016-03-14, by Jun Wu
tests: make tests for convert with svn portable
2016-03-15, by FUJIWARA Katsunori
merge with stable
2016-03-15, by Matt Mackall
test-pager: add a test for pager with color enabled
2016-03-11, by Augie Fackler
http: support sending hgargs via POST body instead of in GET or headers
2016-03-11, by Augie Fackler
fsmonitor: flag msc_stdint as no-check-code
2016-03-14, by Augie Fackler
fsmonitor: use custom stdint.h file when compiling with Visual C
2016-03-14, by Sune Foldager
tests: handle getaddrinfo reporting "No address associated with hostname"
2016-03-13, by Mads Kiilerich
httpconnection: remove obsolete comment about open()
2016-03-14, by Martin von Zweigbergk
sslutil: allow multiple fingerprints per host
2016-03-13, by Gregory Szorc
help: add empty lines to hostfingerprints section
2016-03-13, by Gregory Szorc
help: document requirements
2016-03-12, by Gregory Szorc
showstack: use absolute_import
2016-03-13, by Pulkit Goyal
contrib: use absolute_import in win32/hgwebdir_wsgi.py
2016-03-14, by Pulkit Goyal
dispatch: catch KeyboardInterrupt more broadly
2015-12-27, by Yuya Nishihara
histedit: have dropmissing abort on empty plan
2016-03-13, by Mateusz Kwapich
streamclone: fix error when store files grow while stream cloning
stable
2016-03-13, by Mads Kiilerich
tests: add test of stream clone of repo that is changing
stable
2016-03-13, by Mads Kiilerich
chgserver: handle ParseError during validate
2016-03-14, by Jun Wu
dispatch: extract common logic for handling ParseError
2016-03-14, by Jun Wu
chgserver: resolve relative path before sending via system channel
2016-03-14, by Jun Wu
mercurial: use pure Python module policy on Python 3
2016-03-12, by Gregory Szorc
chg: provide early exception to user
2016-03-12, by Yuya Nishihara
cmdserver: write early exception to 'e' channel in 'unix' mode
2016-03-12, by Yuya Nishihara
contrib: make memory.py use absolute_import
2016-03-13, by Pulkit Goyal
check-code: use absolute_import and print_function
2016-03-13, by Pulkit Goyal
encoding: use range() instead of xrange()
2016-03-11, by Gregory Szorc
encoding: make HFS+ ignore code Python 3 compatible
2016-03-11, by Gregory Szorc
extensions: factor import error reporting out
2016-03-11, by Pierre-Yves David
extensions: extract the 'importh' closure as normal function
2016-03-11, by Pierre-Yves David
zeroconf: remove leftover camelcase identifier
2016-03-11, by Martin von Zweigbergk
hg: acquire wlock while updating the working directory via updatetotally
2016-03-12, by FUJIWARA Katsunori
commands: add postincoming docstring for explanation of arguments
2016-03-12, by FUJIWARA Katsunori
commands: centralize code to update with extra care for non-file components
2016-03-12, by FUJIWARA Katsunori
update: omit redundant activating message for already active bookmark
2016-03-12, by FUJIWARA Katsunori
tests: make test-verify-repo-operations.py not run by default
2016-03-11, by Martin von Zweigbergk
ui: log devel warnings
2016-01-29, by timeless
util: refactor getstackframes
2016-03-11, by timeless
util: reword debugstacktrace comment
2016-03-11, by timeless
changelog: avoid slicing raw data until needed
2016-03-06, by Gregory Szorc
changelog: parse description last
2016-03-06, by Gregory Szorc
changelog: lazily parse files
2016-03-06, by Gregory Szorc
changelog: lazily parse date/extra field
2016-03-06, by Gregory Szorc
changelog: lazily parse user
2016-03-06, by Gregory Szorc
changelog: lazily parse manifest node
2016-03-06, by Gregory Szorc
changelog: lazily parse description
2016-03-06, by Gregory Szorc
context: use changelogrevision
2016-03-06, by Gregory Szorc
changelog: add class to represent parsed changelog revisions
2016-03-06, by Gregory Szorc
httppeer: compute header names only once
2016-03-11, by Augie Fackler
httppeer: indent existing argument handling with if True
2016-03-11, by Augie Fackler
httppeer: move size computation later in _callstream
2016-03-11, by Augie Fackler
httppeer: do less splitting on httpheader value
2016-03-11, by Augie Fackler
chgserver: remove outdated comment about setvbuf()
2016-02-27, by Yuya Nishihara
transplant: use absolute_import
2016-03-01, by timeless
transplant: switch to using nodemod for hex+short
2016-03-11, by timeless
convert: bzr use absolute_import
2016-03-02, by timeless
chgserver: include [extdiff] in confighash
2016-03-11, by Jun Wu
chg: silently inherit server exit code
2016-03-11, by Jun Wu
debugshell: use absolute_import
2016-03-06, by Pulkit Goyal
test: make check-py3-compat.py ignore empty code more reliably
2016-03-11, by Yuya Nishihara
patchbomb: specify unit for ui.progress when sending emails
2016-03-11, by Anton Shestakov
streamclone: specify unit for ui.progress when handling data
2016-03-11, by Anton Shestakov
churn: specify unit for ui.progress when analyzing revisions
2016-03-11, by Anton Shestakov
convert: specify unit for ui.progress when scanning paths
2016-03-11, by Anton Shestakov
convert: specify unit for ui.progress when operating on files
2016-03-11, by Anton Shestakov
tests: stabilize svn output
2016-03-11, by timeless
similar: specify unit for ui.progress when operating on files
2016-03-11, by Anton Shestakov
verify: specify unit for ui.progress when checking files
2016-03-11, by Anton Shestakov
repair: specify unit for ui.progress in rebuildfncache()
2016-03-11, by Anton Shestakov
repair: use 'rebuilding' progress topic in rebuildfncache()
2016-03-11, by Anton Shestakov
largefiles: use revisions as a ui.progress unit
2016-03-11, by Anton Shestakov
largefiles: specify unit for ui.progress when operating on files
2016-03-11, by Anton Shestakov
templater: make label() just fail if ui object isn't available
2016-03-09, by Yuya Nishihara
convert: fix "stdlib import follows local import" problem in transport
2016-03-11, by FUJIWARA Katsunori
convert: fix relative import of stdlib module in subversion
2016-03-11, by FUJIWARA Katsunori
convert: make subversion import transport locally
2016-03-11, by FUJIWARA Katsunori
keyword: compact writing of temporary kwdemo hgrc
2016-03-11, by Christian Ebert
dockerdeb: add Ubuntu Trusty
2016-03-10, by Anton Shestakov
pushoperation: fix language issues in docstring
2016-03-10, by Nathan Goldbaum
chg: do not write pidfile
2016-03-10, by Jun Wu
chg: remove manual reload logic
2016-03-10, by Jun Wu
chg: use --daemon-postexec chdir:/ instead of --cwd /
2016-03-09, by Jun Wu
serve: add chdir command for --daemon-postexec
2016-03-09, by Jun Wu
serve: accept multiple values for --daemon-postexec
2016-03-09, by Jun Wu
hgext: officially turn 'hgext' into a namespace package
2016-02-27, by Pierre-Yves David
merge with stable
2016-03-11, by Matt Mackall
fileset: replace predicate by filesetpredicate of registrar (API)
2016-03-11, by FUJIWARA Katsunori
registrar: add filesetpredicate to mark a function as fileset predicate
2016-03-11, by FUJIWARA Katsunori
registrar: remove useless base classes (API)
2016-03-11, by FUJIWARA Katsunori
revset: remove useless extpredicate class (API)
2016-03-11, by FUJIWARA Katsunori
hook: filter out unstable output in tests
2016-03-10, by Siddharth Agarwal
fsmonitor: hook up state-enter, state-leave signals
2016-03-10, by Martijn Pieters
largefiles: add abstract methods in remotestore class
2016-03-10, by liscju
test-parse-date: defines explicit start/end dates for DST
2016-02-14, by Sébastien Brissaud
debuginstall: convert to formatter
2016-03-09, by timeless
largefiles: use iterbatch instead of batch
2016-03-02, by Augie Fackler
wireproto: make iterbatcher behave streamily over http(s)
2016-03-01, by Augie Fackler
setdiscovery: use iterbatch interface instead of batch
2016-03-01, by Augie Fackler
peer: add an iterbatcher interface
2016-03-01, by Augie Fackler
wireproto: document quirk of _callstream between http and ssh
2016-03-02, by Augie Fackler
peer: raise NotImplementedError for abstract submit() method
2016-03-01, by Augie Fackler
fsmonitor: new experimental extension
2016-03-03, by Martijn Pieters
fsmonitor: dependencies for new experimental extension
2016-03-02, by Martijn Pieters
setup: show how to set the module policy for imports
2016-01-12, by timeless
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+1000
+3000
+10000
tip