sapling/hgext/extlib/phabricator
Mateusz Moneta 4cfb665650 Update markers during hg pullbackup
Summary:
Before this change `hg pullbackup` did not set correct markers on commits.

This change make possible to see what changes already landed even when we are restoring repository from backup.
Before the change `fbclone` + `hg pullbackup` of repo with `C1` commit landed would result in:
```
o  o C2
|    |
o  o C1
|  /
|
o
```
after:
```
o  o C2
|    |
o  x C1
|  /
|
o
```

Reviewed By: StanislavGlebik

Differential Revision: D7032572

fbshipit-source-id: ffee3c7cc23c24a3df9a89c999c9dd2de226dbff
2018-04-13 21:51:23 -07:00
..
__init__.py phabricator: move to extlib 2018-01-10 08:39:19 -08:00
arcconfig.py phabricator-graphql: nice error message if ~/.arcrc is bad 2018-01-12 10:46:25 +00:00
diffprops.py phabricator: move to extlib 2018-01-10 08:39:19 -08:00
graphql.py Update markers during hg pullbackup 2018-04-13 21:51:23 -07:00
phabricator_graphql_client_requests.py phabricator: move to extlib 2018-01-10 08:39:19 -08:00
phabricator_graphql_client_urllib.py phabricator: move to extlib 2018-01-10 08:39:19 -08:00
phabricator_graphql_client.py phabstatus: mock full graphql response 2018-04-13 21:51:07 -07:00