sapling/mercurial
Dan Villiom Podlaski Christiansen b9377254d9 diffstat: use ui.plain() instead of ui.interactive()
Previously, a default width of 80 is used for non-interactive
sessions. This behaviour was introduced before HGPLAIN was supported.
2010-04-15 18:52:59 +02:00
..
help help: point out need for stringification 2010-03-23 11:48:14 +01:00
hgweb wsgicgi: call close() on iterable to avoid resource leaks 2010-03-22 15:16:27 +01:00
pure fix test-mq-eol under --pure (mimic diffhelper.c behaviour) 2010-02-26 16:52:43 +01:00
templates Fix default style so 'log --copies' has a start and an end. 2010-03-25 15:37:39 -04:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py Merge with stable 2010-01-19 22:45:09 -06:00
archival.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
base85.c many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
bdiff.c bdiff: do not use recursion / avoid stackoverflow (issue1940) 2010-02-18 10:32:51 +01:00
bundlerepo.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
byterange.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
changegroup.py localrepo: show indeterminate progress for incoming data 2010-02-07 12:00:40 -06:00
changelog.py Merge with stable 2010-02-11 17:44:01 -06:00
cmdutil.py remove unused imports 2010-02-14 01:52:31 -05:00
commands.py diffstat: use ui.plain() instead of ui.interactive() 2010-04-15 18:52:59 +02:00
config.py config: handle short continuations (issue1999) 2010-01-28 23:07:28 -06:00
context.py filectx: _fileid isn't normalized, use _filenode instead 2010-04-19 20:30:31 +02:00
copies.py copies: properly visit file context ancestors on working file contexts 2010-04-07 21:31:47 +02:00
demandimport.py demandimport: blacklist _ssl (issue1964) 2010-03-09 16:03:57 +01:00
diffhelpers.c many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
dirstate.py dirstate: no need to iterate twice, a dict can be updated in place 2010-04-06 11:49:42 +02:00
dispatch.py expand paths in aliases 2010-03-27 13:39:45 +02:00
encoding.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
error.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
extensions.py dispatch: provide help for disabled extensions and commands 2010-02-07 14:01:43 +01:00
fancyopts.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
filelog.py filelog: text is stored modified when it starts with '\1\n' 2010-03-16 01:12:46 +01:00
filemerge.py filemerge: use working dir parent as ancestor for backward wdir merge 2010-04-19 20:41:53 +02:00
graphmod.py Merge with stable 2010-01-19 22:45:09 -06:00
hbisect.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
help.py dispatch: provide help for disabled extensions and commands 2010-02-07 14:01:43 +01:00
hg.py fix bug in hg.clone when passing in a repository object 2010-03-18 16:38:07 +01:00
hook.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
httprepo.py httprepo: normalize output from unbundle with ssh 2010-02-24 12:35:26 -05:00
i18n.py ui: add HGPLAIN environment variable for easier scripting 2010-02-07 14:56:18 +01:00
ignore.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
keepalive.py fix coding style (reported by pylint) 2010-02-08 15:36:34 +01:00
localrepo.py prepush: rewrite most of the code from scratch 2010-04-15 21:59:21 +02:00
lock.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
lsprof.py fix spaces/identation issues 2010-02-05 18:50:08 +01:00
lsprofcalltree.py drop unused imports 2009-05-14 15:35:46 +02:00
mail.py Merge with stable 2010-01-19 22:45:09 -06:00
manifest.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
match.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
mdiff.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
merge.py run commit and update hooks after command completion (issue1827) 2010-02-17 15:43:21 +01:00
minirst.py minirst: support line blocks 2010-02-13 21:21:40 +01:00
mpatch.c many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
node.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
osutil.c many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
parsers.c parsers: fix some signed comparison issues 2010-02-13 17:37:44 -06:00
patch.py patch: don't look for headers in diff lines 2010-04-09 20:34:05 +02:00
posix.py Merge with stable 2010-01-19 22:45:09 -06:00
repair.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
repo.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
revlog.py add documentation for revlog._prereadsize 2010-04-15 15:21:21 +02:00
simplemerge.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
sshrepo.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
sshserver.py streamclone: allow uncompressed clones by default 2010-02-07 15:31:53 +01:00
statichttprepo.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
store.py store: only add new entries to the fncache file 2010-03-03 14:50:35 +01:00
streamclone.py streaming: actually change default 2010-02-09 14:12:34 -06:00
strutil.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
subrepo.py subrepo: fix hgrc paths section during subrepo pulling 2010-03-14 00:28:10 +01:00
tags.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
templatefilters.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
templatekw.py fix coding style (reported by pylint) 2010-02-08 15:36:34 +01:00
templater.py fix spaces/identation issues 2010-02-05 18:50:08 +01:00
transaction.py many, many trivial check-code fixups 2010-01-25 00:05:27 -06:00
ui.py ui: ignore ui.logtemplate and ui.style when HGPLAIN is set 2010-03-03 00:12:05 +09:00
url.py url: expand path in auth filenames 2010-03-26 21:37:18 +01:00
util.py checklink: use an explicit prefix for the temporary file 2010-04-14 08:48:26 +02:00
verify.py progress: use a verb (+noun) in present participle 2010-03-15 18:33:39 +01:00
win32.py win32: allow hgrc.d on Windows 2010-02-07 05:34:22 -06:00
windows.py fix coding style (reported by pylint) 2010-02-08 15:36:34 +01:00