[Webkit-unassigned] [Bug 29065] svn-unapply doesn't revert directories correctly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 8 18:51:48 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29065
Cameron McCormack <cam at mcc.id.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #39242| |review?
Flag| |
--- Comment #1 from Cameron McCormack <cam at mcc.id.au> 2009-09-08 18:51:47 PDT ---
Created an attachment (id=39242)
--> (https://bugs.webkit.org/attachment.cgi?id=39242)
Patch v1
The problem is that svnStatus() returns a status line with a newline from one
branch, but without a newline from the other branch. That caused the regexes
in revertDirectories() to fail to match, because they were looking for a \n at
the end.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list