mercurial/localrepo.py
changeset 11177 6a64813276ed
parent 11174 ba78a1bfbfd9
child 11211 e43c23d189a5
--- a/mercurial/localrepo.py	Fri May 14 12:57:24 2010 -0500
+++ b/mercurial/localrepo.py	Sat May 15 17:48:49 2010 -0500
@@ -647,6 +647,7 @@
                 self.destroyed()
             else:
                 self.ui.warn(_("no rollback information available\n"))
+                return 1
         finally:
             release(lock, wlock)