diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-19 14:55:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-19 14:55:34 -0400 |
commit | 57ab2130132c016790afe800a28c6fd88a5fca7b (patch) | |
tree | f275b1883e219953a6132ef9b6da54a2c3577b42 /Command/View.hs | |
parent | ade0216bd08c2f9c1ed10c1c2274fd5b071c9c93 (diff) |
new section for metadata
Diffstat (limited to 'Command/View.hs')
-rw-r--r-- | Command/View.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/View.hs b/Command/View.hs index 5895ba08f..7cc908436 100644 --- a/Command/View.hs +++ b/Command/View.hs @@ -20,7 +20,7 @@ import Logs.View def :: [Command] def = [notBareRepo $ notDirect $ - command "view" paramView seek SectionUtility "enter a view branch"] + command "view" paramView seek SectionMetaData "enter a view branch"] seek :: CommandSeek seek = withWords start |