29 January 2013

Pushing all bookmarks in mercurial


hg bookmarks | awk '{if (NF == 3) print $2; else print $1;}' | xargs -n 1 hg push -f -B
view raw hg push-all hosted with ❤ by GitHub

No comments:

Post a Comment