Mercurial > hg > mercurial-talk
view hg-git.tex @ 178:e0e9eaf639c3
Example for "hg grep".
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 27 Apr 2010 14:58:45 +0200 |
parents | a37e865ceb9e |
children |
line wrap: on
line source
\begin{frame}{Interfacing with Git} Need to work on a Git repository? Try \ext{hg-git}! \begin{itemize} \item Mercurial extension: you get the nice \cmd{hg} command line \item round-tripping: changeset hashes are preserved \end{itemize} % TODO: add colors, improve boxes. \begin{center} \begin{tikzpicture} \tikzstyle{every node}=[repository, minimum height=16mm, text width=12mm,] \tikzstyle{every path}=[<->, short] \node (a) at ( 90:2) {Git}; \node (b) at (210:2) {Hg}; \node (c) at (-30:2) {Hg}; \draw (a) -- (b); \draw (b) -- (c); \draw (c) -- (a); \end{tikzpicture} \end{center} \end{frame}