# HG changeset patch # User Brian Neal # Date 1321324788 21600 # Node ID 1f58f03815f9184ebaab0f03e27eee45bae2bc3a # Parent cb7409a6ae2dbc1a347fe8feba4a13907c4373b7 Added a bullet about switching between branches being fast on the speed slide. Added a makefile. diff -r cb7409a6ae2d -r 1f58f03815f9 Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Mon Nov 14 20:39:48 2011 -0600 @@ -0,0 +1,9 @@ +all: slides.html +.PHONY: all + +slides.html: slides.rst slides.css slides.cfg + landslide slides.cfg + +.PHONY: clean +clean: + rm slides.html diff -r cb7409a6ae2d -r 1f58f03815f9 slides.rst --- a/slides.rst Sun Nov 13 16:49:51 2011 -0600 +++ b/slides.rst Mon Nov 14 20:39:48 2011 -0600 @@ -146,12 +146,16 @@ ===== - Local operations are **fast** -- No, really, **you will** notice a big difference + + - No, really, **you will** notice a big difference + - Switching between branches will blow your mind + - Initial pull down of an entire repository *might* be slower than a CVCS - Then again, you might be surprised - Mercurial, for example, stores an entire repository in less space than a SVN working copy in many cases + ----