sapling/mercurial
Anton Shestakov 0fef35aa40 hgweb: fix help pages title in gitweb and monoblue
Help pages in gitweb and monoblue were setting a completely inappropriate
title: "Branches". Let's have a proper title (copy-pasted from paper style).
2015-06-30 23:31:19 +08:00
..
default.d mergetools: drop incorrect quoting of diffargs variables 2015-01-28 02:28:38 +01:00
help doc: document the ui.patch option 2015-06-23 13:47:42 -04:00
hgweb global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
httpclient global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
pure osutil: remove Python 2.4 errno conversion workaround 2015-06-22 10:11:31 -07:00
templates hgweb: fix help pages title in gitweb and monoblue 2015-06-30 23:31:19 +08:00
__init__.py
ancestor.py ancestors: prefetch method outside of the loop 2015-06-24 12:37:55 -05:00
archival.py merge with stable 2015-06-29 16:38:22 -05:00
base85.c
bdiff.c bdiff: avoid a memory error on malloc failure 2013-10-30 16:03:42 -05:00
bookmarks.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
branchmap.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
bundle2.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
bundlerepo.py bundlerepo: disable filtering of changelog while constructing revision text 2015-04-29 19:47:37 +09:00
byterange.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
changegroup.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
changelog.py changelog: fix readpending if no pending data exist (issue4609) 2015-04-20 17:16:22 +02:00
cmdutil.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
commands.py identify: avoid a crash when given '-r wdir()' 2015-06-28 18:39:58 -04:00
commandserver.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
config.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
context.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
copies.py mergecopies: avoid slowdown from linkrev adjustment (issue4680) 2015-05-26 06:45:18 -05:00
crecord.py crecord: fix three typos introduced while moving crecord into core 2015-06-05 12:57:21 -07:00
dagparser.py dagparser: use 'next' instead of try/except for default value 2015-05-18 12:22:44 -05:00
dagutil.py style: kill ersatz if-else ternary operators 2015-03-13 17:00:06 -04:00
demandimport.py demandimport: support importing builtins for Python 3 2015-06-27 17:31:06 -07:00
diffhelpers.c diffhelpers: fix botched return statement from e48d70075d8a 2015-01-28 13:34:20 -05:00
dirs.c dirs._addpath: reinstate use of Py_CLEAR 2015-04-07 20:43:04 -07:00
dirstate.py global: mass rewrite to use modern octal syntax 2015-06-23 22:30:33 -07:00
discovery.py discovery: don't compute allfuturecommon when it won't be used 2015-04-13 09:54:36 -04:00
dispatch.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
dummycert.pem ssl: on OS X, use a dummy cert to trick Python/OpenSSL to use system CA certs 2014-09-26 02:19:48 +02:00
encoding.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
error.py hook: raise a more specialized HookAbort exception when a hook fails 2014-11-29 19:13:35 -08:00
exchange.py exchange: replace references to 'sopener' with 'svfs' 2015-06-25 22:18:56 -07:00
exewrapper.c
extensions.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
fancyopts.py fancyopts: allow all callable as default parameter value 2015-06-11 08:54:24 -04:00
filelog.py filelog: use censored revlog flag bit to quickly check if a node is censored 2015-01-12 15:29:36 -05:00
filemerge.py merge: better debug messages before/after invoking external merge tool 2015-03-19 22:22:50 +01:00
fileset.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
formatter.py formatter: add template support 2015-06-10 14:33:38 -05:00
graphmod.py dagwalker: drop a useless intermediate variable 2014-10-08 02:43:51 -07:00
hbisect.py localrepo: remove all external users of localrepo.opener 2015-01-15 23:17:12 +01:00
help.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
hg.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
hook.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
httpconnection.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
httppeer.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
i18n.py i18n: cache the result of every gettext call 2014-10-17 13:52:10 -04:00
keepalive.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
localrepo.py localrepo: kill off sopener (API) 2015-06-25 22:17:52 -07:00
lock.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
lsprof.py
lsprofcalltree.py
mail.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
manifest.c lazymanifest: prevent leak when updating an entry more than once 2015-04-11 11:56:21 -04:00
manifest.py treemanifest: extract parse method from constructor 2015-04-12 23:01:18 -07:00
match.py merge with stable 2015-06-24 13:41:27 -05:00
mdiff.py mdiff: add helper for making deltas which replace the full text of a revision 2015-01-21 16:35:09 -05:00
merge.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
minirst.py help: show all nested subsections of a section with hg help foo.section 2014-10-06 07:35:53 -04:00
mpatch.c mpatch: rewrite pointer overflow checks 2013-12-11 18:33:42 -06:00
namespaces.py revset: mask specific names for named() predicate 2015-02-05 14:45:49 +09:00
node.py
obsolete.py obsolete: replace references to 'sopener' with 'svfs' 2015-06-25 22:19:49 -07:00
osutil.c osutil: mark end of string with null char, not 0 2015-03-25 16:21:58 -07:00
parser.py parser: update documentation about tokenizer and elements 2015-06-21 00:56:09 +09:00
parsers.c parsers: do not cache RevlogError type (issue4451) 2015-06-12 14:43:59 -07:00
patch.py global: mass rewrite to use modern octal syntax 2015-06-23 22:30:33 -07:00
pathencode.c pathencode: eliminate signed integer warnings 2014-02-19 13:11:24 -08:00
pathutil.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
peer.py
phases.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
posix.py global: mass rewrite to use modern octal syntax 2015-06-23 22:30:33 -07:00
progress.py progress: respect ui.quiet (issue4726) 2015-06-16 14:11:58 -04:00
pushkey.py obsolete: add exchange option 2014-10-14 13:26:01 -07:00
pvec.py pvec: replace 'ctx._repo' with 'ctx.repo()' 2015-03-12 23:18:20 -04:00
py3kcompat.py py3kcompat: drop unused export 2014-05-13 15:22:36 -05:00
repair.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
repoview.py repoview: avoid processing the same rev twice in _getstatichidden 2015-04-03 14:41:18 -07:00
revlog.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
revset.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
scmposix.py config: don't read the same config file twice 2014-09-04 21:36:35 +02:00
scmutil.py global: mass rewrite to use modern octal syntax 2015-06-23 22:30:33 -07:00
scmwindows.py config: don't read the same config file twice 2014-09-04 21:36:35 +02:00
setdiscovery.py setdiscovery: document '_takequicksample' 2015-01-07 20:44:20 -08:00
similar.py
simplemerge.py simplemerge: remove dead code 2014-08-07 12:51:45 -04:00
sshpeer.py sshpeer: more thorough shell quoting 2014-12-29 14:27:02 -06:00
sshserver.py changegroup: rename bundle-related functions and classes 2014-09-02 12:11:36 +02:00
sslutil.py ssl: resolve symlink before checking for Apple python executable (issue4588) 2015-04-04 14:56:18 +09:00
statichttprepo.py statichttprepo: kill off sopener 2015-06-25 22:20:09 -07:00
store.py global: mass rewrite to use modern octal syntax 2015-06-23 22:30:33 -07:00
strutil.py
subrepo.py global: mass rewrite to use modern octal syntax 2015-06-23 22:30:33 -07:00
tagmerge.py filemerge: add internal:tagmerge merge tool 2014-06-26 01:20:25 +02:00
tags.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
templatefilters.py templatefilters: add "upper" and "lower" for case conversion 2015-03-30 23:54:29 +09:00
templatekw.py templatekw: correct typo in activebookmark documentation 2015-06-24 11:15:00 -04:00
templater.py merge with stable 2015-06-24 13:41:27 -05:00
transaction.py global: mass rewrite to use modern octal syntax 2015-06-23 22:30:33 -07:00
treediscovery.py util: drop alias for collections.deque 2015-05-16 11:28:04 -07:00
ui.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
unionrepo.py unionrepo: use pathutil.normasprefix to ensure os.sep at the end of cwd 2015-04-22 23:38:55 +09:00
url.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
util.h util: fix the check for non-C99 compilers (issue4605) 2015-04-20 22:21:57 -05:00
util.py bufferedinputpipe: remove an outdate comment 2015-06-27 11:51:25 -07:00
verify.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
win32.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
windows.py global: mass rewrite to use modern octal syntax 2015-06-23 22:30:33 -07:00
wireproto.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
worker.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00