At http://bazaar.launchpad.net/%7Ebzr/bzr-groupcompress/trunk
------------------------------------------------------------
revno: 61
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: trunk
timestamp: Mon 2009-03-02 14:33:13 -0600
message:
Properly name the file XXX.autopack rather than XXXautopack
=== 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
--
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits