At http://people.samba.org/bzr/jelmer/bzr-svn/0.5
------------------------------------------------------------ revno: 2280 revision-id: [email protected] parent: [email protected] committer: Jelmer Vernooij <[email protected]> branch nick: 0.5 timestamp: Mon 2009-01-05 02:29:04 +0100 message: Cope with optional argument. modified: workingtree.py workingtree.py-20060306120941-b083cb0fdd4a69de === modified file 'workingtree.py' --- a/workingtree.py 2008-12-06 23:15:50 +0000 +++ b/workingtree.py 2009-01-05 01:29:04 +0000 @@ -832,7 +832,7 @@ def open_repository(self): raise NoRepositoryPresent(self) - def find_repository(self): + def find_repository(self, _ignore_branch_path=False): raise NoRepositoryPresent(self) def _find_repository(self): -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
