Mercurial > noffle
changeset 184:9854ea5f295f noffle
[svn] fetching was aborting if one group was invalid (for example, was renamed).
Modified so that error is printed and group is ignored.
author | mnalis |
---|---|
date | Tue, 19 Jun 2001 11:23:43 +0100 |
parents | c912e8288164 |
children | fed1334d766b |
files | src/fetch.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fetch.c Tue May 15 13:07:53 2001 +0100 +++ b/src/fetch.c Tue Jun 19 11:23:43 2001 +0100 @@ -1,7 +1,7 @@ /* fetch.c - $Id: fetch.c 279 2001-05-09 11:33:43Z bears $ + $Id: fetch.c 297 2001-06-19 10:23:43Z mnalis $ */ #if HAVE_CONFIG_H @@ -88,7 +88,7 @@ Log_err( "Could not change to group %s", name ); if ( Lock_gotLock() ) Lock_closeDatabases(); - return FALSE; + return TRUE; } Client_rmtFirstLast( &first, &last ); Cont_read( name );