##// END OF EJS Templates
mercurial: allow fetching phase/evolve attributes in bulk request.
marcink -
r275:1813107a default
parent child Browse files
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