hgext/__init__.py
author Levi Bard <levi@unity3d.com>
Mon, 10 Dec 2012 14:58:42 +0100
branchstable
changeset 18064 7e2b9f6a2cd0
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
largefiles: commit directories that only contain largefiles (issue3548) If we pass a directory to commit whose only commitable files are largefiles, the core commit code aborts before finding the largefiles. So we do the following: For directories that only have largefiles as matches, we explicitly add the largefiles to the matchlist and remove the directory. In other cases, we leave the match list unmodified.
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