Rev 61: Properly name the file XXX.autopack rather than XXXautopack in http://bazaar.launchpad.net/%7Ebzr/bzr-groupcompress/trunk
John Arbash Meinel
john at arbash-meinel.com
Mon Mar 2 20:33:45 GMT 2009
At http://bazaar.launchpad.net/%7Ebzr/bzr-groupcompress/trunk
------------------------------------------------------------
revno: 61
revision-id: john at arbash-meinel.com-20090302203313-xqcyvxsq3ytky60y
parent: john at arbash-meinel.com-20090302200837-l2v96rd0e6u68479
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Mon 2009-03-02 14:33:13 -0600
message:
Properly name the file XXX.autopack rather than XXXautopack
-------------- next part --------------
=== modified file 'repofmt.py'
--- a/repofmt.py 2009-03-02 07:11:30 +0000
+++ b/repofmt.py 2009-03-02 20:33:13 +0000
@@ -360,7 +360,7 @@
raise errors.BzrError('call to %s.pack() while another pack is'
' being written.'
% (self.__class__.__name__,))
- new_pack = self.pack_factory(self, 'autopack',
+ new_pack = self.pack_factory(self, '.autopack',
file_mode=self.repo.bzrdir._get_file_mode())
new_pack.set_write_cache_size(1024*1024)
# TODO: A better alternative is to probably use Packer.open_pack(), and
More information about the bazaar-commits
mailing list