hgext/__init__.py
author Augie Fackler <durin42@gmail.com>
Fri, 17 Jun 2011 15:22:50 -0500
changeset 14664 0ae98cd2a83f
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
svn subrepos: work around checkout obstructions (issue2752) We do this by ensuring the working copy is clean and then blowing away the working copy and replacing it with one from the desired path. We could probably use 'svn switch' to do this more efficiently, but there's some subtle logic required to get that right and this is more likely to work reliably.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder