160
|
1 \begin{frame}[label=after-basics]{Mercurial is Extensible} |
|
2 You can add new functionality to Mercurial: |
|
3 \begin{itemize} |
|
4 \item ships with 30+ extensions |
|
5 \item wiki lists 75+ extensions |
|
6 \item extensions can change basically everything |
|
7 \item helps to keep the core small and focused |
|
8 \end{itemize} |
|
9 |
|
10 % \begin{itemize} |
|
11 % \item \ext{bugzilla} integrates with Bugzilla |
|
12 % \item \ext{color} enables color output in terminals |
|
13 % \item \ext{gpg} manages GnuPG digital signatures |
|
14 % \item \ext{inotify} gives instant file status on Linux 2.6 |
|
15 % \item \ext{keyword} expands keywords in working copy |
|
16 % \item \ext{parentrevspec} changes syntax for revisions |
|
17 % \end{itemize} |
|
18 \end{frame} |