hgext/hgk.py
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
Sun, 20 Jul 2008 20:00:02 +0200 Patrick Mezard Merge with main
Sat, 05 Jul 2008 14:35:36 +0200 Patrick Mezard hgk: ctx.parents() problem introduced by 2d54e7c1e69d
Fri, 11 Jul 2008 18:46:02 -0500 Matt Mackall hgk: fix parent breakage
Fri, 27 Jun 2008 13:43:29 -0500 Matt Mackall status: clean up all users for unknown files
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall add __len__ and __iter__ methods to repo and revlog
Thu, 26 Jun 2008 14:35:46 -0500 Matt Mackall use repo[changeid] to get a changectx
Thu, 12 Jun 2008 11:33:47 +0200 Dirkjan Ochtman convert comments to docstrings in a bunch of extensions
Sun, 18 May 2008 23:31:54 +0200 Patrick Mezard hgk: difftree must match all files when supplied list is empty
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: remove files arg from repo.status and friends
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: remove files argument from patch.diff
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: use match.files() for patch.diff
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall status: use match helpers for various users
Thu, 06 Mar 2008 22:51:16 +0100 Joel Rosdahl Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Fri, 18 Jan 2008 10:48:25 -0600 Matt Mackall transform a bunch of print statements to appropriate ui calls
Tue, 15 Jan 2008 13:46:32 +0100 Patrick Mezard hgk: display branch name in diff header
Sat, 29 Dec 2007 19:49:48 +0100 Thomas Arendsen Hein Removed tabs and trailing whitespace in python files
Fri, 05 Oct 2007 23:40:33 +0200 Patrick Mezard hgk: add basic usage and configuration documentation
less more (0) -50 -30 tip