This commit is contained in:
Jingwen Owen Ou 2013-05-24 07:23:21 -07:00
Родитель 6380325c35
Коммит bf3def3d87
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -96,12 +96,6 @@ func writePullRequestChanges(repo *Repo, messageFile string) error {
return ioutil.WriteFile(messageFile, []byte(message), 0644)
}
func getLocalBranch(branchName string) string {
result := strings.Split(branchName, ":")
return result[len(result)-1]
}
func buildEditCommand(repo *Repo, messageFile string) *ExecCmd {
editor := repo.Editor
editCmd := NewExecCmd(editor)