Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision 5d92fc5d1991a557aec8e43eba9780b3d9771464 authored by Pierre-Yves David on 03 August 2012, 15:21:58 UTC, committed by Pierre-Yves David on 03 August 2012, 15:21:58 UTC
There is now Strong and Weak relation. Strong relation are normal parenship
relation as we know them today. Weak relation are going to be used for obsolete
relation.
1 parent bc542be
Raw File
Tip revision: 5d92fc5d1991a557aec8e43eba9780b3d9771464 authored by Pierre-Yves David on 03 August 2012, 15:21:58 UTC
[lib+gui] make the graph aware of two kind of relation
Tip revision: 5d92fc5
__init__.py
# Copyright (c) 2003-2011 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with
# this program.  If not, see <http://www.gnu.org/licenses/>.
"""mercurial interactive history viewer

Its purpose is similar to the hgk tool of mercurial, and it has been
written with efficiency in mind when dealing with big repositories
(it can happily be used to browse Linux kernel source code
repository).
"""
back to top