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:
a6b4d2b
)
Fix exception error message in git.merge()
author
Chuck Lever
<cel@netapp.com>
Wed, 26 Oct 2005 18:51:43 +0000
(14:51 -0400)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Thu, 27 Oct 2005 19:47:12 +0000
(20:47 +0100)
Due to recent big git script rename.
Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/git.py
patch
|
blob
|
blame
|
history
diff --git
a/stgit/git.py
b/stgit/git.py
index 69b1d33d5a71f8be85721fadaa972b9d336a4427..d5bd724cd6e7dd3aaddce9e7b19f02710f9060e3 100644
(file)
--- a/
stgit/git.py
+++ b/
stgit/git.py
@@
-464,7
+464,7
@@
def merge(base, head1, head2):
# this can fail if there are conflicts
if os.system('git-merge-index -o -q gitmergeonefile.py -a') != 0:
- raise GitException, 'git-merge-
cache
failed (possible conflicts)'
+ raise GitException, 'git-merge-
index
failed (possible conflicts)'
def status(files = [], modified = False, new = False, deleted = False,
conflict = False, unknown = False, noexclude = False):