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:
73492e1
)
import-orig: Fix a comment typo
author
Richard Laager
<rlaager@wiktel.com>
Thu, 13 Aug 2020 02:54:06 +0000
(21:54 -0500)
committer
Guido Günther
<agx@sigxcpu.org>
Wed, 9 Sep 2020 08:50:57 +0000
(10:50 +0200)
gbp/deb/git.py
patch
|
blob
|
history
diff --git
a/gbp/deb/git.py
b/gbp/deb/git.py
index 596c9ff11c811c0c09422c9ae3624c388bd1dc78..4b521226efab0c0840eda83fb7f84d4e7f650632 100644
(file)
--- a/
gbp/deb/git.py
+++ b/
gbp/deb/git.py
@@
-171,7
+171,7
@@
class DebianGitRepository(PkgGitRepository):
@classmethod
def _mangle_version(cls, format, version):
"""
- Basic version mangling to replce single characters
+ Basic version mangling to repl
a
ce single characters
>>> DebianGitRepository._mangle_version(r'%(version%-%\\%)s', "0-1.2.3")
('%(version)s', '0%1.2.3')