merging %s paths

David Ingamells david.ingamells at mapscape.eu
Fri Jan 15 09:45:58 GMT 2010



}--o wrote:
> hi,
>
> at our company we have a simple file-structure for projects, something 
> like
>
> http://reposerver.com/repos/
> project
>  - mymain
>  - yourmain
>  - hisbranch
>  - herbranch
> ....
>
> and we do merging between these branches quite often. bzr merge works 
> fine, but it would be really nice to write bzr merge herbranch to get 
> bzr merge bzr+ssh:://reposerver/repos/herbranch
>
> is this possible in some easy way?
>
> thanks, V

on *NIX:

herbranch=bzr+ssh:://reposerver/repos/herbranch

bzr merge $herbranch





More information about the bazaar mailing list