Move identification of parent branch's remote def up into stack class.
authorYann Dirson <ydirson@altern.org>
Wed, 31 Jan 2007 23:15:38 +0000 (23:15 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 31 Jan 2007 23:15:38 +0000 (23:15 +0000)
commit254d99f846f3427d21bc9224cd693bb4806d2d31
treec2ed25c968182ae03ab2a8f3e315da829d6aec70
parent9a4bf4548713d6021f4ce8a48bc2d7d65ff06106
Move identification of parent branch's remote def up into stack class.

Also adds the __set_parent_remote() counterpart method, but only
private since it is expected to be called only through set_parent, to
be introduced in subsequent patch.

Signed-off-by: Yann Dirson <ydirson@altern.org>
stgit/commands/pull.py
stgit/stack.py