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.
1 parent db8cf0e commit 4991eb4Copy full SHA for 4991eb4
lib/scm/adapters/bzr/pull.rb
@@ -12,7 +12,7 @@ def pull(from, &block)
12
run "rm -rf '#{self.url}'"
13
run "bzr branch '#{from.url}' '#{self.url}'"
14
else
15
- run "cd '#{self.url}' && bzr pull && bzr pull --overwrite '#{from.url}'"
+ run "cd '#{self.url}' && bzr revert && bzr pull --overwrite '#{from.url}'"
16
end
17
18
yield(1,1) if block_given? # Progress bar callback
0 commit comments