Sat, 27 Jun 2009 12:03:48 +0200 |
Martin Geisler |
hgk: standardize cmdline help strings
|
Mon, 22 Jun 2009 15:48:08 +0200 |
Cédric Duval |
extensions: improve the consistency of synopses
|
Sat, 20 Jun 2009 20:57:13 +0200 |
Cédric Duval |
help: remove per-extension paragraph on how to enable it
|
Tue, 09 Jun 2009 09:25:31 -0400 |
timeless |
Spell Mercurial as a proper noun
|
Tue, 26 May 2009 22:59:52 +0200 |
Martin Geisler |
replace "i in range(len(xs))" with "i, x in enumerate(xs)"
|
Mon, 25 May 2009 23:06:11 +0200 |
Martin Geisler |
replace xrange(0, n) with xrange(n)
|
Sun, 24 May 2009 22:37:20 +0200 |
Martin Geisler |
use ui instead of repo.ui when the former is in scope
|
Sun, 17 May 2009 03:25:24 +0200 |
Benoit Boissinot |
hgk: use set instead of dict
|
Sun, 26 Apr 2009 01:25:53 +0200 |
Martin Geisler |
add blank line after copyright notices and after header
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sat, 04 Apr 2009 23:17:33 +0200 |
Martin Geisler |
hgk: word-wrap help texts at 70 characters
|
Sat, 03 Jan 2009 17:15:15 +0100 |
Martin Geisler |
lowercase help output
|
Mon, 03 Nov 2008 16:48:23 +0100 |
Dirkjan Ochtman |
patch: turn patch.diff() into a generator
|
Sat, 06 Sep 2008 17:44:01 +0200 |
Martin Geisler |
i18n, hgk: mark command line options for translation
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in hgk extension
|