|
Created on 2009-01-30.21:24:24 by judah, last changed 2010-06-15.22:40:17 by mornfall.
msg7249 (view) |
Author: judah |
Date: 2009-01-30.21:24:21 |
|
With darcs 2.2 and HEAD, starting inside an empty directory:
$ darcs init
$ mkdir foo
$ touch foo/bar
$ darcs add foo/bar
$ darcs rec -am "Initial."
Finished recording patch 'Initial.'
$ darcs changes baz
Changes to baz:
$ darcs changes foo/baz
Changes to foo/baz:
Fri Jan 30 13:10:05 PST 2009 Judah Jacobson <judah.jacobson@gmail.com>
* Initial.
That patch should not be listed since it does not affect foo/baz (which is not
even in
the repo).
|
msg7275 (view) |
Author: btcoburn |
Date: 2009-02-05.06:32:20 |
|
Interesting.... This looks like a new flavor of issue#1177. Obviously darcs
knows that file 'foo/bar' *would* depend on directory 'foo' and so patch 'Initial.'.
Confirmed in darcs 2.1.2.
|
msg7306 (view) |
Author: twb |
Date: 2009-02-13.09:23:28 |
|
I'll write a test for bugs/ for this to-morrow.
|
msg8105 (view) |
Author: kowey |
Date: 2009-08-12.10:05:24 |
|
OK, Trent's test now lives in bugs/issue1337_darcs_changes_false_positives.sh
We now need somebody to diagnose the cause of this error. Why does darcs
recognise 'baz' as not being tracked, but not 'foo/baz'?
|
msg11295 (view) |
Author: mornfall |
Date: 2010-06-06.19:53:34 |
|
The following patch updated the status of issue1337 to be resolved:
* Resolve issue1337: mark the test as passing. Likely addressed by noslurps.
Ignore-this: f65514d2b221bbaa771f13908dc5f02
|
msg11453 (view) |
Author: mornfall |
Date: 2010-06-15.22:40:16 |
|
The following patch updated issue issue1337 with status=resolved;resolvedin=2.5.0 (current)
* Resolve issue1337: mark the test as passing. Likely addressed by noslurps.
Ignore-this: f65514d2b221bbaa771f13908dc5f02
|
|
Date |
User |
Action |
Args |
2009-01-30 21:24:24 | judah | create | |
2009-01-30 22:47:03 | gwern | set | nosy:
+ gwern |
2009-02-05 06:32:25 | btcoburn | set | status: unread -> unknown nosy:
+ btcoburn topic:
+ Confirmed messages:
+ msg7275 |
2009-02-13 09:22:08 | twb | set | nosy:
+ twb |
2009-02-13 09:23:30 | twb | set | nosy:
kowey, simon, twb, thorkilnaur, btcoburn, gwern, dmitry.kurochkin, judah messages:
+ msg7306 |
2009-08-12 10:05:26 | kowey | set | status: unknown -> needs-reproduction nosy:
kowey, simon, twb, thorkilnaur, btcoburn, gwern, dmitry.kurochkin, judah messages:
+ msg8105 |
2009-08-25 17:40:14 | admin | set | nosy:
+ darcs-devel, - simon |
2009-08-27 14:23:28 | admin | set | nosy:
kowey, darcs-devel, twb, thorkilnaur, btcoburn, gwern, dmitry.kurochkin, judah |
2009-11-15 18:28:32 | kowey | set | topic:
- Confirmed |
2010-06-06 19:53:34 | mornfall | set | status: needs-reproduction -> resolved nosy:
+ mornfall messages:
+ msg11295 |
2010-06-15 22:40:17 | mornfall | set | messages:
+ msg11453 resolvedin: 2.5.0 |
|