Commit Graph

7 Commits

Author SHA1 Message Date
Jun Wu
4e5a678efb test-remotenames-basic: avoid using branches
Summary: Make it future proof.

Differential Revision: D13978566

fbshipit-source-id: 8c6ecb3f4d94212e49f7041492abbe3d06b0a2bc
2019-02-12 19:54:30 -08:00
Jun Wu
04f6795519 remotenames: remove logic about named branches
Summary: Named branches are going away. Remove the logic around it.

Reviewed By: phillco

Differential Revision: D13978575

fbshipit-source-id: d6e28d7cadffa612f74a2afc12800829d6113dfa
2019-02-12 19:54:30 -08:00
Mark Thomas
f27b75c0cf remotenames: add remotebookmark and remotebranch revsets
Summary:
Add new revsets for finding remote bookmarks and remote branches by their exact
name, or by regular expression.

Reviewed By: quark-zju

Differential Revision: D8588923

fbshipit-source-id: 11e6d3636a0cccc5145c7dbd8824135b51dcbab3
2018-06-26 03:04:29 -07:00
Kostia Balytskyi
e45985d846 hggit: skip, not fail a test if dulwich is missing
Summary: This manifests itself on MacBooks where dulwich is not installed.

Differential Revision: D6759617

fbshipit-source-id: c90c35ebaa4fd2a14b1ad2fa0fadaca3c6ea8c29
2018-04-13 21:50:54 -07:00
Ryan McElroy
559e7547a0 remotenames: re-enable hggit-related test
Summary: Backed out changeset 213f1f4306c1

Test Plan: `run-tests.py`

Reviewers: ikostia, #mercurial

Reviewed By: ikostia

Differential Revision: https://phabricator.intern.facebook.com/D6693062

Signature: 6693062:1515600922:d8380108fd3129ee6b739a47e72523e1c19b86ce
2018-01-10 08:15:55 -08:00
Jun Wu
1055b4aeae test-remotenames-basic: skip hggit test cases
Summary:
hggit is not guaranteed available in the repo. So let's skip the test
temporarily.

Test Plan:
Run the test with clean PYTHONPATH and it does not complain about failed to
import hggit.

Reviewers: durham, #mercurial

Reviewed By: durham

Differential Revision: https://phabricator.intern.facebook.com/D6678488

Signature: 6678488:1515453639:bf9c4b53273c9b00d7c09c947af9849ebd272ad0
2018-01-08 13:55:19 -08:00
Stanislau Hlebik
11ed662a15 remotenames: move tests to the tests directory 2018-01-03 06:15:47 -08:00