Kiln » gitkiln Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master

show proper error message when hg-sha fails

Changeset 2c5ffd1cc996

Parent 0395beaa5088

by Benjamin Pollack

Changes to one file · Browse files at 2c5ffd1cc996 Showing diff from parent 0395beaa5088 Diff from another changeset...

Change 1 of 1 Show Entire File kiln/​api.go Stacked
 
164
165
166
 
167
168
169
 
164
165
166
167
168
169
170
@@ -164,6 +164,7 @@
  if err = json.Unmarshal(resp, &errors); err == nil {   if apiErrors, _ := errors["errors"]; len(apiErrors) > 0 {   err = fmt.Errorf("failed: %v", apiErrors[0].Description) + return   }   }   var changesets []Changeset