Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence Chin committed Oct 30, 2012
1 parent 1f2b5cb commit 579021d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ Installation
<div>
<div>Trigger by commits.</div>
<div>.hgrc:
<code>
<pre>
[hooks]
commit = ~/.hg/jira-commit.sh
</code>
</pre>
</div>
<div>or</div>
</div>
<div>
<div>Trigger by push/pull/unbundle</div>
<div>.hgrc:
<code>
<pre>
[hooks]
changegroup = ~/.hg/jira-commit.sh
</code>
</pre>
</div>
</div>
</div>
Expand Down

0 comments on commit 579021d

Please sign in to comment.