projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37d5237
)
rename GitInitDB to GitInit
author
Guido Günther
<agx@sigxcpu.org>
Sat, 22 Nov 2008 16:45:13 +0000
(17:45 +0100)
committer
Guido Guenther
<agx@sigxcpu.org>
Sat, 22 Nov 2008 16:46:37 +0000
(17:46 +0100)
gbp/command_wrappers.py
patch
|
blob
|
history
diff --git
a/gbp/command_wrappers.py
b/gbp/command_wrappers.py
index 0fa33745bad920dff9666460b0504868a8dca27d..0397a3f7e06f168a30f44d90c439f539a900e25c 100644
(file)
--- a/
gbp/command_wrappers.py
+++ b/
gbp/command_wrappers.py
@@
-165,10
+165,10
@@
class GitCommand(Command):
Command.__init__(self, 'git', [cmd] + args, **kwargs)
-class GitInit
DB
(GitCommand):
- """Wrap git init
-db
"""
+class GitInit(GitCommand):
+ """Wrap git init"""
def __init__(self):
- GitCommand.__init__(self, 'init
-db
')
+ GitCommand.__init__(self, 'init')
self.run_error = "Couldn't init git repository"