Correct version for recent bzrlib fix.
authorW. Trevor King <wking@drexel.edu>
Tue, 22 Feb 2011 23:54:57 +0000 (18:54 -0500)
committerChris Ball <cjb@laptop.org>
Fri, 25 Feb 2011 16:23:23 +0000 (11:23 -0500)
commit15ca7f1ae0e8452edc0ad174b87ab8ba3904a594
treeb7201537a7a9baf95c0bea27939c728316fd2e9b
parent30fb3ff039deb3989609d6d6e1881cb2f8da7b7b
Correct version for recent bzrlib fix.

Rather than guessing from the output of `bzr tags`, I actually looked
in the realease notes and tracked the removal of run_direct() to
2.2b2, which is confirmed by the r5146 patch itself:

bzr.dev $ ./bzr log -p -n 0 -r 5146 | grep -1 deprec
+
+    @deprecated_method(deprecated_in((2, 2, 0)))
     def run_direct(self, *args, **kwargs):
--
    +
    +    @deprecated_method(deprecated_in((2, 2, 0)))
         def run_direct(self, *args, **kwargs):
libbe/storage/vcs/bzr.py