Ganesh Sittampalam <[email protected]> writes: > I wrote this after brief a discussion with Simon Michael on IRC about > why darcs gzcrcs was taking so long on his small repo. > > Wed Aug 26 22:34:06 BST 2009 Ganesh Sittampalam <[email protected]> > * Print helpful message in gzcrcs command when visiting other repos > > [...] > + liftIO $ do > + warn <- readIORef warnRelatedRepos > + when (warn && not (isthisrepo loc)) $ do > + writeIORef warnRelatedRepos False > + putInfo $ text "Also check related repos and caches: use > --just-this-repo to disable."
Should that be "checking" or "checks" (rather than "check")? The colon (:) should probably be a semicolon (;). _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
