##// END OF EJS Templates
phase: say "Returns 0" instead of "Return 0" like other command help
Yuya Nishihara -
r20633:2d183dd5 stable
parent child Browse files
Show More
@@ -4483,7 +4483,7 b' def phase(ui, repo, *revs, **opts):'
4483
4483
4484 public < draft < secret
4484 public < draft < secret
4485
4485
4486 Return 0 on success, 1 if no phases were changed or some could not
4486 Returns 0 on success, 1 if no phases were changed or some could not
4487 be changed.
4487 be changed.
4488 """
4488 """
4489 # search for a unique phase argument
4489 # search for a unique phase argument
General Comments 0
You need to be logged in to leave comments. Login now