Commit Graph

3 Commits

Author SHA1 Message Date
Mark Thomas
66d79c86c8 pull: remove postincoming advice
Summary:
The postincoming checks prints out advice of the following forms:

* `(run 'hg heads' to see heads)`
* `(run 'hg heads' to see heads, 'hg merge' to merge)`
* `(run 'hg heads .' to see heads, 'hg merge' to merge)`
* `(run 'hg update' to get a working copy)`

This advice is no longer useful, so remove it.

Reviewed By: DurhamG, farnz

Differential Revision: D15317185

fbshipit-source-id: 50ba576406c96715fa058399da53462be9b7a3bf
2019-05-20 06:19:49 -07:00
Jun Wu
98bb16cace hgsql: fix hggit sync
Summary: Teach mysql connector to deal with bytearray.

Reviewed By: DurhamG, StanislavGlebik

Differential Revision: D14025816

fbshipit-source-id: 738d9ef37b985afad5fe62815be134a4a5913b9a
2019-02-11 13:47:12 -08:00
Jun Wu
33de65a309 test-hgsql-hggit: demostrate bytearray encoding error
Summary: This is caused by D13516212, and not covered by tests.

Reviewed By: DurhamG, StanislavGlebik

Differential Revision: D14025817

fbshipit-source-id: 8a529085c40c5d2ae17ccf3de1ccea22c8d7dbd2
2019-02-11 13:47:12 -08:00