hgext/hgk.py
branchstable
changeset 10263 25e572394f5c
parent 9467 4c041f1ee1b4
child 10282 08a0f04b56bd
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     1 # Minimal support for git commands on an hg repository
     1 # Minimal support for git commands on an hg repository
     2 #
     2 #
     3 # Copyright 2005, 2006 Chris Mason <mason@suse.com>
     3 # Copyright 2005, 2006 Chris Mason <mason@suse.com>
     4 #
     4 #
     5 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     6 # GNU General Public License version 2, incorporated herein by reference.
     6 # GNU General Public License version 2 or any later version.
     7 
     7 
     8 '''browse the repository in a graphical way
     8 '''browse the repository in a graphical way
     9 
     9 
    10 The hgk extension allows browsing the history of a repository in a
    10 The hgk extension allows browsing the history of a repository in a
    11 graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not
    11 graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not