summaryrefslogtreecommitdiff
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-10 13:28:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-10 13:28:04 -0400
commit99d9c1cf893f1ad6bf400219a47593cf70993768 (patch)
tree8a23cf7bebb3d94dedbcf72fb17a680dd90c95d9 /CmdLine.hs
parentee6052cbf8337f60d4c1ee590f21b24f77f3b210 (diff)
edit an alias for unlock
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/CmdLine.hs b/CmdLine.hs
index 1c73533df..3f2b1e94e 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -46,6 +46,8 @@ subCmds =
"transfer content of files to/from another repository"
, SubCommand "unlock" path (withFilesInGit Command.Unlock.start)
"unlock files for modification"
+ , SubCommand "edit" path (withFilesInGit Command.Unlock.start)
+ "same as unlock"
, SubCommand "lock" path (withFilesInGit Command.Lock.start)
"undo unlock command"
, SubCommand "init" desc (withDescription Command.Init.start)