Added branches arg.

This commit is contained in:
Phil Jackson 2010-09-01 00:03:35 +01:00
parent bad6cc9817
commit 644cdf82df

View file

@ -168,6 +168,7 @@
("-f" "First parent" "--first-parent") ("-f" "First parent" "--first-parent")
("-a" "All" "--all")) ("-a" "All" "--all"))
(arguments (arguments
("=b" "Branches" "--branches" read-from-minibuffer)
("=a" "Author" "--author" read-from-minibuffer) ("=a" "Author" "--author" read-from-minibuffer)
("=g" "Grep" "--grep" read-from-minibuffer)))) ("=g" "Grep" "--grep" read-from-minibuffer))))
"Holds the key, help, function mapping for the log-mode. If you "Holds the key, help, function mapping for the log-mode. If you