chiark / gitweb /
Don't have a global crt_series in stgit.commans.common
authorKarl Hasselström <kha@treskal.com>
Mon, 8 Oct 2007 08:36:49 +0000 (10:36 +0200)
committerKarl Hasselström <kha@treskal.com>
Mon, 8 Oct 2007 08:36:49 +0000 (10:36 +0200)
commit6972fd6b0cc82580fb94b3388e4d4879f69b09a8
treef6cce82be6be66746b230c202382a7f9436d7d6d
parent44a01a58ae27599d95932972c5137764478b9020
Don't have a global crt_series in stgit.commans.common

Global variables baaad. Instead, pass it as a parameter to the
functions that need it.

Signed-off-by: Karl Hasselström <kha@treskal.com>
27 files changed:
stgit/commands/branch.py
stgit/commands/clean.py
stgit/commands/commit.py
stgit/commands/common.py
stgit/commands/delete.py
stgit/commands/diff.py
stgit/commands/edit.py
stgit/commands/files.py
stgit/commands/float.py
stgit/commands/fold.py
stgit/commands/goto.py
stgit/commands/id.py
stgit/commands/imprt.py
stgit/commands/mail.py
stgit/commands/new.py
stgit/commands/pick.py
stgit/commands/pop.py
stgit/commands/pull.py
stgit/commands/push.py
stgit/commands/rebase.py
stgit/commands/refresh.py
stgit/commands/series.py
stgit/commands/show.py
stgit/commands/sink.py
stgit/commands/sync.py
stgit/commands/uncommit.py
stgit/main.py