hgext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sun, 28 Mar 2010 15:23:11 +0900
branchstable
changeset 11513 0c944b7af564
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
mq: fixed ENOENT when qrename to new/directory.patch MQ patch name can contain slashes, e.g. 'foo/bar.patch'. Currently "qnew foo/bar.patch" works, but "qrename foo/bar.patch new/dir.patch" fails with "No such file or directory". Also added test case for "qnew foo/bar.patch"
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