Reviewed by Eric.
* Scripts/svn-create-patch: Fix to work when passed directory names.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@11947
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-01-08 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Eric.
+
+ * Scripts/svn-create-patch: Fix to work when passed directory names.
+
2006-01-08 Geoffrey Garen <ggaren@apple.com>
Reviewed by Eric.
$indexPath = $1;
if ($dir ne ".") {
$indexPath = "$dir/$indexPath";
- $indexPath = getWebKitRelativePath($indexPath);
s/Index: .*/Index: $indexPath/;
}
}