mirror of
https://github.com/facebook/sapling.git
synced 2024-12-25 14:05:00 +03:00
mononoke: allow syncing XRepoSync bookmarks
Summary: Facebook We need them since we are going to sync ovrsource commits into fbsource Reviewed By: krallin Differential Revision: D23701667 fbshipit-source-id: 61db00c7205d5d4047a4040992e7195f769005d3
This commit is contained in:
parent
0b031454f3
commit
bfc3410fdd
@ -169,8 +169,8 @@ impl BundlePreparer {
|
||||
|
||||
let blobstore = repo.get_blobstore();
|
||||
match log_entry.reason {
|
||||
Pushrebase | Backsyncer | ManualMove | ApiRequest => {}
|
||||
Blobimport | Push | XRepoSync | TestMove => {
|
||||
Pushrebase | Backsyncer | ManualMove | ApiRequest | XRepoSync => {}
|
||||
Blobimport | Push | TestMove => {
|
||||
return err(UnexpectedBookmarkMove(format!("{}", log_entry.reason)).into())
|
||||
.boxify();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user