Demote FIXME to a normal comment

This commit is contained in:
Jack Nagel 2014-12-06 15:53:37 -05:00
parent 6081874612
commit df25be78b5

View File

@ -686,7 +686,7 @@ end
class BazaarDownloadStrategy < VCSDownloadStrategy class BazaarDownloadStrategy < VCSDownloadStrategy
def stage def stage
# FIXME: The export command doesn't work on checkouts # The export command doesn't work on checkouts
# See https://bugs.launchpad.net/bzr/+bug/897511 # See https://bugs.launchpad.net/bzr/+bug/897511
FileUtils.cp_r Dir[@clone+"{.}"], Dir.pwd FileUtils.cp_r Dir[@clone+"{.}"], Dir.pwd
FileUtils.rm_r ".bzr" FileUtils.rm_r ".bzr"