Skip to content
Snippets Groups Projects

Merged oldstable branch into stable

Merged Georges Racinet requested to merge topic/stable/hg-share-default-ref into branch/stable
3 files
+ 5
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -39,3 +39,4 @@
assert get_default_gitlab_branch(main.repo) is None
set_default_gitlab_branch(share.repo, b'branch/default')
assert get_default_gitlab_branch(main.repo) == b'branch/default'
assert get_default_gitlab_branch(share.repo) == b'branch/default'
Loading