Title: [92043] trunk/Tools
- Revision
- 92043
- Author
- [email protected]
- Date
- 2011-07-29 19:14:00 -0700 (Fri, 29 Jul 2011)
Log Message
More debug logging. Maybe we're running the git version of this
function somehow? (That would explain why it doesn't work!)
* Scripts/webkitpy/common/checkout/scm/git.py:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (92042 => 92043)
--- trunk/Tools/ChangeLog 2011-07-30 02:12:54 UTC (rev 92042)
+++ trunk/Tools/ChangeLog 2011-07-30 02:14:00 UTC (rev 92043)
@@ -1,5 +1,12 @@
2011-07-29 Adam Barth <[email protected]>
+ More debug logging. Maybe we're running the git version of this
+ function somehow? (That would explain why it doesn't work!)
+
+ * Scripts/webkitpy/common/checkout/scm/git.py:
+
+2011-07-29 Adam Barth <[email protected]>
+
Add some temporary debug logging messages to try to understand why the
windows bots can't figure out their current SVN revision.
Modified: trunk/Tools/Scripts/webkitpy/common/checkout/scm/git.py (92042 => 92043)
--- trunk/Tools/Scripts/webkitpy/common/checkout/scm/git.py 2011-07-30 02:12:54 UTC (rev 92042)
+++ trunk/Tools/Scripts/webkitpy/common/checkout/scm/git.py 2011-07-30 02:14:00 UTC (rev 92043)
@@ -218,6 +218,7 @@
return "git"
def head_svn_revision(self):
+ _log.debug('Running git.head_svn_revision... (Temporary logging message)')
git_log = self.run(['git', 'log', '-25'])
match = re.search("^\s*git-svn-id:.*@(?P<svn_revision>\d+)\ ", git_log, re.MULTILINE)
if not match:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes