Mercurial > dotfiles
view unixSoft/bin/afcopy @ 468:bec91aeefddc
hg: switch from out-of-tree remotebranches to in-tree remotenames
I've finally got the functionality I need in core!
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Thu, 04 Oct 2018 22:32:53 -0400 |
parents | b5178986dcbb |
children | 4c5814d3cfd8 |
line wrap: on
line source
#!/bin/sh if [ `uname` = Darwin ] ; then pbcopy else xclip -selection clipboard fi