-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 1.3.3, 1.8.3
-
Component/s: Mercurial
-
None
-
Severity 2 - Major
Steps to reproduce:
- init repository
- init hg flow
- start new feature
- set branch name containing '#' symbol, e.g. 'id #12'
- finish feature
Expected result: can finish feature
Actual result: "Feature Name:" field is empty and grayed out, "OK" button is disabled.
The reason is in SourceTree.Repo.RepoHandlerHg.GetFlowList(...) method: regular expression prohibits the use of '#' symbol in the branch name.