git-gui: Remove no longer used pull from remote code.
authorShawn O. Pearce <spearce@spearce.org>
Fri, 26 Jan 2007 05:47:44 +0000 (00:47 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 26 Jan 2007 05:47:44 +0000 (00:47 -0500)
commit86a2af608700896a004be50c939a76a539bdba4d
tree3db318113a898523311f075fa92dc75b56501208
parent1d6a9787526372609d3b105659e9cb5f3718df4a
git-gui: Remove no longer used pull from remote code.

Because we aren't going to support single click pulling of changes from
an existing remote anytime in the near future, I'm moving the code which
used to perform that action.  Hopefully we'll be able to do something
like it in the near-future, but also support local branches just as
easily.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh