Show More
@@ -1265,7 +1265,7 b' class queue(object):' | |||||
1265 | if user: |
|
1265 | if user: | |
1266 | ph.setuser(user) |
|
1266 | ph.setuser(user) | |
1267 | if date: |
|
1267 | if date: | |
1268 |
ph.setdate('% |
|
1268 | ph.setdate('%d %d' % date) | |
1269 | ph.setparent(hex(nctx.p1().node())) |
|
1269 | ph.setparent(hex(nctx.p1().node())) | |
1270 | msg = nctx.description().strip() |
|
1270 | msg = nctx.description().strip() | |
1271 | if msg == defaultmsg.strip(): |
|
1271 | if msg == defaultmsg.strip(): |
General Comments 0
You need to be logged in to leave comments.
Login now