Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita8535d1

Browse files
committed
Intermediate debug commit for travis ... do not use
1 parente3e8ce6 commita8535d1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎git/refs/log.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ def entry_at(cls, filepath, index):
197197
the index is negative
198198
"""
199199
fp=open(filepath,'rb')
200+
# DEBUG
201+
printfilepath
200202
ifindex<0:
201203
returnRefLogEntry.from_line(fp.readlines()[index].strip())
202204
else:

‎git/test/test_repo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,8 @@ def test_rev_parse(self):
588588
self.failUnlessRaises(NotImplementedError,rev_parse,"@{1 week ago}")
589589

590590
# the last position
591-
# For some reason, this test fails on travis -lets gather more information
592-
printself.rorepo
591+
# For some reason, this test fails on travis -even though there is a rev log
592+
# from all I see there.
593593
assertrev_parse('@{1}')!=head.commit
594594

595595
deftest_repo_odbtype(self):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp