# HG changeset patch # User Josef "Jeff" Sipek # Date 1126761334 14400 # Node ID 9543ec339bda013e89ef1d9eabadff853fcbd9ea # Parent abefaee0b25615d22629cb10715137298456fac4 Added checkout to the command reference diff -r abefaee0b256 -r 9543ec339bda handout.tex --- a/handout.tex Thu Sep 15 01:09:03 2005 -0400 +++ b/handout.tex Thu Sep 15 01:15:34 2005 -0400 @@ -18,6 +18,7 @@ What & Subversion & Mercurial \\ \hline \hline Create repository & svnadmin create \emph{/path/to/repo} & hg init \emph{/path/to/repo} \\ + Checkout repository & svn checkout \emph{url} & \emph{does not apply} \\ Clone repository & \emph{does not apply} & hg clone \emph{existing} \emph{/path/to/clone/to} \\ Commit changes & svn commit & hg commit \\ Push changes & \emph{does not apply} & hg push [\emph{remote\_repo}] \\