New submission from Kirsten Chevalier <[EMAIL PROTECTED]>: Normally, when I record a patch, darcs prompts me to edit the long comment. I did the following:
$ darcs record -m "Lightweight ticky-ticky profiling" ./compiler/cmm/CLabel.hs ./compiler/codeGen/CgClosure.lhs ./compiler/codeGen/CgTicky.hs ./compiler/codeGen/SMRep.lhs ./compiler/main/CodeOutput.lhs ./compiler/main/StaticFlags.hs ./includes/Cmm.h ./includes/README ./includes/Rts.h ./includes/StgTicky.h ./includes/TickyCounters.h ./includes/mkDerivedConstants.c ./rts/RtsStartup.c ./rts/StgMiscClosures.cmm ./rts/Ticky.c ./rts/Updates.cmm ./rts/Updates.h ./utils/genapply/GenApply.hs Recording changes in "compiler/cmm/CLabel.hs" "compiler/codeGen/CgClosure.lhs" "compiler/codeGen/CgTicky.hs" "compiler/codeGen/SMRep.lhs" "compiler/main/CodeOutput.lhs" "compiler/main/StaticFlags.hs" "includes/Cmm.h" "includes/README" "includes/Rts.h" "includes/StgTicky.h" "includes/TickyCounters.h" "includes/mkDerivedConstants.c" "rts/RtsStartup.c" "rts/StgMiscClosures.cmm" "rts/Ticky.c" "rts/Updates.cmm" "rts/Updates.h" "utils/genapply/GenApply.hs": hunk ./includes/StgTicky.h 1 [snip] Shall I record this change? (1/?) [ynWsfqadjkc], or ? for help: a Finished recording patch 'Lightweight ticky-ticky profiling' [EMAIL PROTECTED]:~/ghc-hacking$ I assume it must be because I supplied a file list that I didn't get prompted to edit the long comment, and when I unrecorded the patch and re-recorded it with --edit-long-comment, it worked, but this seems like a bug. ---------- messages: 1404 nosy: EricKow, beschmi, droundy, kirsten, tommy priority: bug status: unread title: darcs record with file list doesn't prompt to edit long comment ____________________________________ Darcs issue tracker <[EMAIL PROTECTED]> <http://bugs.darcs.net/issue389> ____________________________________ _______________________________________________ darcs-devel mailing list [email protected] http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel
