Submitter | Stanislau Hlebik |
---|---|
Date | Aug. 25, 2016, 5:59 p.m. |
Message ID | <daecb4cb68a6abaf8059.1472147988@dev1918.lla1.facebook.com> |
Download | mbox | patch |
Permalink | /patch/16418/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/exchange.py b/mercurial/exchange.py --- a/mercurial/exchange.py +++ b/mercurial/exchange.py @@ -1650,6 +1650,9 @@ if chunks: bundler.newpart('hgtagsfnodes', data=''.join(chunks)) +def _get_bookmarks(repo, kwargs): + return repo.listkeys(namespace='bookmarks') + def check_heads(repo, their_heads, context): """check if the heads of a repo have been modified