##// END OF EJS Templates
commands: remove unnecessary quotes in backout help
Martin Geisler -
r8540:f0733f11 default
parent child Browse files
Show More
@@ -194,7 +194,7 b' def backout(ui, repo, node=None, rev=Non'
194 194 changeset afterwards. This saves you from doing the merge by hand.
195 195 The result of this merge is not committed, as with a normal merge.
196 196
197 See \'hg help dates\' for a list of formats valid for -d/--date.
197 See 'hg help dates' for a list of formats valid for -d/--date.
198 198 '''
199 199 if rev and node:
200 200 raise util.Abort(_("please specify just one revision"))
General Comments 0
You need to be logged in to leave comments. Login now