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'
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 15 Feb 2009 11:14:20 -0600 |
Peter van Dijk |
fix disappearing symlinks [issue1509]
|
Sat, 16 Aug 2008 14:46:56 +0200 |
Martin Geisler |
move % out of translatable strings
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
manifest: remove execf/linkf methods
|
Thu, 26 Jun 2008 14:35:46 -0500 |
Matt Mackall |
use repo[changeid] to get a changectx
|
Tue, 08 Apr 2008 18:40:11 +0200 |
Thomas Arendsen Hein |
Remove trailing space
|
Tue, 08 Apr 2008 15:42:43 +0200 |
Dirkjan Ochtman |
python-2.6: deprecation of GzipFile.filename
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Thu, 28 Feb 2008 22:39:59 +0100 |
Thomas Arendsen Hein |
Add config option to disable putting .hg_archival.txt inside archives.
|
Tue, 05 Feb 2008 15:59:10 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Tue, 05 Feb 2008 15:54:42 +0100 |
Dirkjan Ochtman |
cleanly abort on unknown archive type (issue966)
|
Wed, 09 Jan 2008 21:30:13 +0900 |
Shun-ichi GOTO |
Use util.normpath() instead of direct path string operation.
|
Thu, 19 Jul 2007 19:43:25 -0300 |
Alexis S. L. Carvalho |
archive: delay extraction of file revisions
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
archive: add symlink support
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
archive: use util.opener when archiving files.
|
Wed, 27 Jun 2007 08:35:26 -0700 |
csaba henk |
Fix tgz archival on Windows.
|
Sat, 23 Jun 2007 14:02:41 -0500 |
Matt Mackall |
archive: remove spurious flag_bits setting
|
Mon, 11 Jun 2007 19:09:01 +0200 |
csaba henk |
timestamp of gzip archives taken from changeset context
|
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
|