Actions
Bug #10328
closedgit pbchk falls over with no changesets
Start date:
2019-01-31
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
git-pbchk.py is doing sys.exit(err) without err being set. In addition, if there are no outgoing changesets, the failure message is distinctly not obvious.
Updated by Electric Monk over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 972282a0c9782b1780223d9eb8b11cdba5236348
commit 972282a0c9782b1780223d9eb8b11cdba5236348 Author: John Levon <john.levon@joyent.com> Date: 2019-02-06T08:53:51.000Z 10328 git pbchk falls over with no changesets Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Actions