log hgext/extdiff.py @ 6747:f6c00b17387c

age author description
Thu, 26 Jun 2008 14:35:46 -0500 Matt Mackall use repo[changeid] to get a changectx
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:07 -0500 Matt Mackall walk: remove remaining users of cmdutils.matchpats
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Sun, 26 Aug 2007 21:31:18 -0300 Fabio Zadrozny Propagating changes back to working dirs when changing files in external
Mon, 10 Sep 2007 23:53:23 +0200 Patrick Mezard Merge with crew-stable
Mon, 10 Sep 2007 23:36:01 +0200 Patrick Mezard extdiff: avoid repr() doubling paths backslashes under Windows
Sat, 25 Aug 2007 12:25:53 -0700 Brendan Cully Improve extdiff configuration.
Wed, 08 Aug 2007 12:27:20 +0200 Benoit Boissinot refactor options from cmdtable
Tue, 07 Aug 2007 10:28:43 +0200 Thomas Arendsen Hein Remove trailing spaces, fix indentation
Mon, 06 Aug 2007 14:50:57 -0700 Brad Schick extdiff: do single file diffs from the wc with no copy
Mon, 06 Aug 2007 14:42:11 -0700 Brad Schick extdiff: made it less chatty in non-verbose mode
Mon, 06 Aug 2007 14:32:23 -0700 Brad Schick extdiff: un-nested two functions
Tue, 26 Jun 2007 22:38:57 +0200 Thomas Arendsen Hein Updated command tables in commands.py and hgext extensions.
Fri, 16 Feb 2007 05:27:37 -0200 Alexis S. L. Carvalho merge with crew-stable