Skip to content

Commit

Permalink
Fixing issue with reset ref/tags/revision syntax out of bzr fast-expo…
Browse files Browse the repository at this point in the history
…rt breaking git fast-import
  • Loading branch information
arnaudsj committed Mar 12, 2010
1 parent 27071f6 commit bca3290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-bzr
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ function gitbzr_fetch() {
mkdir -p "$(dirname $git_map)"
bzr fast-export --export-marks=${bzr_map} \
--git-branch=bzr/${remote} ${location} \
| sed 's/reset\ refs\/tags\/version\ /reset\ refs\/tags\//' \
| git fast-import --export-marks=${git_map}
elif [ -f "$git_map" -a -f "$bzr_map" ] ; then
echo "Updating remote ${remote}"
Expand Down

0 comments on commit bca3290

Please sign in to comment.