Skip to content

Commit

Permalink
Merge pull request #9369 from brave/branch_heads
Browse files Browse the repository at this point in the history
restore accidentally removed `--with_branch_heads`
  • Loading branch information
bridiver authored and bsclifton committed Apr 22, 2020
1 parent b53cfef commit 2760d1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,8 @@ const util = {
},

gclientSync: (reset = false, options = {}) => {
let args = ['sync', '--force', '--nohooks', '--with_tags', '--reset', '--upstream',
let args = ['sync', '--force', '--nohooks', '--with_tags', '--reset',
'--with_branch_heads', '--upstream',
'--revision', 'src/brave@' + config.getProjectRef('brave-core')]
if (reset)
args = args.concat(['--revision', 'src@' + config.getProjectRef('chrome')])
Expand Down

0 comments on commit 2760d1e

Please sign in to comment.