Mercurial > public > dvcs_intro_brownbag
comparison slides.rst @ 8:1f58f03815f9
Added a bullet about switching between branches being fast on the speed slide. Added a makefile.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 14 Nov 2011 20:39:48 -0600 |
parents | cb7409a6ae2d |
children | 942a12c1604d |
comparison
equal
deleted
inserted
replaced
7:cb7409a6ae2d | 8:1f58f03815f9 |
---|---|
144 | 144 |
145 Speed | 145 Speed |
146 ===== | 146 ===== |
147 | 147 |
148 - Local operations are **fast** | 148 - Local operations are **fast** |
149 - No, really, **you will** notice a big difference | 149 |
150 - No, really, **you will** notice a big difference | |
151 - Switching between branches will blow your mind | |
152 | |
150 - Initial pull down of an entire repository *might* be slower than a CVCS | 153 - Initial pull down of an entire repository *might* be slower than a CVCS |
151 | 154 |
152 - Then again, you might be surprised | 155 - Then again, you might be surprised |
153 - Mercurial, for example, stores an entire repository in less space than | 156 - Mercurial, for example, stores an entire repository in less space than |
154 a SVN working copy in many cases | 157 a SVN working copy in many cases |
158 | |
155 | 159 |
156 ---- | 160 ---- |
157 | 161 |
158 Scalability | 162 Scalability |
159 =========== | 163 =========== |