log mercurial/archival.py @ 4370:6af107c742bf

age author description
Tue, 24 Apr 2007 10:47:41 -0700 Brendan Cully Merge with crew-stable
Tue, 24 Apr 2007 10:44:13 -0700 Brendan Cully Work around python 2.5.1 tarfile regression
Fri, 29 Dec 2006 20:04:31 -0600 Matt Mackall replace filehandle version of wwrite with wwritedata
Tue, 26 Dec 2006 00:40:28 +0100 Benoit Boissinot archival.py: use contexts
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Thu, 02 Nov 2006 19:23:55 +0100 Thomas Arendsen Hein Fixed directory name having an extra dot on "hg archive -t tbz2 foo.tbz2".
Sat, 12 Aug 2006 08:53:23 -0300 Alexis S. L. Carvalho Fix some bugs introduced during the manifest refactoring
Fri, 11 Aug 2006 10:57:42 -0500 Matt Mackall Change remaining users of manifest flags
Sun, 16 Jul 2006 03:14:17 -0500 Matt Mackall Start using manifestflags methods
Wed, 21 Jun 2006 15:31:23 -0700 Vadim Gelfer use commit time as mtime for file archives.
Wed, 31 May 2006 19:41:01 +0200 Thomas Arendsen Hein Pass filename to decoder for 'hg archive' (fixes issue267)
Sun, 30 Apr 2006 22:46:54 +0200 Thomas Arendsen Hein Combine catching exceptions added in dd4ec4576cc8 in one except statement.
Sun, 30 Apr 2006 22:43:41 +0200 Colin McMillen Proper check to see if zip dest needs to be wrapped in tellable
Fri, 21 Apr 2006 15:27:57 -0700 Vadim Gelfer add "archive" command, like "cvs export" only better.