On 5/1/12 16:30 , Felipe Contreras wrote:
Show all the hg commands of what you are trying to do, and we can show
you how you can achieve the same in git, but much more easily.
hg init foo
for i in `yes | head -4000`; do (set -x ; d=`date +%s.%N` ; hg clone foo
foo-$d; (cd foo-$d && date > bar && hg add bar && hg ci -m $d)); done
for i in foo-*; do (set -x ; (cd $i && hg push -f)); done
--rich
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html