sapling/eden/scm/edenscm/scmwindows.py
Muir Manders 1b74d35598 scmposix: kill some dead code
Reviewed By: quark-zju

Differential Revision: D42196322

fbshipit-source-id: 04915727e086f3f1f214441605a9df5d0610ecba
2022-12-21 19:08:24 -08:00

18 lines
465 B
Python

# Portions Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2.
# Copyright 2013 Mercurial Contributors
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
from __future__ import absolute_import
from . import win32
def termsize(ui):
return win32.termsize()