File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,6 @@ Contributors are:
14
14
-Sebastian Thiel <byronimo _at_ gmail.com>
15
15
-Jonathan Chu <jonathan.chu _at_ me.com>
16
16
-Vincent Driessen <me _at_ nvie.com>
17
+ -Phil Elson <pelson _dot_ pub _at_ gmail.com>
17
18
18
19
Portions derived from other open source works and are clearly marked.
Original file line number Diff line number Diff line change @@ -511,7 +511,6 @@ def refs(self):
511
511
remote.refs.master # yields RemoteReference('/refs/remotes/origin/master')"""
512
512
out_refs = IterableList (RemoteReference ._id_attribute_ , "%s/" % self .name )
513
513
out_refs .extend (RemoteReference .list_items (self .repo , remote = self .name ))
514
- assert out_refs , "Remote %s did not have any references" % self .name
515
514
return out_refs
516
515
517
516
@property
You can’t perform that action at this time.
0 commit comments