Alberto Bertogli <[email protected]> writes: > But the main reason was that with git, I create a branch in 0.007s, > using one command. With darcs, I have to cd out of the repository, do > a get, and then cd back (either to the original or to the new one).
FWIW, what I usually type is "darcs get $PWD $PWD+foo" followed by "cd M-_", where M-_ is a readline chord that means "insert last argument of previous command". Not a single command, I grant you, but faster than a cd .. first. _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
