chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5fab724
)
Fix a typo in "stg pick"
author
Chuck Lever
<cel@netapp.com>
Mon, 14 Nov 2005 16:50:59 +0000
(11:50 -0500)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Tue, 15 Nov 2005 10:18:49 +0000
(10:18 +0000)
"Unknown" is misspelled.
Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/commands/pick.py
patch
|
blob
|
blame
|
history
diff --git
a/stgit/commands/pick.py
b/stgit/commands/pick.py
index 3c52a4918e88c8df4b24ef572a9555309c0a0ae2..c01c799a271397431ecedc4f37f931efa815fcde 100644
(file)
--- a/
stgit/commands/pick.py
+++ b/
stgit/commands/pick.py
@@
-64,7
+64,7
@@
def func(parser, options, args):
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, 'Unk
n
own patch name'
commit_id = git_id(commit_str)
commit = git.Commit(commit_id)
commit_id = git_id(commit_str)
commit = git.Commit(commit_id)