.issues/ef1b616f31345634
author Dmitriy Morozov <morozov@cs.duke.edu>
Tue, 08 Jan 2008 13:33:48 -0500 (2008-01-08)
changeset 15 e5b03298394e
parent 9 5319c712fa34
permissions -rwxr-xr-x
Fixed using Mirko Friedenhagen's observations the date bug (c56) + fixed timezones of all bugs
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
bf71e2069dbd Basic functionality in place; added feature request for integration with commit (ef1)
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     1
From artemis Sat Dec 29 21:16:55 2007
bf71e2069dbd Basic functionality in place; added feature request for integration with commit (ef1)
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     2
From: Dmitriy Morozov <morozov@cs.duke.edu>
15
e5b03298394e Fixed using Mirko Friedenhagen's observations the date bug (c56) + fixed timezones of all bugs
Dmitriy Morozov <morozov@cs.duke.edu>
parents: 9
diff changeset
     3
Date: Sat, 29 Dec 2007 16:12:43 -0500
4
bf71e2069dbd Basic functionality in place; added feature request for integration with commit (ef1)
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     4
State: new
bf71e2069dbd Basic functionality in place; added feature request for integration with commit (ef1)
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     5
Subject: intergration with commit
9
5319c712fa34 Fixed Message-Ids of our bugs (wrapped them in <...>)
Dmitriy Morozov <morozov@cs.duke.edu>
parents: 4
diff changeset
     6
Message-Id: <ef1b616f31345634-0-artemis@metatron>
4
bf71e2069dbd Basic functionality in place; added feature request for integration with commit (ef1)
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     7
bf71e2069dbd Basic functionality in place; added feature request for integration with commit (ef1)
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     8
When an issue id is mentioned in a commit message, the text of the
bf71e2069dbd Basic functionality in place; added feature request for integration with commit (ef1)
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
     9
message should be added as a comment to the issue (prior to the
bf71e2069dbd Basic functionality in place; added feature request for integration with commit (ef1)
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    10
commit).
bf71e2069dbd Basic functionality in place; added feature request for integration with commit (ef1)
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    11
bf71e2069dbd Basic functionality in place; added feature request for integration with commit (ef1)
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    12
Similarly the subjects of the issues (with their ids) should be added
bf71e2069dbd Basic functionality in place; added feature request for integration with commit (ef1)
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    13
to the initial commit message given by mercurial in the editor. They
bf71e2069dbd Basic functionality in place; added feature request for integration with commit (ef1)
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    14
should appear in the ignored lines of the message (lines starting with
bf71e2069dbd Basic functionality in place; added feature request for integration with commit (ef1)
Dmitriy Morozov <morozov@cs.duke.edu>
parents:
diff changeset
    15
HG, so that the user is reminded what issue each id stands for.