diff: add --stat for diffstat output
diff/qdiff --stat invokes patch.diffstat() on the diff output.
When in interactive mode, the output's maximum width is determined by the
terminal's width.
#!/bin/shhg initecho This is file a1 > ahg add ahg commit -m "commit #0" -d "1000000 0"touch bhg add brm bhg commit -A -m"comment #1" -d "1000000 0"