Mercurial > hg > mercurial-talk
changeset 162:fbe690ea485f
Split off slide on third party tools.
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 27 Apr 2010 09:23:11 +0200 (2010-04-27) |
parents | a08b33a648c8 |
children | 4a5453cf9220 |
files | mercurial.tex third-party-tools.tex |
diffstat | 2 files changed, 9 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial.tex +++ b/mercurial.tex @@ -170,14 +170,7 @@ \subsection{Third-Party Tools} -\begin{frame}{Third-Party Tools} - Tools with Mercurial support: - \begin{itemize} - \item Shell integration: TortoiseHg (Windows, Mac, Linux) - \item IDEs: Eclipse, NetBeans, IntelliJ, Visual Studio, Emacs\dots - \item Project Support: Trac, JIRA, Maven, Hudson, BuildBot\dots - \end{itemize} -\end{frame} +\include{third-party-tools} \include{demo}
new file mode 100644 --- /dev/null +++ b/third-party-tools.tex @@ -0,0 +1,8 @@ +\begin{frame}{Third-Party Tools} + Tools with Mercurial support: + \begin{itemize} + \item Shell integration: TortoiseHg (Windows, Mac, Linux) + \item IDEs: Eclipse, NetBeans, IntelliJ, Visual Studio, Emacs\dots + \item Project Support: Trac, JIRA, Maven, Hudson, BuildBot\dots + \end{itemize} +\end{frame}