Tue, 21 Oct 2008 17:47:49 +0200 |
Martin Geisler |
i18n: import _ instead of gettext
|
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, 10 Apr 2008 14:08:38 +0200 |
Dirkjan Ochtman |
win32text: actually import util so util.binary() can be used
|
Wed, 09 Apr 2008 15:49:20 -0700 |
Bryan O'Sullivan |
Get rid of reimplementations of util.binary
|
Sat, 05 Apr 2008 19:33:34 +0200 |
Patrick Mezard |
Merge with macencode branch
|
Sat, 05 Apr 2008 19:06:16 +0200 |
Patrick Mezard |
win32text: rename forbidcrlforcr() function
|
Thu, 03 Apr 2008 20:41:31 +0900 |
OHASHI Hideya |
win32text: Add macencode/macdecode
|
Fri, 04 Apr 2008 23:09:54 +0200 |
Patrick Mezard |
Backed out changeset 7f4257b5cbfc
|
Thu, 13 Mar 2008 10:42:46 +0100 |
Christian Ebert |
win32text: use util.binary to detect \0
|
Thu, 06 Mar 2008 22:23:41 +0100 |
Joel Rosdahl |
Remove unused imports
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Fri, 21 Dec 2007 23:21:17 -0500 |
Jesse Glick |
Provide better context for custom Python encode/decode filters.
|
Mon, 28 Jan 2008 21:39:47 +0100 |
Patrick Mezard |
Register data filters in a localrepo instead of util
|
Wed, 19 Dec 2007 17:02:31 -0500 |
Jesse Glick |
Issue 882: add standard hook to reject text files with CRLF.
|