8000 Fixed typo: commemt -> comment · drinkingjava/python-versioneer@7de0179 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7de0179

Browse files
delirious-lettucewarner
authored andcommitted
Fixed typo: commemt -> comment
1 parent 5e3269d commit 7de0179

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/git/test_invocations.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def make_demolib_sdist(self):
119119
self.git("init", workdir=libdir)
120120
self.python("versioneer.py", "setup", workdir=libdir)
121121
self.git("add", "--all", workdir=libdir)
122-
self.git("commit", "-m", "commemt", workdir=libdir)
122+
self.git("commit", "-m", "comment", workdir=libdir)
123123
self.git("tag", "demolib-1.0", workdir=libdir)
124124
self.python("setup.py", "sdist", "--format=tar", workdir=libdir)
125125
created = os.path.join(libdir, "dist", "demolib-1.0.tar")
@@ -154,7 +154,7 @@ def make_distutils_repo(self):
154154
self.git("init", workdir=repodir)
155155
self.python("versioneer.py", "setup", workdir=repodir)
156156
self.git("add", "--all", workdir=repodir)
157-
self.git("commit", "-m", "commemt", workdir=repodir)
157+
self.git("commit", "-m", "comment", workdir=repodir)
158158
self.git("tag", "demoapp2-2.0", workdir=repodir)
159159
return repodir
160160

@@ -169,7 +169,7 @@ def make_distutils_repo_subproject(self):
169169
self.git("init", workdir=repodir)
170170
self.python("versioneer.py", "setup", workdir=projectdir)
171171
self.git("add", "--all", workdir=repodir)
172-
self.git("commit", "-m", "commemt", workdir=repodir)
172+
self.git("commit", "-m", "comment", workdir=repodir)
173173
self.git("tag", "demoapp2-2.0", workdir=repodir)
174174
return projectdir
175175

@@ -253,7 +253,7 @@ def make_setuptools_repo(self):
253253
self.git("init", workdir=repodir)
254254
self.python("versioneer.py", "setup", workdir=repodir)
255255
self.git("add", "--all", workdir=repodir)
256-
self.git("commit", "-m", "commemt", workdir=repodir)
256+
self.git("commit", "-m", "comment", workdir=repodir)
257257
self.git("tag", "demoapp2-2.0", workdir=repodir)
258258
return repodir
259259

@@ -268,7 +268,7 @@ def make_setuptools_repo_subproject(self):
268268
self.git("init", workdir=repodir)
269269
self.python("versioneer.py", "setup", workdir=projectdir)
270270
self.git("add", "--all", workdir=repodir)
271-
self.git("commit", "-m", "commemt", workdir=repodir)
271+
self.git("commit", "-m", "comment", workdir=repodir)
272272
self.git("tag", "demoapp2-2.0", workdir=repodir)
273273
return projectdir
274274

0 commit comments

Comments
 (0)
0