repo/pull: detect case when no merge base found (#4434)

This commit is contained in:
Unknwon
2017-06-05 00:10:53 -04:00
parent 02a576a6a0
commit 36d6450977
11 changed files with 94 additions and 67 deletions

View File

@@ -10,7 +10,7 @@ import (
"time"
)
const _VERSION = "0.6.1"
const _VERSION = "0.6.2"
func Version() string {
return _VERSION