lib/gitmine.rb in gitmine-0.1.6 vs lib/gitmine.rb in gitmine-0.1.7
- old
+ new
@@ -50,9 +50,11 @@
note = "Branch *#{branch_name}* created from #{original_branch}"
if Config.github
note << %{ - "See on Github":https://github.com/#{Config.github}/tree/#{branch_name}}
note << %{ - "Compare on Github":https://github.com/#{Config.github}/compare/#{original_branch}...#{branch_name}}
end
+
+ issue.add_note(note)
end
# TODO specs
def self.checkout(issue_id)
local_branch = LocalBranch.find(issue_id).name