Mon, 08 Feb 2010 15:36:34 +0100 |
Benoit Boissinot |
fix coding style (reported by pylint)
|
file |
diff |
annotate
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
file |
diff |
annotate
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
file |
diff |
annotate
|
Sat, 19 Sep 2009 01:15:38 +0200 |
Martin Geisler |
do not attempt to translate ui.debug output
|
file |
diff |
annotate
|
Sun, 26 Jul 2009 01:47:25 +0200 |
Martin Geisler |
hgk: wrap docstrings at 70 characters
|
file |
diff |
annotate
|
Thu, 23 Jul 2009 00:23:24 +0200 |
Martin Geisler |
hgk: use reST syntax for literal blocks
|
file |
diff |
annotate
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
hgk: wrapped docstrings at 78 characters
|
file |
diff |
annotate
|
Sat, 27 Jun 2009 12:03:48 +0200 |
Martin Geisler |
hgk: standardize cmdline help strings
|
file |
diff |
annotate
|
Mon, 22 Jun 2009 15:48:08 +0200 |
Cédric Duval |
extensions: improve the consistency of synopses
|
file |
diff |
annotate
|
Sat, 20 Jun 2009 20:57:13 +0200 |
Cédric Duval |
help: remove per-extension paragraph on how to enable it
|
file |
diff |
annotate
|
Tue, 09 Jun 2009 09:25:31 -0400 |
timeless |
Spell Mercurial as a proper noun
|
file |
diff |
annotate
|
Tue, 26 May 2009 22:59:52 +0200 |
Martin Geisler |
replace "i in range(len(xs))" with "i, x in enumerate(xs)"
|
file |
diff |
annotate
|
Mon, 25 May 2009 23:06:11 +0200 |
Martin Geisler |
replace xrange(0, n) with xrange(n)
|
file |
diff |
annotate
|
Sun, 24 May 2009 22:37:20 +0200 |
Martin Geisler |
use ui instead of repo.ui when the former is in scope
|
file |
diff |
annotate
|
Sun, 17 May 2009 03:25:24 +0200 |
Benoit Boissinot |
hgk: use set instead of dict
|
file |
diff |
annotate
|