We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6003fea + 44ffaa4 commit 1fd36b1Copy full SHA for 1fd36b1
lib/ohloh_scm/adapters/bzr/misc.rb
@@ -31,7 +31,7 @@ def is_merge_commit?(commit)
31
end
32
33
def export_tag(dest_dir, tag_name)
34
- run "cd '#{path}' && bzr export -r tag:#{tag_name} #{dest_dir}"
+ run "cd '#{path}' && bzr export -r #{tag_name} #{dest_dir}"
35
36
37
def export(dest_dir, token=head_token)
lib/ohloh_scm/version.rb
@@ -1,5 +1,5 @@
1
module OhlohScm
2
module Version
3
- STRING = '2.5.0'
+ STRING = '2.5.1'
4
5
0 commit comments