Show More
@@ -104,8 +104,10 b' class status(tuple):' | |||
|
104 | 104 | return self[6] |
|
105 | 105 | |
|
106 | 106 | def __repr__(self, *args, **kwargs): |
|
107 |
return (('<status modified=% |
|
|
108 |
'unknown=% |
|
|
107 | return ((r'<status modified=%s, added=%s, removed=%s, deleted=%s, ' | |
|
108 | r'unknown=%s, ignored=%s, clean=%s>') % | |
|
109 | tuple(pycompat.sysstr(stringutil.pprint( | |
|
110 | v, bprefix=False)) for v in self)) | |
|
109 | 111 | |
|
110 | 112 | def itersubrepos(ctx1, ctx2): |
|
111 | 113 | """find subrepos in ctx1 or ctx2""" |
General Comments 0
You need to be logged in to leave comments.
Login now