File: fix-exit-code-5ab7f6314976319f.yaml

package info (click to toggle)
git-review 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 468 kB
  • sloc: python: 2,722; makefile: 150
file content (6 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
---
fixes:
  - |
    Fixes ``gitreview`` process exit code to align with general
    UNIX process exit code conventions. Specifically, default exit
    code changed to ``1`` which stands for "general error".