diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-15 14:34:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-15 14:34:15 -0400 |
commit | fe5e4bdc647f779e65f935f42e6fe798ab036165 (patch) | |
tree | 18e4b0484a1d4dcbc9d4bd89d0d8f00da6f695d8 /Command/Get.hs | |
parent | 9fe3c6d21134638a29c6ad4ced6a11ed9b0242ed (diff) |
comment
Diffstat (limited to 'Command/Get.hs')
-rw-r--r-- | Command/Get.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Get.hs b/Command/Get.hs index 358105cac..bc617c9fa 100644 --- a/Command/Get.hs +++ b/Command/Get.hs @@ -34,6 +34,7 @@ start (file, attr) = isAnnexed file $ \(key, _) -> do case from of Nothing -> next $ perform key Just name -> do + -- get --from = copy --from src <- Remote.byName name next $ Command.Move.fromPerform src False key where |