# HG changeset patch
# User Brian Neal <bgneal@gmail.com>
# Date 1321224591 21600
# Node ID cb7409a6ae2dbc1a347fe8feba4a13907c4373b7
# Parent  bcc4d16e03e877d99292ff2c78ba57527810fb20
Added a drawback about path-based access control.

diff -r bcc4d16e03e8 -r cb7409a6ae2d slides.rst
--- a/slides.rst	Sun Nov 13 13:55:53 2011 -0600
+++ b/slides.rst	Sun Nov 13 16:49:51 2011 -0600
@@ -275,6 +275,10 @@
   - Not a good idea to mix multiple products in the same repo
   - Arguably, this applies to a CVCS as well
 
+- No support for path-based access control
+
+  - With current tools, you either can access the full repo, or nothing
+
 ----
 
 Introduction to Mercurial