John Dennis <jden...@redhat.com> writes:

> I recently got slightly burned by an unexpected behavior with 
> switch-branch. Apparently after switching branches fedpkg does not do a 
> pull, I'm not sure if this is right or wrong, I can see arguments on 
> both sides. Let me give an example:
>
> foo (master)$ fedpkg switch-branch f14
> foo (f14)$

git normally tells you when you check out a branch that is behind the
remote, like this:

$ git co master
Switched to branch 'master'
Your branch is behind 'origin/master' by 18 commits, and can be fast-forwarded.

I'm surprised that fedpkg throws away that information.

Andreas.

-- 
Andreas Schwab, sch...@redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84  5EC7 45C6 250E 6F00 984E
"And now for something completely different."
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to