Give the global "crt_series" variable a default value
authorChuck Lever <cel@netapp.com>
Wed, 26 Oct 2005 18:51:32 +0000 (14:51 -0400)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 27 Oct 2005 19:47:12 +0000 (20:47 +0100)
commite7dc3866ae7dc43c8497080de2f541d44dd083d8
tree5e5f1ee9bed1517d2d87320dfe2e0b14077fa1a0
parentb83e37e0e6ebeee860f72603333a326994210472
Give the global "crt_series" variable a default value

The Python interpreter was searching every scope to find crt_series.  By
providing a default value, this reduces the amount of searching the
interpreter does looking for crt_series.

I've noticed that most commands are faster with this change.

Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/commands/common.py