Thu Oct 13 05:28:42 2005: New ticket: 551.
Transaction: Ticket created by guest
Queue: Darcs
Subject: Misleading summary ordering
Owner: Nobody
Requestors: lele@xxxxxxxxxxxxxxxxxxx
Status: new
Ticket <URL: http://bugs.darcs.net/.//Ticket/Display.html?id=551 >
This is (maybe) a minor UI interface issue.
The example below shows a case in which the summary order is a bit
misleading: obviously, the remove of vcpx/bzr.py happened *before* the
rename of bzrng.py, otherwise we would really be trashing both of them :)
So, maybe Darcs could check and when the case is "replacement" (instead
of say "removing some files from a renamed directory", emit the move
after the deletion.
$ darcs changes -s -p "bzrng-replace-bzr" --repo
http://darcs.arstecnica.it/tailor
Wed Oct 5 14:27:13 CEST 2005 Jelmer Vernooij <jelmer@xxxxxxxxx>
* bzrng-replace-bzr
Remove the old 'bzr' backend and replace it with the 'bzrng'
(bzrlib-based)
backend.
./vcpx/bzrng.py -> ./vcpx/bzr.py
M ./README -5 +5
R ./vcpx/bzr.py
|