2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-03 15:40:17 +00:00
cheat.sheets/sheets/bzr
terminalforlife d7473ac185 Fix trailing whitespace on all files
Tidy files; tidy soul!
2020-02-22 02:47:54 +00:00

14 lines
385 B
Plaintext

# Install bazaar fastimport plugin
cd ~/.bazaar/plugins
bzr branch lp:bzr-fastimport fastimport
# you can do it manually:
# pip install
# python setup.py build_ext -i
# mv ... ~/.bazaar/plugins
# probably you will need this patch:
# https://launchpadlibrarian.net/174264005/fix-1314771.debdiff
# How to migrate from Bazaar to git:
git init
bzr fast-export --plain . | git fast-import