Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

manifestdialog: update copyright line

Changeset 186308639573

Parent 3656bbf7cf9b

by Yuya Nishihara

Changes to one file · Browse files at 186308639573 Showing diff from parent 3656bbf7cf9b Diff from another changeset...

 
1
2
3
 
 
 
 
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 
20
21
22
 
 
 
 
1
2
3
4
5
6
7
8
9
 
 
 
 
 
 
 
 
 
 
 
10
11
12
13
@@ -1,22 +1,13 @@
-# -*- coding: utf-8 -*- -# Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE). -# http://www.logilab.fr/ -- mailto:contact@logilab.fr +# manifestdialog.py - Dialog and widget for TortoiseHg manifest view +# +# Copyright (C) 2003-2010 LOGILAB S.A. <http://www.logilab.fr/> +# Copyright (C) 2010 Yuya Nishihara <yuya@tcha.org>  #  # 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, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -""" -Qt4 dialogs to display hg revisions of a file -""" +  import os    from mercurial import util