Paul Wise wrote: > I'd like a fetch command that will pull down commits from all remote > tracking branches. Mainly I want this for git-svn repositories, but > git/etc support would be useful too.
You can configure this in your own .mrconfig. For example: git_svn_fetch = git svn fetch Although mr update does that by default for git-svn repos. The same thing can be done for other revision control systems. git_fetch = git fetch If you come up with a useful fetch command that works for several types of revision control systems, let me know and I'll consider adding it to mr. -- see shy jo
signature.asc
Description: Digital signature

