Show More
@@ -127,6 +127,9 b' class HgRemote(object):' | |||||
127 | "message": self.ctx_description, |
|
127 | "message": self.ctx_description, | |
128 | "parents": self.ctx_parents, |
|
128 | "parents": self.ctx_parents, | |
129 | "status": self.ctx_status, |
|
129 | "status": self.ctx_status, | |
|
130 | "obsolete": self.ctx_obsolete, | |||
|
131 | "phase": self.ctx_phase, | |||
|
132 | "hidden": self.ctx_hidden, | |||
130 | "_file_paths": self.ctx_list, |
|
133 | "_file_paths": self.ctx_list, | |
131 | } |
|
134 | } | |
132 |
|
135 |
General Comments 0
You need to be logged in to leave comments.
Login now