Rev 28: Add the recommend_upgrade parameter to open_workingtree for bzrlib compatibility. in http://bazaar.launchpad.net/~bzr/bzr-hg/trunk
Robert Collins
robertc at robertcollins.net
Mon Nov 12 17:08:54 GMT 2007
At http://bazaar.launchpad.net/~bzr/bzr-hg/trunk
------------------------------------------------------------
revno: 28
revision-id: robertc at robertcollins.net-20071112170829-ghruqs58q78boyrn
parent: robertc at robertcollins.net-20071112165803-14wo3m3gl9d0cy2m
committer: Robert Collins <robertc at robertcollins.net>
branch nick: trunk
timestamp: Tue 2007-11-13 04:08:29 +1100
message:
Add the recommend_upgrade parameter to open_workingtree for bzrlib compatibility.
modified:
__init__.py __init__.py-20060531211707-2fy7rwqqcmfgf8ve-1
=== modified file '__init__.py'
--- a/__init__.py 2007-07-20 15:59:59 +0000
+++ b/__init__.py 2007-11-12 17:08:29 +0000
@@ -585,7 +585,7 @@
"""'open' a repository for this dir."""
return HgRepository(self._hgrepo, self, self._lockfiles)
- def open_workingtree(self, shared=False):
+ def open_workingtree(self, shared=False, recommend_upgrade=False):
"""'open' a workingtree for this dir."""
return HgWorkingTree(self._hgrepo, self, self._lockfiles)
More information about the bazaar-commits
mailing list