/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
5d459c0
db2d997
)
Merge branch 'ld/p423'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 18 Jul 2018 19:20:29 +0000
(12:20 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 18 Jul 2018 19:20:29 +0000
(12:20 -0700)
Code preparation to make "git p4" closer to be usable with Python 3.
* ld/p423:
git-p4: python3: fix octal constants
git-p4: python3: use print() function
git-p4: python3: basestring workaround
git-p4: python3: remove backticks
git-p4: python3: replace dict.has_key(k) with "k in dict"
git-p4: python3: replace <> with !=
Trivial merge