git-upstream/git_upstream/tests
Darragh Bailey 83669ee54b Add support and CLI option to search multiple refs for last import
When auto-detecting the most recent point in the history of the current
branch to be updated that came from upstream, need to support searching
more than the given upstream reference where the user is switching the
upstream branch being tracked.

Use a default of 'upstream/*' and add a CLI option to set a different
pattern to be searched in cases where the repository is not using the
same naming.

The CLI option '--search-refs' may be specified multiple times to
provide multiple ref patterns to be searched using simple globbing. The
default if none provided by the user is 'upstream/*'.

Change-Id: If890d1bee015d6b495a5caa60dd8f7783cf7c4e0
Closes-Bug: #1380652
2014-10-31 16:36:46 +00:00
..
__init__.py Move tests under module 2014-07-15 12:22:20 +01:00
base.py Add support and CLI option to search multiple refs for last import 2014-10-31 16:36:46 +00:00
test_commands.py Move tests under module 2014-07-15 12:22:20 +01:00
test_drop.py Update tests to create isolate git repo 2014-07-17 15:26:36 +01:00
test_import.py Let read-tree update index and tree 2014-10-21 13:57:22 +01:00
test_import_cmd.py Add support and CLI option to search multiple refs for last import 2014-10-31 16:36:46 +00:00
test_log.py Move tests under module 2014-07-15 12:22:20 +01:00
test_searchers.py Add support and CLI option to search multiple refs for last import 2014-10-31 16:36:46 +00:00
test_strategies.py Add support and CLI option to search multiple refs for last import 2014-10-31 16:36:46 +00:00
test_supersede.py Update tests to create isolate git repo 2014-07-17 15:26:36 +01:00