summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
5fab724)
"Unknown" is misspelled.
Signed-off-by: Chuck Lever <cel@netapp.com>
elif len(patch_branch) == 2:
patch = patch_branch[0]
else:
elif len(patch_branch) == 2:
patch = patch_branch[0]
else:
- raise CmdException, 'Unkown patch name'
+ raise CmdException, 'Unknown patch name'
commit_id = git_id(commit_str)
commit = git.Commit(commit_id)
commit_id = git_id(commit_str)
commit = git.Commit(commit_id)