##// END OF EJS Templates
phabsend: polish the docstring a bit...
Jun Wu -
r33976:45a8cd74 default
parent child Browse files
Show More
@@ -362,10 +362,10 b' def phabsend(ui, repo, *revs, **opts):'
362 362
363 363 The --confirm option lets you confirm changesets before sending them. You
364 364 can also add following to your configuration file to make it default
365 behaviour.
365 behaviour::
366 366
367 [phabsend]
368 confirm = true
367 [phabsend]
368 confirm = true
369 369
370 370 phabsend will check obsstore and the above association to decide whether to
371 371 update an existing Differential Revision, or create a new one.
General Comments 0
You need to be logged in to leave comments. Login now