The export process results in all named branches in mercurial being created as open branches in git, whether they are currently open or closed in mercurial.
Ideally the closedness of branches would be preserved, such that hg branches and git branch would output the same list.
The export process results in all named branches in mercurial being created as open branches in git, whether they are currently open or closed in mercurial.
Ideally the closedness of branches would be preserved, such that
hg branchesandgit branchwould output the same list.