You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the output of info-tags-diff is different
when new packages are added and when tags are updated.
Example, if i add in a commit a new package:
- project: python-sphinx
tags:
test:
and update pike-uc tag for existing python-designateclient,
the output of info-tags-diff is:
python-designateclient ['pike-uc']
python-sphinx {'dependency': None}
This patch makes the same information and format for both cases:
python-designateclient ['pike-uc']
python-sphinx ['dependency']
Change-Id: I8a401490c8624db48b5137b8f21cac7f8a660fab
0 commit comments