archive: Make "bz2" an alias for "bzip2"

"bzip2" is used for archives and "bz2" is used for patches. Add this
alias for consistency.
This commit is contained in:
Fatih Aşıcı
2010-06-15 16:56:14 +00:00
parent 05245f7a49
commit 50b9c64f2f
+1
View File
@@ -588,6 +588,7 @@ class Archive:
'tar': ArchiveTar,
'zip': ArchiveZip,
'gzip': ArchiveGzip,
'bz2': ArchiveBzip2,
'bzip2': ArchiveBzip2,
'lzma': ArchiveLzma,
'xz': ArchiveLzma,