Deleted Added
sdiff udiff text old ( 32785 ) new ( 34461 )
full compact
1The "TODO" file! -*-Indented-Text-*-
2
322. Catch signals for cleanup when "add"ing files.
4
524. Insist on a log message.
6 (If done, this should be configurable via commitinfo or some new
7 config file -kingdon, Jun 1995).
8

--- 628 unchanged lines hidden (view full) ---

637
638 c. Suppressing various error messages. This is almost surely
639 bogus.
640
641 commit.c: failed to remove tag `%s' from `%s' (Questionable.
642 Rationale might be that we already printed another message
643 elsewhere but why would it be necessary to avoid
644 the extra message in such an uncommon case?)
645 commit.c: failed to commit dead revision for `%s' (likewise)
646 remove.c: file `%s' still in working directory (see below about rm
647 -f analogy)
648 remove.c: nothing known about `%s' (looks dubious to me, especially in
649 the case where the user specified it explicitly).
650 remove.c: removed `%s' (seems like an obscure enough case that I fail
651 to see the appeal of being cryptically concise here).
652 remove.c: file `%s' already scheduled for removal (now it is starting

--- 138 unchanged lines hidden ---