__author__= "Łukasz Rekucki"
__date__ = "$2009-09-25 09:20:22$"
__doc__ = "Module documentation."
import wlrepo
__author__= "Łukasz Rekucki"
__date__ = "$2009-09-25 09:20:22$"
__doc__ = "Module documentation."
import wlrepo
def merge_with(self, other, user, message):
def merge_with(self, other, user, message):
try:
self._library._checkout(self._changectx.node())
status = self._library._merge(other._changectx.node())
try:
self._library._checkout(self._changectx.node())
status = self._library._merge(other._changectx.node())