diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-19 16:58:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-19 16:58:36 -0400 |
commit | 28336756f9e97173ce922d02c6eeed4e01d07e57 (patch) | |
tree | 92c0a93f59a281c890eb040d1e52188481e3c04f /Command/TransferKey.hs | |
parent | 8615dd8c3c1a576b536edf59322c74eb8dfbb065 (diff) |
implement transferkeys plumbing command
Diffstat (limited to 'Command/TransferKey.hs')
-rw-r--r-- | Command/TransferKey.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Command/TransferKey.hs b/Command/TransferKey.hs index 407c1d483..e2c926d40 100644 --- a/Command/TransferKey.hs +++ b/Command/TransferKey.hs @@ -1,4 +1,5 @@ -{- git-annex command, used internally by assistant +{- git-annex command, used internally by old versions of assistant; + - kept around for now so running daemons don't break when upgraded - - Copyright 2012 Joey Hess <joey@kitenet.net> - |