Show More
@@ -194,8 +194,8 b' def unsharejournal(orig, ui, repo, repop' | |||
|
194 | 194 | return orig(ui, repo, repopath) |
|
195 | 195 | |
|
196 | 196 | class journalentry(collections.namedtuple( |
|
197 |
|
|
|
198 |
|
|
|
197 | r'journalentry', | |
|
198 | r'timestamp user command namespace name oldhashes newhashes')): | |
|
199 | 199 | """Individual journal entry |
|
200 | 200 | |
|
201 | 201 | * timestamp: a mercurial (time, timezone) tuple |
@@ -3211,9 +3211,9 b' def finddirs(path):' | |||
|
3211 | 3211 | SERVERROLE = 'server' |
|
3212 | 3212 | CLIENTROLE = 'client' |
|
3213 | 3213 | |
|
3214 |
compewireprotosupport = collections.namedtuple( |
|
|
3215 |
( |
|
|
3216 |
|
|
|
3214 | compewireprotosupport = collections.namedtuple(r'compenginewireprotosupport', | |
|
3215 | (r'name', r'serverpriority', | |
|
3216 | r'clientpriority')) | |
|
3217 | 3217 | |
|
3218 | 3218 | class compressormanager(object): |
|
3219 | 3219 | """Holds registrations of various compression engines. |
General Comments 0
You need to be logged in to leave comments.
Login now