log mercurial/archival.py @ 20137:9f1d4323c749

age author description
Thu, 21 Mar 2013 22:09:15 +0100 Angel Ezquerra archive: raise error.Abort if the file pattern matches no files
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich subrepos: process subrepos in sorted order
Tue, 15 Jan 2013 01:05:12 +0100 Mads Kiilerich archival: tarit should never close the dest passed to it
Thu, 03 Jan 2013 21:07:04 +0100 Mads Kiilerich archival: avoid touching deprecated gzip name attribute
Thu, 03 Jan 2013 21:07:04 +0100 Mads Kiilerich archival: pass integer to struct.pack int field instead of float
Wed, 19 Sep 2012 09:38:51 -0700 Bryan O'Sullivan Merge with crew-stable
Tue, 18 Sep 2012 19:46:15 +0900 FUJIWARA Katsunori archival: add "extended-timestamp" extra block for zip archives (issue3600) stable
Mon, 27 Aug 2012 23:16:22 +0200 Mads Kiilerich declare local constants instead of using magic values and comments
Sat, 16 Jun 2012 22:34:06 -0400 Matt Harbison subrepo: propagate matcher to subrepos when archiving
Tue, 12 Jun 2012 12:05:52 +0200 Thomas Arendsen Hein archive: make progress only show files that are actually archived stable
Thu, 25 Aug 2011 20:21:04 -0400 Greg Ward atomictempfile: make close() consistent with other file-like objects.
Wed, 20 Apr 2011 19:54:57 +0200 Adrian Buehlmann move opener from util to scmutil
Wed, 16 Mar 2011 23:54:55 +0100 Markus F.X.J. Oberhumer archive: use hardcoded constants when creating .zip archives
Fri, 24 Dec 2010 15:23:01 +0100 Dan Villiom Podlaski Christiansen explicitly close files
Mon, 29 Nov 2010 16:34:10 +0100 Martin Geisler subrepo: add progress bar support to archive
Mon, 29 Nov 2010 16:17:05 +0100 Martin Geisler archive: add support for progress extension
Wed, 08 Dec 2010 13:12:12 -0600 Matt Mackall merge with stable
Tue, 07 Dec 2010 19:47:53 +1100 Brodie Rao archival: don't set gzip filename header when there's no filename stable
Wed, 24 Nov 2010 15:56:32 -0600 Matt Mackall branch: operate on branch names in local string space where possible
Mon, 20 Sep 2010 15:46:17 +0200 Martin Geisler subrepo: add support for 'hg archive'
Mon, 20 Sep 2010 15:42:58 +0200 Martin Geisler merge with stable
Mon, 20 Sep 2010 15:33:39 +0200 Martin Geisler archive: set date to 1980 for very old zip files stable
Thu, 26 Aug 2010 23:38:13 +0200 Patrick Mezard archival: do not use repo.changelog directly
Wed, 14 Jul 2010 20:25:31 +0200 Martin Geisler archival: remove prefix argument from archivers
Wed, 14 Jul 2010 20:25:31 +0200 Martin Geisler archival: move commands.archive.guess_type to archival.guesskind
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Tue, 11 Aug 2009 09:04:02 +0200 Gilles Moris archive: add branch and tag informations to the .hg_archival.txt file
Wed, 10 Jun 2009 15:10:21 +0200 Benoit Boissinot use new style classes
Wed, 20 May 2009 00:52:46 +0200 Martin Geisler use 'x is None' instead of 'x == None'