Use get/set_name for a stack's name.
authorYann Dirson <ydirson@altern.org>
Tue, 12 Jun 2007 21:57:07 +0000 (22:57 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Tue, 12 Jun 2007 21:57:07 +0000 (22:57 +0100)
commitd37ff07984e8230e9444fdce2af0f8da3a46db64
treee01beb247e3b6db9a5af06d6fdc0063361d136a4
parenta7e0d4ee29d73438463fd9855a5e23dbae8cbfa0
Use get/set_name for a stack's name.

It is much more clear to use get_name() than get_branch(), and this is
a step towards factoring stuff into a PatchSet class.
stgit/commands/branch.py
stgit/commands/export.py
stgit/commands/pull.py
stgit/commands/series.py
stgit/commands/sync.py
stgit/stack.py