#76 Fix check unpushed changes in check_repo
Merged by cqi. Opened by cqi.
cqi/rpkg fix-check-repo  into  master

Download 76.patch

check_repo uses git-rev-list to check whether there are unpushed changes
in current repo. Something goes wrong if user invokes fedpkg with --dist
option. That is, revision range passed to git-rev-list will be
origin/... rather than
origin/....

Resolves: 1169663

Signed-off-by: Chenxiong Qi cqi@redhat.com

Looks good to me.

Pull-Request has been merged by cqi

Metadata