/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.211.20 by Jelmer Vernooij
Change project name to dulwich everywhere, add assertion.
1
# commit.py -- commit for dulwich
0.211.14 by Jelmer Vernooij
Import changes from my bzr-git branch, to make dulwich before more like python-git.
2
# Copyright (C) 2008 Jelmer Vernooij <jelmer@samba.org>
3
# 
4
# This program is free software; you can redistribute it and/or
5
# modify it under the terms of the GNU General Public License
0.215.72 by Jelmer Vernooij
Make all files written by either John and/or me GPLv2+, as discussed
6
# as published by the Free Software Foundation; either version 2
0.215.73 by Jelmer Vernooij
James is ok with licensing his code GPLv2 or later rather than GPLv2-only.
7
# or (at your option) any later version of the License.
0.211.14 by Jelmer Vernooij
Import changes from my bzr-git branch, to make dulwich before more like python-git.
8
# 
9
# This program is distributed in the hope that it will be useful,
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
# GNU General Public License for more details.
13
# 
14
# You should have received a copy of the GNU General Public License
15
# along with this program; if not, write to the Free Software
16
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17
# MA  02110-1301, USA.
18
19
class Commit(object):
20
21
    def __init__(self, id):
22
        self.id = id