diff options
author | W. Trevor King <wking@drexel.edu> | 2011-02-22 18:54:57 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-02-25 11:23:23 -0500 |
commit | 15ca7f1ae0e8452edc0ad174b87ab8ba3904a594 (patch) | |
tree | b7201537a7a9baf95c0bea27939c728316fd2e9b /libbe/command/help.py | |
parent | 30fb3ff039deb3989609d6d6e1881cb2f8da7b7b (diff) | |
download | bugseverywhere-15ca7f1ae0e8452edc0ad174b87ab8ba3904a594.tar.gz |
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):
Diffstat (limited to 'libbe/command/help.py')
0 files changed, 0 insertions, 0 deletions