New submission from Jonathon Mah <[EMAIL PROTECTED]>: 'darcs setpref' does not coalesce changes in the pending patch. As a counter-example, 'darcs mv' does.
Example: % darcs mv a b ; darcs mv b c % darcs setpref binariesfile bin-a Changing value of binariesfile from 'old' to 'bin-a' % darcs setpref binariesfile bin-b Changing value of binariesfile from 'bin-a' to 'bin-b' % darcs whatsnew move ./a ./c changepref binariesfile old bin-a changepref binariesfile bin-a bin-b The two moves were merged into one, but the changeprefs were not. The desired output would be: % darcs whatsnew move ./a ./c changepref binariesfile old bin-b ---------- messages: 255 nosy: droundy, jonathon, tommy priority: bug status: unread title: setpref does not coalesce changes ____________________________________ Darcs issue tracker <[EMAIL PROTECTED]> <http://bugs.darcs.net/issue70> ____________________________________ _______________________________________________ darcs-devel mailing list [email protected] http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel
