README
changeset 55 c379bed603c6
parent 50 10fa939a4a3e
child 59 6c388fe11dcc
equal deleted inserted replaced
54:bd974d9e58a2 55:c379bed603c6
   120 `iadd` ``[ID] [COMMENT]``
   120 `iadd` ``[ID] [COMMENT]``
   121     Add an issue, or a comment to an existing issue or comment. The comment is
   121     Add an issue, or a comment to an existing issue or comment. The comment is
   122     recorded as a reply to the particular message. `iadd` is the only command
   122     recorded as a reply to the particular message. `iadd` is the only command
   123     that changes the state of the repository (by adding the new issue files to
   123     that changes the state of the repository (by adding the new issue files to
   124     the list of tracked files or updating some of them), however, it does not
   124     the list of tracked files or updating some of them), however, it does not
   125     perform an actual commit.
   125     perform an actual commit unless explicitly asked to do so.
   126 
   126 
   127     `-p`, `--property`
   127     `-p`, `--property`
   128         update a property of the issue ``ID``, e.g. ``-p state=resolved -p resolution=fixed``
   128         update a property of the issue ``ID``, e.g. ``-p state=resolved -p resolution=fixed``
   129 
   129 
   130     `-a`, `--attach`
   130     `-a`, `--attach`
   134         do not launch an editor to record a comment (useful if only changing
   134         do not launch an editor to record a comment (useful if only changing
   135         properties)
   135         properties)
   136 
   136 
   137     `-m`, `--message`
   137     `-m`, `--message`
   138         use ``text`` as an issue subject
   138         use ``text`` as an issue subject
       
   139 
       
   140     `-c`, `--commit`
       
   141         commit the issue after the addition (all changes to the issue will be
       
   142         committed)
   139 
   143 
   140 
   144 
   141 `ilist`
   145 `ilist`
   142     List issues.
   146     List issues.
   143 
   147