Skip to content

git expects boolean value to be lower case #578

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 16 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(lint): flake8 pacification
  • Loading branch information
Byron authored and barry-scott committed Feb 2, 2017
commit f6963f483cb6e1b10321bb0ef9ee0aac660b7a31
1 change: 0 additions & 1 deletion git/test/test_refs.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def test_heads(self, rwrepo):
head.set_tracking_branch(None)
assert head.tracking_branch() is None


special_name = 'feature#123'
special_name_remote_ref = SymbolicReference.create(rwrepo, 'refs/remotes/origin/%s' % special_name)
gp_tracking_branch = rwrepo.create_head('gp_tracking#123')
Expand Down