Hi, Eric Kow <[email protected]> writes: >> There's no consistent policy of using fixSubPaths, and if you use darcs >> command with invalid absolute paths, the following may happen: >> * everything is OK, because invalid paths are handled explicitly >> (Record.lhs, Rollback.lhs) >> * everything is OK, because command with no args isn't special case >> (Diff.lhs) >> * you get message like "Nothing specified, nothing to do". Message is >> misleading, but nothing bad happens (Remove.lhs, Add.lhs) >> * the worst: you get error (Move.lhs, try 'darcs move /foo /bar /baz'!). > > I have not really checked the specifics of the code, but at a high > level, that sounds like the right sort of thing to do: harmonise, > modularise
there's also a somewhat related patch queued in the noslurps work, that unifies the "WARNING: foo does not exist" messages (in patch156). You may want check that out (and maybe work on top to avoid conflicting with it). Yours, Petr. _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
