bug fixed

This commit is contained in:
Lunny Xiao 2014-03-23 17:13:22 +08:00
parent 21a138a75a
commit c4287bafab
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ func runServ(k *cli.Context) {
return
}
if ref, ok = refs[refname]; !ok {
println("unknow reference name", refname)
println("unknow reference name -", refname, "-")
return
}
l, err = ref.AllCommits()