Commit Graph

9040 Commits

Author SHA1 Message Date
Martin Geisler
04658a9b97 keyword: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
4d34270cf4 interhg: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
82fe78daac highlight: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
93b11ee0f8 hgk: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
a3c4fd5793 hgcia: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
507c95edcf graphlog: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
025ed38977 fetch: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
e48f6a2ae3 extdiff: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
e4a37ea58a convert: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
25f523698d color: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
c8688ff0a2 churn: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
05ff438d74 children: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
33d81f4d2a bugzilla: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
8132a91a80 bookmarks: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
e6d99f707b acl: wrapped docstrings at 78 characters 2009-07-07 23:54:42 +02:00
Martin Geisler
a53360d76e commands: wrapped docstrings at 78 characters
We have always had a left margin of 4 characters -- probably just
because that's how docstrings for top-level functions turn out by
default, but it also looks nice in the built-in help.

The docstrings were wrapped at 70 characters, which is the default for
Emacs. However, this gives a right margin of 10 characters in a
standard 80 character terminal.

I've now wrapped the relevant docstrings at 78 characters, effectively
killing the right margin. The asymmetric margins looked a bit odd and
some of the text looked cramped with a right margin, so Dirkjan and I
felt that it was best to remove it entirely. The two character gap was
kept to have some space between the border of the terminal -- it will
also make diffs involving the docstrings fit in a 80 character line.
2009-07-07 23:54:30 +02:00
Martin Geisler
be9e1c997f extdiff: fix indentation and use gettext 2009-07-07 23:30:48 +02:00
Martin Geisler
ecfc8a98d6 filemerge, subrepo: correct indention 2009-07-07 17:26:20 +02:00
Simon Heimberg
e0e4fc74e3 ui: extract choice from prompt
avoid translating single characters (as l for _local or sym_link)
2009-06-21 01:13:19 +02:00
Cédric Duval
8eebee2964 patchbomb: use local time for the Date: header 2009-07-05 17:09:01 +02:00
Cédric Duval
5287eb35fe patchbomb: fix From_ in the message's envelope
Localized date in the From_ prevents MUAs like mutt from parsing mbox files
generated by patchbomb. Using a 24 characters date in asctime format instead.
2009-07-05 16:42:10 +02:00
Martin Geisler
dafda53dbe merge with crew-stable 2009-07-07 14:20:58 +02:00
David Champion
08998d553f Bourne shells do not maintain $PWD; update tests accordingly 2009-07-07 01:25:44 +02:00
Brodie Rao
c8364c2177 tests: remove more instances of export FOO=bar bashism 2009-07-05 18:52:55 -04:00
Brodie Rao
930e73d10f tests: remove more instances of export FOO=bar bashism 2009-07-05 18:52:55 -04:00
David Champion
e2549fcce0 test-gpg: suppress secure memory warning
Some platforms (Solaris for one) does not support secure memory and
would give a warning.
2009-07-05 13:59:25 -05:00
David Champion
260ae3b5d7 test: fix for compatibilty with true Bourne /bin/sh
'export foo=bar' is an extension, replaced with 'foo=bar; export foo'
2009-07-05 13:58:37 -05:00
Martin Geisler
3b7f4cb3d1 p4: simplify sort key 2009-07-05 12:50:14 +02:00
Martin Geisler
a8dfb6533c localrepo: removed unnecessary revkey sort helper 2009-07-05 12:43:40 +02:00
Alejandro Santos
5eb00dc7df compat: remove unnecessary diamond-shaped multiple inheritance 2009-07-05 11:06:41 +02:00
Alejandro Santos
ebe339890f split local and stdlib module imports (eases migration issues) 2009-07-05 11:06:09 +02:00
Alejandro Santos
41ce14a033 compat: don't reference an exception var inside a lambda 2009-07-05 11:05:31 +02:00
Alejandro Santos
ba9d64878c compat: use email in favor of mimetools 2009-07-05 11:04:55 +02:00
Alejandro Santos
bc1b8b3654 verify: fix scope issues with del statement 2009-07-05 11:04:31 +02:00
Alejandro Santos
1ef2fb42a7 compat: use 'key' argument instead of 'cmp' when sorting a list 2009-07-05 11:02:00 +02:00
Alejandro Santos
77d606ac51 compat: use open() instead of file() everywhere 2009-07-05 11:01:30 +02:00
Alejandro Santos
b1c42d384b compat: can't compare two values of unequal datatypes 2009-07-05 11:01:01 +02:00
Alejandro Santos
3183e52503 compat: use // for integer division 2009-07-05 11:00:44 +02:00
Alejandro Santos
c0dcbaabfe tests: add -3 switch to run-tests.py 2009-07-05 10:59:54 +02:00
Christian Ebert
599fc385de keyword: remove unused import 2009-07-04 15:26:14 +02:00
Martin Geisler
ebad10b53d merge with crew-stable 2009-07-04 13:31:36 +02:00
David Wolever
638caa9499 help: add #revision syntax to the example valid URLs. 2009-07-04 12:40:34 +02:00
Cédric Duval
044fa1649f gendoc: fix localization of help topic
When a topic provides a callable method for its text, most likely
this text will be generated from different parts, so it does not
make sense to apply gettext on the whole result, rather the method
should provide translation by itself.

This is the case with the extensions topic, which triggers a double
gettext call, making the ASCII codec fail when it encounters 8 bit
characters, and prevents the documentation from being built.
2009-07-04 12:12:36 +02:00
Greg Ward
acf5297c3a context: improve arg-checking assert. 2009-07-03 10:43:46 -04:00
David Wolever
a527dcec27 help: add #revision syntax to the example valid URLs. 2009-07-04 12:40:34 +02:00
Martin Geisler
5f5ed2ecde merge wtih crew-stable 2009-07-04 12:25:10 +02:00
Cédric Duval
1fafb1baee extensions: remove dead code
enabled used to be a boolean, and somehow that bit of code inadvertently
slipped through during a refactoring. Effectively dead code, as the
condition can never be triggered.
2009-07-04 12:06:33 +02:00
Martin Geisler
09e41ea848 merge with crew-stable 2009-07-02 20:03:58 +02:00
Henrik Stuart
77301ebe8e acl: read correct index into url for username (issue298)
The index was inadvertedly off-by-one causing the username to be the
remote host rather than the remote user when hosted in a http(s)
session.
2009-07-02 19:53:20 +02:00
Matt Mackall
4b358d20f9 Added signature for changeset 98c546a7028c 2009-07-01 16:47:46 -05:00