You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
(autoload 'hg-mode "mercurial" "HG mode." t)
|
|
(autoload 'hg-help-overview "mercurial" "HG help." t)
|
|
|
|
(autoload 'mq-mode "mq"
|
|
"MQ mode for Mercurial repositories with an MQ patch queue." t)
|
|
(autoload 'mq-edit-mode "mq"
|
|
"MQ edit mode for editing patch descriptions." t)
|