Commit fa55a416 authored by Boris Mühmer's avatar Boris Mühmer
Browse files

snapshot

parent 1787fd85
Loading
Loading
Loading
Loading

juggler.go

0 → 100644
+1 −0
Original line number Diff line number Diff line
package juggler

juggler_test.go

0 → 100644
+17 −0
Original line number Diff line number Diff line
package juggler

import "testing"

func TestJugglerGenericScan(t *testing.T) {
	// scan directory: for each directory
	// get remotes and branches
	// use current branch for syncing
	// use *upstream* for syncing: from
	// use *origin* for syncing: to
	// store collection information
}

func TestJugglerGenericUpdate(t *testing.T) {
	// loop through all projects
	//
}