mercurial/ui.py
changeset 47412 c887bab2dccf
parent 47272 a671832a8e41
child 47415 b1b3127227be
equal deleted inserted replaced
47411:515014d72aa2 47412:c887bab2dccf
  1063         """see paths.getpath for details
  1063         """see paths.getpath for details
  1064 
  1064 
  1065         This method exist as `getpath` need a ui for potential warning message.
  1065         This method exist as `getpath` need a ui for potential warning message.
  1066         """
  1066         """
  1067         msg = b'ui.getpath is deprecated, use `get_*` functions from urlutil'
  1067         msg = b'ui.getpath is deprecated, use `get_*` functions from urlutil'
  1068         self.deprecwarn(msg, '6.0')
  1068         self.deprecwarn(msg, b'6.0')
  1069         return self.paths.getpath(self, *args, **kwargs)
  1069         return self.paths.getpath(self, *args, **kwargs)
  1070 
  1070 
  1071     @property
  1071     @property
  1072     def fout(self):
  1072     def fout(self):
  1073         return self._fout
  1073         return self._fout