# HG changeset patch # User Benoit Boissinot # Date 1193395079 -7200 # Node ID 04f033a03b1dad90488e45ab1c6f1967309c9a2a # Parent dd5ca84ed8688f43bddba0e8eb10f5fe07a038c5# Parent 5223c360503e81639704a0bc661ccc2232becb0b merge with -stable diff --git a/hgext/patchbomb.py b/hgext/patchbomb.py --- a/hgext/patchbomb.py +++ b/hgext/patchbomb.py @@ -141,6 +141,9 @@ def patchbomb(ui, repo, *revs, **opts): ui.write(summary, '\n') ui.write(s, '\n') confirm(_('Does the diffstat above look okay')) + elif s is None: + ui.warn(_('No diffstat information available.\n')) + s = '' return s def makepatch(patch, idx, total):