From e39c3057345ef060bb9a0a8f38440d65a406cc44 Mon Sep 17 00:00:00 2001 From: Eric Amorde Date: Sun, 15 Oct 2023 13:52:28 -0700 Subject: [PATCH] Drop support for Bazaar --- .github/workflows/Specs.yml | 1 - CHANGELOG.md | 4 + README.markdown | 3 +- lib/cocoapods-downloader.rb | 2 - lib/cocoapods-downloader/bazaar.rb | 60 ------------ spec/bazaar_spec.rb | 90 ------------------ spec/fixtures/bazaar-repo/.bzr/README | 3 - spec/fixtures/bazaar-repo/.bzr/branch-format | 1 - .../bazaar-repo/.bzr/branch/branch.conf | 0 spec/fixtures/bazaar-repo/.bzr/branch/format | 1 - .../bazaar-repo/.bzr/branch/last-revision | 1 - spec/fixtures/bazaar-repo/.bzr/branch/tags | 1 - .../bazaar-repo/.bzr/checkout/conflicts | 1 - .../bazaar-repo/.bzr/checkout/dirstate | Bin 510 -> 0 bytes .../fixtures/bazaar-repo/.bzr/checkout/format | 1 - spec/fixtures/bazaar-repo/.bzr/checkout/views | 0 .../bazaar-repo/.bzr/repository/format | 1 - .../0eee32389584c19d27fb19f04c01564d.cix | Bin 183 -> 0 bytes .../0eee32389584c19d27fb19f04c01564d.iix | Bin 160 -> 0 bytes .../0eee32389584c19d27fb19f04c01564d.rix | 6 -- .../0eee32389584c19d27fb19f04c01564d.six | 5 - .../0eee32389584c19d27fb19f04c01564d.tix | Bin 213 -> 0 bytes .../16b1053ed12916f4f545020352384e52.cix | 6 -- .../16b1053ed12916f4f545020352384e52.iix | Bin 176 -> 0 bytes .../16b1053ed12916f4f545020352384e52.rix | Bin 178 -> 0 bytes .../16b1053ed12916f4f545020352384e52.six | 5 - .../16b1053ed12916f4f545020352384e52.tix | Bin 199 -> 0 bytes .../7ce6129415e312dba7c6ca36ee0f2157.cix | Bin 148 -> 0 bytes .../7ce6129415e312dba7c6ca36ee0f2157.iix | Bin 179 -> 0 bytes .../7ce6129415e312dba7c6ca36ee0f2157.rix | Bin 178 -> 0 bytes .../7ce6129415e312dba7c6ca36ee0f2157.six | 5 - .../7ce6129415e312dba7c6ca36ee0f2157.tix | Bin 199 -> 0 bytes .../f9604713d4ada772a21468a6846344b2.cix | Bin 149 -> 0 bytes .../f9604713d4ada772a21468a6846344b2.iix | Bin 179 -> 0 bytes .../f9604713d4ada772a21468a6846344b2.rix | Bin 180 -> 0 bytes .../f9604713d4ada772a21468a6846344b2.six | 5 - .../f9604713d4ada772a21468a6846344b2.tix | Bin 200 -> 0 bytes .../bazaar-repo/.bzr/repository/pack-names | 7 -- .../0eee32389584c19d27fb19f04c01564d.pack | Bin 988 -> 0 bytes .../16b1053ed12916f4f545020352384e52.pack | Bin 863 -> 0 bytes .../7ce6129415e312dba7c6ca36ee0f2157.pack | Bin 861 -> 0 bytes .../f9604713d4ada772a21468a6846344b2.pack | Bin 862 -> 0 bytes spec/fixtures/bazaar-repo/README | 1 - spec/fixtures/mercurial-repo/.hg/dirstate | Bin 87 -> 87 bytes 44 files changed, 5 insertions(+), 205 deletions(-) delete mode 100644 lib/cocoapods-downloader/bazaar.rb delete mode 100644 spec/bazaar_spec.rb delete mode 100644 spec/fixtures/bazaar-repo/.bzr/README delete mode 100644 spec/fixtures/bazaar-repo/.bzr/branch-format delete mode 100644 spec/fixtures/bazaar-repo/.bzr/branch/branch.conf delete mode 100644 spec/fixtures/bazaar-repo/.bzr/branch/format delete mode 100644 spec/fixtures/bazaar-repo/.bzr/branch/last-revision delete mode 100644 spec/fixtures/bazaar-repo/.bzr/branch/tags delete mode 100644 spec/fixtures/bazaar-repo/.bzr/checkout/conflicts delete mode 100644 spec/fixtures/bazaar-repo/.bzr/checkout/dirstate delete mode 100644 spec/fixtures/bazaar-repo/.bzr/checkout/format delete mode 100644 spec/fixtures/bazaar-repo/.bzr/checkout/views delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/format delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/0eee32389584c19d27fb19f04c01564d.cix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/0eee32389584c19d27fb19f04c01564d.iix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/0eee32389584c19d27fb19f04c01564d.rix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/0eee32389584c19d27fb19f04c01564d.six delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/0eee32389584c19d27fb19f04c01564d.tix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/16b1053ed12916f4f545020352384e52.cix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/16b1053ed12916f4f545020352384e52.iix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/16b1053ed12916f4f545020352384e52.rix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/16b1053ed12916f4f545020352384e52.six delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/16b1053ed12916f4f545020352384e52.tix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/7ce6129415e312dba7c6ca36ee0f2157.cix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/7ce6129415e312dba7c6ca36ee0f2157.iix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/7ce6129415e312dba7c6ca36ee0f2157.rix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/7ce6129415e312dba7c6ca36ee0f2157.six delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/7ce6129415e312dba7c6ca36ee0f2157.tix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/f9604713d4ada772a21468a6846344b2.cix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/f9604713d4ada772a21468a6846344b2.iix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/f9604713d4ada772a21468a6846344b2.rix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/f9604713d4ada772a21468a6846344b2.six delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/indices/f9604713d4ada772a21468a6846344b2.tix delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/pack-names delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/packs/0eee32389584c19d27fb19f04c01564d.pack delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/packs/16b1053ed12916f4f545020352384e52.pack delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/packs/7ce6129415e312dba7c6ca36ee0f2157.pack delete mode 100644 spec/fixtures/bazaar-repo/.bzr/repository/packs/f9604713d4ada772a21468a6846344b2.pack delete mode 100644 spec/fixtures/bazaar-repo/README diff --git a/.github/workflows/Specs.yml b/.github/workflows/Specs.yml index f86469d..d524e58 100644 --- a/.github/workflows/Specs.yml +++ b/.github/workflows/Specs.yml @@ -16,7 +16,6 @@ jobs: - name: Install dependencies run: | - brew install bzr brew install hg brew install svn diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ac964..5e89c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ * None. +##### Other + +* Drop support for Bazaar (`bzr`) + ## 1.6.3 (2022-04-01) diff --git a/README.markdown b/README.markdown index 78735c9..fb22667 100644 --- a/README.markdown +++ b/README.markdown @@ -34,7 +34,6 @@ The downloader class supports the following option keys: - hg: revision, tag, branch - http: type, flatten - scp: type, flatten -- bzr: revision, tag The downloader also provides hooks which allow to customize its output or the way in which the commands are executed @@ -74,7 +73,7 @@ Follow [@CocoaPods](http://twitter.com/CocoaPods) to get up to date information ## Development -You need to have `svn`, `bzr`, `hg` and `git` installed to run the specs. There are some specs which require `hdiutil` which will only run on macOS. +You need to have `svn`, `hg` and `git` installed to run the specs. There are some specs which require `hdiutil` which will only run on macOS. ## License diff --git a/lib/cocoapods-downloader.rb b/lib/cocoapods-downloader.rb index 0dd759a..aa7a152 100644 --- a/lib/cocoapods-downloader.rb +++ b/lib/cocoapods-downloader.rb @@ -5,7 +5,6 @@ module Downloader require 'cocoapods-downloader/api_exposable' require 'cocoapods-downloader/base' - autoload :Bazaar, 'cocoapods-downloader/bazaar' autoload :Git, 'cocoapods-downloader/git' autoload :Http, 'cocoapods-downloader/http' autoload :Mercurial, 'cocoapods-downloader/mercurial' @@ -21,7 +20,6 @@ class DownloaderError < StandardError; end # def self.downloader_class_by_key { - :bzr => Bazaar, :git => Git, :hg => Mercurial, :http => Http, diff --git a/lib/cocoapods-downloader/bazaar.rb b/lib/cocoapods-downloader/bazaar.rb deleted file mode 100644 index dee53db..0000000 --- a/lib/cocoapods-downloader/bazaar.rb +++ /dev/null @@ -1,60 +0,0 @@ -module Pod - module Downloader - class Bazaar < Base - def self.options - [:revision, :tag] - end - - def options_specific? - !options[:revision].nil? - end - - def checkout_options - Dir.chdir(target_path) do - options = {} - options[:bzr] = url - options[:revision] = `bzr revno`.chomp - options - end - end - - private - - # @group Private Helpers - #-----------------------------------------------------------------------# - - executable :bzr - - def download! - if options[:tag] - download_revision!(options[:tag]) - elsif options[:revision] - download_revision!(options[:revision]) - else - download_head! - end - end - - def download_head! - bzr! 'branch', url, *dir_opts, target_path - end - - def download_revision!(rev) - bzr! 'branch', url, *dir_opts, '-r', rev, @target_path - end - - # @return [String] The command line flags to use according to whether the - # target path exits. - # - def dir_opts - if @target_path.exist? - %w(--use-existing-dir) - else - [] - end - end - - #-----------------------------------------------------------------------# - end - end -end diff --git a/spec/bazaar_spec.rb b/spec/bazaar_spec.rb deleted file mode 100644 index dfde5db..0000000 --- a/spec/bazaar_spec.rb +++ /dev/null @@ -1,90 +0,0 @@ -require File.expand_path('../spec_helper', __FILE__) - -module Pod - module Downloader - describe 'Bazaar' do - before do - tmp_folder.rmtree if tmp_folder.exist? - end - - # Many tests disabled here due to macOS 12.3 no longer including python2. - - xit 'checks out a specific revision' do - options = { :bzr => fixture('bazaar-repo'), :revision => '1' } - downloader = Downloader.for_target(tmp_folder, options) - downloader.download - tmp_folder('README').read.strip.should == 'First Commit' - end - - xit 'checks out a specific tag as a revision' do - options = { :bzr => fixture('bazaar-repo'), :revision => 'my_tag' } - downloader = Downloader.for_target(tmp_folder, options) - downloader.download - tmp_folder('README').read.strip.should == 'Second Commit' - end - - xit 'checks out a specific tag as a tag' do - options = { :bzr => fixture('bazaar-repo'), :tag => 'my_other_tag' } - downloader = Downloader.for_target(tmp_folder, options) - downloader.download - tmp_folder('README').read.strip.should == 'Third Commit' - end - - xit 'checks out the head revision' do - options = { :bzr => fixture('bazaar-repo') } - downloader = Downloader.for_target(tmp_folder, options) - downloader.download - tmp_folder('README').read.strip.should == 'Fourth Commit' - end - - it 'returns whether it supports the download of the head' do - options = { :bzr => fixture('bazaar-repo') } - downloader = Downloader.for_target(tmp_folder('checkout'), options) - downloader.head_supported?.should.be.true - end - - describe 'when the directory name has quotes or spaces' do - xit 'checks out the head revision' do - options = { :bzr => fixture('bazaar-repo') } - downloader = Downloader.for_target(tmp_folder_with_quotes, options) - downloader.download - tmp_folder_with_quotes('README').read.strip.should == 'Fourth Commit' - end - - xit 'checks out a specific revision into a directory with quotes' do - options = { :bzr => fixture('bazaar-repo'), :revision => '1' } - downloader = Downloader.for_target(tmp_folder_with_quotes, options) - downloader.download - tmp_folder_with_quotes('README').read.strip.should == 'First Commit' - end - end - - xit 'returns the checked out revision' do - options = { :bzr => fixture('bazaar-repo') } - downloader = Downloader.for_target(tmp_folder, options) - downloader.download - downloader.checkout_options.should == { - :bzr => fixture('bazaar-repo'), - :revision => '4', - } - end - - it 'returns whether the provided options are specific' do - Downloader.for_target('path', :bzr => 'url').options_specific?.should.be.false - Downloader.for_target('path', :bzr => 'url', :revision => '').options_specific?.should.be.true - end - - it 'raises if it fails to download' do - options = { :bzr => 'missing-repo', :revision => '12' } - downloader = Downloader.for_target(tmp_folder, options) - lambda { downloader.download }.should.raise DownloaderError - end - - it 'has no preprocessing' do - options = { :bzr => fixture('bazaar-repo'), :revision => '1' } - new_options = Downloader.preprocess_options(options) - new_options.should == options - end - end - end -end diff --git a/spec/fixtures/bazaar-repo/.bzr/README b/spec/fixtures/bazaar-repo/.bzr/README deleted file mode 100644 index f82dc1c..0000000 --- a/spec/fixtures/bazaar-repo/.bzr/README +++ /dev/null @@ -1,3 +0,0 @@ -This is a Bazaar control directory. -Do not change any files in this directory. -See http://bazaar.canonical.com/ for more information about Bazaar. diff --git a/spec/fixtures/bazaar-repo/.bzr/branch-format b/spec/fixtures/bazaar-repo/.bzr/branch-format deleted file mode 100644 index 9eb09b7..0000000 --- a/spec/fixtures/bazaar-repo/.bzr/branch-format +++ /dev/null @@ -1 +0,0 @@ -Bazaar-NG meta directory, format 1 diff --git a/spec/fixtures/bazaar-repo/.bzr/branch/branch.conf b/spec/fixtures/bazaar-repo/.bzr/branch/branch.conf deleted file mode 100644 index e69de29..0000000 diff --git a/spec/fixtures/bazaar-repo/.bzr/branch/format b/spec/fixtures/bazaar-repo/.bzr/branch/format deleted file mode 100644 index dc392f4..0000000 --- a/spec/fixtures/bazaar-repo/.bzr/branch/format +++ /dev/null @@ -1 +0,0 @@ -Bazaar Branch Format 7 (needs bzr 1.6) diff --git a/spec/fixtures/bazaar-repo/.bzr/branch/last-revision b/spec/fixtures/bazaar-repo/.bzr/branch/last-revision deleted file mode 100644 index b160a44..0000000 --- a/spec/fixtures/bazaar-repo/.bzr/branch/last-revision +++ /dev/null @@ -1 +0,0 @@ -4 fred@sharpnoodles.com-20130903122427-q62tvv61aw0v4f4m diff --git a/spec/fixtures/bazaar-repo/.bzr/branch/tags b/spec/fixtures/bazaar-repo/.bzr/branch/tags deleted file mode 100644 index dd97f9d..0000000 --- a/spec/fixtures/bazaar-repo/.bzr/branch/tags +++ /dev/null @@ -1 +0,0 @@ -d12:my_other_tag53:fred@sharpnoodles.com-20130903122403-19amncmj76umtisz6:my_tag53:fred@sharpnoodles.com-20130903122345-4ladk888amaey5uxe \ No newline at end of file diff --git a/spec/fixtures/bazaar-repo/.bzr/checkout/conflicts b/spec/fixtures/bazaar-repo/.bzr/checkout/conflicts deleted file mode 100644 index 0dc2d3a..0000000 --- a/spec/fixtures/bazaar-repo/.bzr/checkout/conflicts +++ /dev/null @@ -1 +0,0 @@ -BZR conflict list format 1 diff --git a/spec/fixtures/bazaar-repo/.bzr/checkout/dirstate b/spec/fixtures/bazaar-repo/.bzr/checkout/dirstate deleted file mode 100644 index 2fd044da8de9b985b12c3c686b921faa8fd2f23f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 510 zcmb7>O-sW-5Qg`hUlH&encZxYY)>vW)(VQP;)zDJWr)a=1ST;;o(RAR1;{kyMsZ~_ gBUpwpst9OAX!t2Gd-+8`a48q_-MHT~lS?*Sf=y8r+H diff --git a/spec/fixtures/bazaar-repo/.bzr/checkout/format b/spec/fixtures/bazaar-repo/.bzr/checkout/format deleted file mode 100644 index e0261c7..0000000 --- a/spec/fixtures/bazaar-repo/.bzr/checkout/format +++ /dev/null @@ -1 +0,0 @@ -Bazaar Working Tree Format 6 (bzr 1.14) diff --git a/spec/fixtures/bazaar-repo/.bzr/checkout/views b/spec/fixtures/bazaar-repo/.bzr/checkout/views deleted file mode 100644 index e69de29..0000000 diff --git a/spec/fixtures/bazaar-repo/.bzr/repository/format b/spec/fixtures/bazaar-repo/.bzr/repository/format deleted file mode 100644 index b200528..0000000 --- a/spec/fixtures/bazaar-repo/.bzr/repository/format +++ /dev/null @@ -1 +0,0 @@ -Bazaar repository format 2a (needs bzr 1.16 or later) diff --git a/spec/fixtures/bazaar-repo/.bzr/repository/indices/0eee32389584c19d27fb19f04c01564d.cix b/spec/fixtures/bazaar-repo/.bzr/repository/indices/0eee32389584c19d27fb19f04c01564d.cix deleted file mode 100644 index 37eb0dbe578c808d8205cf6c087efe967ec976f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 183 zcmZ?L4k=1aRd6p#EXYvs%u7kFP%z@k%TGy-FG@{|&&ez%1*6}Pt8fqP0a&x z4Y_hs^K6Z{it@|jfvohB43JpG9M#jid6^6aSRIasw|al5%T*5Sx&A$jg~emS1zYun zozFklKKys&)Z@PqCCbyEyofcQqjXWys7I=JcgyoB!k5!DuWT{O&J8{J&+_OM^9Oeh jwJe`|V&VjWHS-KNy_fLbB=RuO^UtX#Wq%lgla+)4F>p}~ diff --git a/spec/fixtures/bazaar-repo/.bzr/repository/indices/0eee32389584c19d27fb19f04c01564d.iix b/spec/fixtures/bazaar-repo/.bzr/repository/indices/0eee32389584c19d27fb19f04c01564d.iix deleted file mode 100644 index 8d6b85eedee37ebcd9703d20fc1b3f1a65c2e93c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 160 zcmZ?L4k=1aRd6p#EXYvs%u7kFP%z@k%TGy-FG@{|&&ez6aY}yo`MU|d_GLcq8V?} z{Nj@t3L$EC`r5kf0B>H|5}yN;uQQVySRyD57PLat2y*o4MIU3qm++k4PO8dhcJ0(r zPGgKN@N~GvVed|In^%}0-F;1XOxFdg%An9zfKa9`nfa1qEIS28_WedgYe;^urZmg{ PTcZT(-v;#;-(o|UvG-l3 diff --git a/spec/fixtures/bazaar-repo/.bzr/repository/indices/16b1053ed12916f4f545020352384e52.cix b/spec/fixtures/bazaar-repo/.bzr/repository/indices/16b1053ed12916f4f545020352384e52.cix deleted file mode 100644 index 9f85706..0000000 --- a/spec/fixtures/bazaar-repo/.bzr/repository/indices/16b1053ed12916f4f545020352384e52.cix +++ /dev/null @@ -1,6 +0,0 @@ -B+Tree Graph Index 2 -node_ref_lists=0 -key_elements=1 -len=1 -row_lengths=1 -x 0 ԙ"#3q&[Hа=wwqY"e13\Y̘ڥIurIڢ' \ No newline at end of file diff --git a/spec/fixtures/bazaar-repo/.bzr/repository/indices/16b1053ed12916f4f545020352384e52.iix b/spec/fixtures/bazaar-repo/.bzr/repository/indices/16b1053ed12916f4f545020352384e52.iix deleted file mode 100644 index 70c675615ab54f041676cebe69dae2c5ae635a30..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 176 zcmZ?L4k=1aRd6p#EXYvs%u7kFP%z@k%TGy-FG@{|&&ezf7C z=ilwVx;vo#a)0ftJ3I3Y`&Rp(6^K;QVB%gPV7l#-!3=N1Q+ESOF2wxRS6I2`aqfeq YrsB^n_lhcVUI}YZSn!M4YKlf60LEoTg8%>k diff --git a/spec/fixtures/bazaar-repo/.bzr/repository/indices/16b1053ed12916f4f545020352384e52.rix b/spec/fixtures/bazaar-repo/.bzr/repository/indices/16b1053ed12916f4f545020352384e52.rix deleted file mode 100644 index 07702ee7270e918379266391f9b2e1efac634d0c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 178 zcmZ?L4k=1aRd6p#EXYvs%u7kFP%z@k%TGy-FG@{|&&ezL3=Zp@yDYBVZhr{?lQ~yZ diff --git a/spec/fixtures/bazaar-repo/.bzr/repository/indices/7ce6129415e312dba7c6ca36ee0f2157.cix b/spec/fixtures/bazaar-repo/.bzr/repository/indices/7ce6129415e312dba7c6ca36ee0f2157.cix deleted file mode 100644 index ec69e75304a45fef680449f816e14d44a94474df..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 148 zcmZ?L4k=1aRd6p#EXYvs%u7kFP%z@k%TGy-FG@{|&&ez%1*6}Pt8fqP0a&x z4Y_hs^MGVgetA5Qm0pqo604ZQdhj4`g8~n0z&W3T9ABI_&a&|7&b6s9xY&LB_r2eD x_rwn@au5X7+FQ`@%b)T-%+n^&wT$>%&* z-zT&4vrn*P?wen=3w8fF7tH&f#k1OFg=j>8>7uMHIW{}z8@7c#T5~yekN%$%bM!p! br|whQR%o&D!dk(Mz=nWp)A%E@G|mD55JyW; diff --git a/spec/fixtures/bazaar-repo/.bzr/repository/indices/7ce6129415e312dba7c6ca36ee0f2157.six b/spec/fixtures/bazaar-repo/.bzr/repository/indices/7ce6129415e312dba7c6ca36ee0f2157.six deleted file mode 100644 index a2afde6..0000000 --- a/spec/fixtures/bazaar-repo/.bzr/repository/indices/7ce6129415e312dba7c6ca36ee0f2157.six +++ /dev/null @@ -1,5 +0,0 @@ -B+Tree Graph Index 2 -node_ref_lists=0 -key_elements=1 -len=0 -row_lengths= diff --git a/spec/fixtures/bazaar-repo/.bzr/repository/indices/7ce6129415e312dba7c6ca36ee0f2157.tix b/spec/fixtures/bazaar-repo/.bzr/repository/indices/7ce6129415e312dba7c6ca36ee0f2157.tix deleted file mode 100644 index 8c55dad7a625e49743882892e2897b1ec6b1afd4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 199 zcmV;&0670bD^zl2Wgtg#VQ^?5Np56icpx$gZf|5|Uvgz;Uu6aY}xp27>zd_GXPXr`Yh(&dVe%tO1f`(^tq?VWoI;-IV>$>+9O~|+5}~la)t*Y8 zQu2}O>5;}CXRI`l{NS9Uk@&FdF8#Kim8PECtMq#iu&_b(h^957hKsK5A BTBZO1 diff --git a/spec/fixtures/bazaar-repo/.bzr/repository/indices/f9604713d4ada772a21468a6846344b2.cix b/spec/fixtures/bazaar-repo/.bzr/repository/indices/f9604713d4ada772a21468a6846344b2.cix deleted file mode 100644 index 481b0e8ffe91141bc6e1b8a8511ba778bbe2b321..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 149 zcmZ?L4k=1aRd6p#EXYvs%u7kFP%z@k%TGy-FG@{|&&ez%1*6}Pt8fqP0a&x z4Y_hs^MGVgetA5Qm0pqo604ZQdhj%Fg8~mjz&W3T9J!iXW?1RINlhFc2foNI zeE)A-@yY&4sjrrsE>EvMx$Dfa$61^_C_PDB6z diff --git a/spec/fixtures/bazaar-repo/.bzr/repository/indices/f9604713d4ada772a21468a6846344b2.six b/spec/fixtures/bazaar-repo/.bzr/repository/indices/f9604713d4ada772a21468a6846344b2.six deleted file mode 100644 index a2afde6..0000000 --- a/spec/fixtures/bazaar-repo/.bzr/repository/indices/f9604713d4ada772a21468a6846344b2.six +++ /dev/null @@ -1,5 +0,0 @@ -B+Tree Graph Index 2 -node_ref_lists=0 -key_elements=1 -len=0 -row_lengths= diff --git a/spec/fixtures/bazaar-repo/.bzr/repository/indices/f9604713d4ada772a21468a6846344b2.tix b/spec/fixtures/bazaar-repo/.bzr/repository/indices/f9604713d4ada772a21468a6846344b2.tix deleted file mode 100644 index 85189b9d5e71e7affd02a5c45936aefbc36358f3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 200 zcmZ?L4k=1aRd6p#EXYvs%u7kFP%z@k%TGy-FG@{|&&ezuűO&s],CZpC~Lju1]GZސAGk:GLC6ItއwuQ=ߥND 1 \ No newline at end of file diff --git a/spec/fixtures/bazaar-repo/.bzr/repository/packs/0eee32389584c19d27fb19f04c01564d.pack b/spec/fixtures/bazaar-repo/.bzr/repository/packs/0eee32389584c19d27fb19f04c01564d.pack deleted file mode 100644 index cb005aa3aebacf7deb37a29adc3b09d46662640f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 988 zcmV<210(!GVR~UK4eE-^SM3PLk9 z3JPaqVljFOGBOG=Gzxf}OXG3NEGjNhaL&)o%`5=`BL)QoLNPcB3TI@7ke~nxlb={9lo}h<^8>j0L*{8mz0u2?i;zrPUC8grN$v()Eb_I3C8^t^*m z*gwnzm3&OeN1pHdG+kdgaXGDc8i)5aE1SEsf}V9}Y(-Xk@0i$7Z5*PidxxD3okU-w zR|rzU%Pm?P1AZ*+_LdU(XT%T0(|Zy^F*7g<3TIdqXxm*L=(3KGF124O{8HZbRTWmn7=5!Y;Iqx=& z!)-5!_LUmoLh_zV0U&wX-0zoj?wnSd`*!b+MzGbDO0PBR-G(o!-Ls`M;TyF@CkB$L z)d5ih_ew&qMx>5VdWp`E@5lt-IZ3SGk+zhVca;i`U$tM>CFgO%?K9;0pAnemdY=55 z;`h0NUi|^Aiq!q8RR8^37g`c{W7>dPctQgxJ0&;(uje)Oa>QQs>=!ksV*ElfHZ}?h zXJcY9dI~Z%G72*^G75N{ZID4~!!Qs#45TM{EBA-QHR zR5{&t`G?P&$9F$(>)N4*V4wJexYeEr-3x!5g%Mrcg0 z0Hid>w$~K}$aM4B#~}RNHu$fHP!bwB$Oe>Zlo5~XU0(fixhK`7@uvQiEK?|zlGoi) zqYt-wi2M+h2U?<&uI*{Ct~0GsMk<;|<%}Ej(1Eiv(9{`86=$$2XL}(~c=nvj;q)4g K=obT1b5%uJD7w-B diff --git a/spec/fixtures/bazaar-repo/.bzr/repository/packs/16b1053ed12916f4f545020352384e52.pack b/spec/fixtures/bazaar-repo/.bzr/repository/packs/16b1053ed12916f4f545020352384e52.pack deleted file mode 100644 index 89251b6573f056d642778e90aa6e499aaec6712c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 863 zcmV-l1EBmuVR~UK4eE-^SM3PLkA z3JPaqVljFOGBXM>H41o~OXGFRFD)v`P;k!A&CM(U04Xj7bwV;TH3|x6V`4FS3NkV= z3N$e_3V58A&rNQFFc5~}NZrjTasjIG4+gVpq-5DHdVy-doTBKYc)*c&n+HuWR)>M!)C|0n7mwRq)G`KES+j}JNH$tt5 z+jYTf*S;@7no!RYz5z>+dYD2oG&2ecXJcY9dI~Z!ISMl{GYWW|O^;1(gD?ro!LaI0tg)F9Bmq-n8F8l`vQE0`au)A>Z|LVE&W~lQxRsQzksSy*&i;Xy-(bb@ zHp4Mj>qDwk}B-0ThW0SH%|`THS+(agC-Y#umKn2gOa`qrq3!JG=Y?!_K4 zrS5Uw#B;r1SyIj}P(5tcCkom$AL*78c?MGQ9Ru7fB`;K(r|JOAxnQyvmb`u672XgF zE41YM%^gr1#s#DSp>z+xM|IG8+E8E$t-ku4n0JFPfA(NK2f-&Upzmd`*vHtnbsYge z`6_1_e=A|3)HX^D|Kf1LV8WPed{g5!HeYZ1HfelXH&8BLY|De>1_qAO5*NKBJ;<{n pt;Hy`!x`wTEJt)!IY&X6ZED3=0%1=1TH2*M-ak(C1M+i)GDQ-ghZ_I@ diff --git a/spec/fixtures/bazaar-repo/.bzr/repository/packs/7ce6129415e312dba7c6ca36ee0f2157.pack b/spec/fixtures/bazaar-repo/.bzr/repository/packs/7ce6129415e312dba7c6ca36ee0f2157.pack deleted file mode 100644 index 1715513bc64e63040773769d4f672cfc134519d5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 861 zcmV-j1ETywVR~UK4eE-^SM3PLkA z3JPaqVljFOGBXM>H41o~OXCerP0r6tQE<-B&CM(U04OB|Swb>1F$xN2V`4FS3NkS_ z3N$e_3V58Ak4tWYFcbhIb@xt@3%K&<8EjUq)GXUYFHk+O9SA14214jrdf0ZGU9z8% zX2S1N)ArF*sG!hV6(B$YWKVAJOmd;PRlf^AUQ;H=dOjX@1U!N((6I|SF|YX8Uy+%X|bwk<1P zy7ssxS)}?R;SWyhdVWGOG&2ecXJcY9dI~Z!ISMl{GYWW|RgXb#gD?<9r7nGnT)>sF z8Dd!FCf3-V5hQ?-O-Z>^4_PPbrpsBp_x|wDM;IT|deFM3d=8=z<}kVkoo>a2hRcX$ zlo~)j@f10w-A!@0?3u{DE~!;xRIf~}a7y{v9e zj;ER4sxo3Tuz|J!kYcU%f+3+=V7YKn>I>@Ss^~>%nT@vv0W8N&EsW z<72WyGB`F03TIsp-XUNS`nO7Rr~+|9MjR9mFQ1Gq!QJRVt&<7rKJN35*U zTpl-9z|wG5=&;$Yw7;%!2}1%cU*!HQfa0V`jfR5C#0J` zfBja%O1X8)lK#aJhTYCrevZe_>nw)(a1pDUaxq^zsMH(l`=Gen4XCv;L0f}jFyVkg n1fvbtnt~P{yz+`d*DK4eE-^SM3PLk9 z3JPaqVljFOGBOG=Gzxf}OXCU2$Sg`xaL&)o%`5=`BESUqLNYTn3JPaqVljFOGBPj< zG%+;_c$}4wOHRWu6aXu+d#C6HjO=H}iL(NUE@8n1(2GA!(l`!I($JoT!@?3)(EW@w z6F%>3dm2228gx-e4FV7#dveh;GcYp>c$`g-O>ToQ5JsggeTrOw z%D;eFQn94V+A$7kd)qnrirT1D(EqF~(vbDkRUU$k8^`_&o<2Hiu zB-k$?x?F8n7jWbr_xvn`kRq{T z#|1i`HZk#MWIGYb6}U7W*s@?*Qq}9KwqFn4589?2s5+3$e%2<1;A-Wpdi|1l*}a+r z#khO4O+1$q9ePTc9>H^zc>F(6|K1)rShR>t&>uB&HVw0OCywaR2}S delta 43 wcmWF!pJ1pK?DfK)fq{W7$koxs*ENrUp>YY2s~_z3d?Ao#*ULyRNlY&W0Q