contrib/phabricator.py
changeset 33974 45a8cd74de4e
parent 33834 6e666cd59879
child 33975 07ffff841863
equal deleted inserted replaced
33973:a1cd6eae2ad3 33974:45a8cd74de4e
   360     arcanist will do, and is more desired in author-push workflows. Otherwise,
   360     arcanist will do, and is more desired in author-push workflows. Otherwise,
   361     use local tags to record the ``Differential Revision`` association.
   361     use local tags to record the ``Differential Revision`` association.
   362 
   362 
   363     The --confirm option lets you confirm changesets before sending them. You
   363     The --confirm option lets you confirm changesets before sending them. You
   364     can also add following to your configuration file to make it default
   364     can also add following to your configuration file to make it default
   365     behaviour.
   365     behaviour::
   366 
   366 
   367     [phabsend]
   367         [phabsend]
   368     confirm = true
   368         confirm = true
   369 
   369 
   370     phabsend will check obsstore and the above association to decide whether to
   370     phabsend will check obsstore and the above association to decide whether to
   371     update an existing Differential Revision, or create a new one.
   371     update an existing Differential Revision, or create a new one.
   372     """
   372     """
   373     revs = list(revs) + opts.get('rev', [])
   373     revs = list(revs) + opts.get('rev', [])