# HG changeset patch # User Pierre-Yves David # Date 1415136179 0 # Node ID 49ed71f9a7c02598ded3d4a125cd25e0a535a2a9 # Parent f606e07fa1482e932eb8a7c4d78ffd4daf838f80 patchbomb: extract 'getoutgoing' closure into its own function The patchbomb command is a gigantic 300 line function full of closures. As a first step to simplify it in smaller bits, I'm extracting the closures into full featured functions. The first victim is 'getoutgoing'. It gains a docstring in the process.