mason.git: cleanup

db4
Slava Pestov 2011-10-28 21:52:55 -07:00
parent 5b69026f59
commit 0d02c16d14
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ IN: mason.git
: git-pull-failed ( error -- )
dup output-process-error? [
dup output>> "not uptodate. Cannot merge." swap start
dup output>> "not uptodate. Cannot merge." swap subseq?
[ git-repo-corrupted ]
[ rethrow ]
if