Skip to content

Commit

Permalink
Merge pull request #24818 from JuliaLang/rf/unmerge-merge!
Browse files Browse the repository at this point in the history
unmerge Base.merge! and LibGit2.merge!
  • Loading branch information
StefanKarpinski authored Nov 29, 2017
2 parents 2316bb5 + 181a2ae commit c322fed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2137,6 +2137,8 @@ end
@deprecate linspace(start, stop) linspace(start, stop, 50)
@deprecate logspace(start, stop) logspace(start, stop, 50)

@deprecate merge!(repo::LibGit2.GitRepo, args...; kwargs...) LibGit2.merge!(repo, args...; kwargs...)

# END 0.7 deprecations

# BEGIN 1.0 deprecations
Expand Down
2 changes: 1 addition & 1 deletion base/libgit2/libgit2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Interface to [libgit2](https://libgit2.github.com/).
"""
module LibGit2

import Base: merge!, ==
import Base: ==

export with, GitRepo, GitConfig

Expand Down

0 comments on commit c322fed

Please sign in to comment.