diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2013-09-19 14:16:28 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2013-09-19 14:16:55 -0400 |
commit | dcd29f4cf57d8bf3bc84bd3368b1e5e09ed8d85e (patch) | |
tree | 58eef8b88986f2f22f5dcc679a41c01f8554ff79 /GitAnnex.hs | |
parent | b75aa5d1d0848ae54d6e85ada1b8247946afa5cc (diff) |
rename remotes to list
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r-- | GitAnnex.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs index ab1e8c3d0..ad04d9fdc 100644 --- a/GitAnnex.hs +++ b/GitAnnex.hs @@ -42,7 +42,7 @@ import qualified Command.Lock import qualified Command.PreCommit import qualified Command.Find import qualified Command.Whereis -import qualified Command.Remotes +import qualified Command.List import qualified Command.Log import qualified Command.Merge import qualified Command.Status @@ -133,7 +133,7 @@ cmds = concat , Command.AddUnused.def , Command.Find.def , Command.Whereis.def - , Command.Remotes.def + , Command.List.def , Command.Log.def , Command.Merge.def , Command.Status.def |