sapling/mercurial
Martin Geisler ae0794fd45 coding style: use a space after comma
I left a cases like 'lambda x,y:' alone -- the lack of a space does
not bother me as much when the variables are single letters.
2009-07-22 23:12:54 +02:00
..
hgweb coding style: use a space after comma 2009-07-22 23:12:54 +02:00
pure compat: use open() instead of file() everywhere 2009-07-05 11:01:30 +02:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py ancestor: use set instead of dict 2009-05-17 03:53:13 +02:00
archival.py use new style classes 2009-06-10 15:10:21 +02:00
base85.c Some additional space/tab cleanups 2008-10-20 15:19:05 +02:00
bdiff.c bdiff: fix compile with GCC -ansi (issue1690) 2009-06-20 11:50:51 -05:00
bundlerepo.py coding style: use a space after comma 2009-07-22 23:12:54 +02:00
byterange.py compat: use email in favor of mimetools 2009-07-05 11:04:55 +02:00
changegroup.py typos: "it's" -> "its" 2009-07-08 23:17:10 +02:00
changelog.py changelog: move delayopener outside of class to eliminate reference cycle 2009-07-18 12:34:38 -05:00
cmdutil.py cmdutil: fall back to filename if glob expand has errors 2009-07-12 00:46:43 -05:00
commands.py coding style: use a space after comma 2009-07-22 23:12:54 +02:00
config.py for calls expecting bool args, pass bool instead of int 2009-07-13 09:50:26 +09:00
context.py for calls expecting bool args, pass bool instead of int 2009-07-13 09:50:26 +09:00
copies.py Merge with stable 2009-07-09 19:49:02 -05:00
demandimport.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
diffhelpers.c Handle patches with misformatted empty lines 2007-11-01 17:15:50 -05:00
dirstate.py dirstate: fix typo introduced by ceed02d64e3b 2009-06-13 22:42:16 +02:00
dispatch.py change wiki/bts URLs to point to new hostname 2009-06-24 15:32:37 +02:00
encoding.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
error.py turn some comments back into module docstrings 2009-04-26 01:24:49 +02:00
extensions.py for calls expecting bool args, pass bool instead of int 2009-07-13 09:50:26 +09:00
fancyopts.py some modernization cleanups, forward compatibility 2009-05-13 14:08:39 +02:00
filelog.py filelog encoding: move the encoding/decoding into store 2009-05-20 18:35:47 +02:00
filemerge.py filemerge, subrepo: correct indention 2009-07-07 17:26:20 +02:00
graphmod.py graphmod/webcommands: use generic DAG walks 2009-06-19 13:44:23 +02:00
hbisect.py hbisect: use set.update for bulk updates 2009-05-17 16:57:12 +02:00
help.py help: fix bad indentation in template filters list 2009-07-16 23:25:26 +02:00
hg.py hg: better wrapping of string literal 2009-07-17 20:52:21 +02:00
hook.py some modernization cleanups, forward compatibility 2009-05-13 14:08:39 +02:00
httprepo.py named branches: client branchmap wire protocol support (issue736) 2009-05-23 17:03:51 +02:00
i18n.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
ignore.py ignore: separate pattern extraction from match compilation 2009-07-09 15:14:42 -07:00
keepalive.py util: remove md5 2009-05-04 21:30:39 +02:00
localrepo.py tags: support 'instant' tag retrieval (issue548) 2009-07-16 10:41:19 -04:00
lock.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
lsprof.py compat: use 'key' argument instead of 'cmp' when sorting a list 2009-07-05 11:02:00 +02:00
lsprofcalltree.py drop unused imports 2009-05-14 15:35:46 +02:00
mail.py patchbomb: quoted-printable encode overly long lines 2009-05-08 18:30:44 +02:00
manifest.py drop unused imports 2009-05-14 15:35:46 +02:00
match.py split local and stdlib module imports (eases migration issues) 2009-07-05 11:06:09 +02:00
mdiff.py replace "i in range(len(xs))" with "i, x in enumerate(xs)" 2009-05-26 22:59:52 +02:00
merge.py compat: can't compare two values of unequal datatypes 2009-07-05 11:01:01 +02:00
minirst.py minimal reStructuredText parser 2009-07-16 23:25:25 +02:00
mpatch.c allow Mercurial to compile on Haiku 2008-09-17 10:22:35 +02:00
node.py put license and copyright info into comment blocks 2009-04-26 01:13:08 +02:00
osutil.c Merge with crew-stable 2009-06-06 13:37:41 -07:00
parsers.c Some additional space/tab cleanups 2008-10-20 15:19:05 +02:00
patch.py Merge with crew-stable 2009-07-14 16:51:52 -07:00
posix.py compat: use open() instead of file() everywhere 2009-07-05 11:01:30 +02:00
repair.py localrepo: add destroyed() method for strip/rollback to use (issue548). 2009-07-16 10:39:41 -04:00
repo.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
revlog.py compat: use // for integer division 2009-07-05 11:00:44 +02:00
simplemerge.py separate import lines from mercurial and general python modules 2009-04-28 17:40:46 +02:00
sshrepo.py named branches: client branchmap wire protocol support (issue736) 2009-05-23 17:03:51 +02:00
sshserver.py coding style: use a space after comma 2009-07-22 23:12:54 +02:00
statichttprepo.py localrepo: rename in-memory tag cache instance attributes (issue548). 2009-07-16 10:39:41 -04:00
store.py store: eliminate reference cycle in fncachestore 2009-07-14 14:05:07 +02:00
streamclone.py Generally replace "file name" with "filename" in help and comments. 2009-06-09 09:25:17 -04:00
strutil.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
subrepo.py filemerge, subrepo: correct indention 2009-07-07 17:26:20 +02:00
tags.py tags: support 'instant' tag retrieval (issue548) 2009-07-16 10:41:19 -04:00
templatefilters.py for calls expecting bool args, pass bool instead of int 2009-07-13 09:50:26 +09:00
templater.py templater: replace eval with closure 2009-05-17 18:17:04 -05:00
transaction.py transaction: fix uncaught ENOENT (issue1724) 2009-07-07 19:24:52 +02:00
ui.py Add ui.progress API 2009-07-16 14:49:52 -05:00
url.py url: fix use of non-int port in https connections via proxy 2009-07-14 17:12:12 -03:00
util.py util: wrap at termwidth-2 by default 2009-07-16 23:25:25 +02:00
verify.py coding style: use a space after comma 2009-07-22 23:12:54 +02:00
win32.py coding style: use a space after comma 2009-07-22 23:12:54 +02:00
windows.py Fix test-demandimport and test-trusted under Windows 2009-07-14 22:38:12 -04:00