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
|
Fri, 05 Oct 2007 22:39:36 +0200 |
Patrick Mezard |
hgk: add debug-config command to pass configuration options
|
Tue, 26 Jun 2007 22:38:57 +0200 |
Thomas Arendsen Hein |
Updated command tables in commands.py and hgext extensions.
|
Sat, 23 Jun 2007 21:10:55 +0200 |
Thomas Arendsen Hein |
hgk: Use $HG instead of hg (see 849f011dbf79)
|
Tue, 23 Jan 2007 17:41:53 -0600 |
Matt Mackall |
hgk: remove embedded nulls in descriptions
|
Tue, 26 Dec 2006 03:42:17 +0100 |
Benoit Boissinot |
hgk: (re)optimize reading of changelog and manifest
|
Tue, 26 Dec 2006 03:27:24 +0100 |
Benoit Boissinot |
hgk: use contexts
|
Tue, 26 Dec 2006 03:26:23 +0100 |
Benoit Boissinot |
hgk: remove unused code, node2 is always set
|
Mon, 25 Dec 2006 13:37:00 +0100 |
Benoit Boissinot |
remove various unused import
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Tue, 05 Dec 2006 16:39:54 -0600 |
Matt Mackall |
hgk: show view in short command list
|