[PATCH] Catch more exceptions in compat_log_entry()

2013-10-22 Thread Pavel Roskin
Catch exceptions in default_repo(). Catch git.RepositoryException. This suppresses stack trace in "stg pull" on detached head and outside the repository. Signed-off-by: Pavel Roskin --- stgit/lib/log.py |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stgit/lib/log.py

Re: [PATCH] Catch more exceptions in compat_log_entry()

2013-11-06 Thread Catalin Marinas
On 22 October 2013 15:31, Pavel Roskin wrote: > Catch exceptions in default_repo(). Catch git.RepositoryException. > This suppresses stack trace in "stg pull" on detached head and outside > the repository. > > Signed-off-by: Pavel Roskin Thanks. Applied. Catalin -- To unsubscribe from this lis