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

Commit4228b2c

Browse files
committed
Another travis debugging commit
1 parenta8535d1 commit4228b2c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ install:
3030
# as commits are performed with the default user, it needs to be set for travis too
3131
-git config --global user.email "travis@ci.com"
3232
-git config --global user.name "Travis Runner"
33+
34+
# DEBUG
35+
cat /home/travis/build/gitpython-developers/GitPython/.git/logs/refs/heads/0.3
3336
script:
3437
-nosetests -v --with-coverage
3538
after_success:

‎git/refs/log.py

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp