diff options
Diffstat (limited to 'bug/bug_actions.go')
-rw-r--r-- | bug/bug_actions.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bug/bug_actions.go b/bug/bug_actions.go index 784397b0..31e9c07d 100644 --- a/bug/bug_actions.go +++ b/bug/bug_actions.go @@ -25,6 +25,7 @@ func Push(repo repository.Repo, remote string) (string, error) { return repo.PushRefs(remote, bugsRefPattern+"*") } +// TODO: return a chan of changes for the cache to be updated properly func Pull(repo repository.Repo, out io.Writer, remote string) error { if out == nil { out = ioutil.Discard |