Re: [PATCH] git-p4: improve branch option handling

2017-04-20 Thread Luke Diamand
On 20 April 2017 at 14:52, Andrew Oakley wrote: > It is sometimes useful (much quicker) to request commands only operate > on a single branch. > > The P4Sync command has been updated to handle self.branch being None for > consitency with the P4Submit. Should that be

[PATCH] git-p4: improve branch option handling

2017-04-20 Thread Andrew Oakley
It is sometimes useful (much quicker) to request commands only operate on a single branch. The P4Sync command has been updated to handle self.branch being None for consitency with the P4Submit. The P4Rebase command has been given a branch option which is forwarded to the P4Sync command it runs.