rename
This commit is contained in:
parent
ff21fd4a65
commit
cfe21e85e7
73 changed files with 173 additions and 173 deletions
|
@ -7,9 +7,9 @@
|
|||
|
||||
module Command.Merge where
|
||||
|
||||
import AnnexCommon
|
||||
import Annex.Common
|
||||
import Command
|
||||
import qualified Branch
|
||||
import qualified Annex.Branch
|
||||
|
||||
command :: [Command]
|
||||
command = [repoCommand "merge" paramNothing seek
|
||||
|
@ -25,5 +25,5 @@ start = do
|
|||
|
||||
perform :: CommandPerform
|
||||
perform = do
|
||||
Branch.update
|
||||
Annex.Branch.update
|
||||
next $ return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue