Correct version for recent bzrlib fix.
authorW. Trevor King <wking@drexel.edu>
Tue, 22 Feb 2011 23:54:57 +0000 (18:54 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 22 Feb 2011 23:54:57 +0000 (18:54 -0500)
commitb1ba65415fc74e8bd25ed1f4cf0370e213f4c20d
tree6256f109bada9f7bbbe74a56a906c3231b9048ec
parent0d9ec7c727ff624ee1905831e806cab8c9e65537
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