diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-22 17:18:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-22 17:18:53 -0400 |
commit | 82a188fcee59067a389e59fd5c30eabd1ef7ac03 (patch) | |
tree | 5960bc7e6bd578e6873a8e90bed9c58d86b4554b /GitAnnex.hs | |
parent | 2ae8b1701203e6f977cf6d1d7f53db1c01222aee (diff) |
rmurl: New command, removes one of the recorded urls for a file.
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r-- | GitAnnex.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs index b78493dfc..7dbaca3b5 100644 --- a/GitAnnex.hs +++ b/GitAnnex.hs @@ -53,6 +53,7 @@ import qualified Command.Ungroup import qualified Command.Vicfg import qualified Command.Sync import qualified Command.AddUrl +import qualified Command.RmUrl import qualified Command.Import import qualified Command.Map import qualified Command.Direct @@ -85,6 +86,7 @@ cmds = concat , Command.Lock.def , Command.Sync.def , Command.AddUrl.def + , Command.RmUrl.def , Command.Import.def , Command.Init.def , Command.Describe.def |