##// END OF EJS Templates
convert/mtn: convert suspended branches as closed branches...
convert/mtn: convert suspended branches as closed branches Monotone treats branch closing ("suspending") in a similar manner to how we do in mercurial - a cert is added to a revision that marks the branch to be hidden. If a subsequent commit is made, the branch is effectively reopened.

File last commit:

r11322:3d6915f5 default
r13779:c13bfa45 default
Show More
test-hg-parseurl.py.out
5 lines | 300 B | text/plain | TextLexer
/ tests / test-hg-parseurl.py.out
Sune Foldager
improve --branch processing (and differentiate from # syntax)...
r11322 http://example.com/no/anchor, branches: (None, [])
http://example.com/an/anchor, branches: ('foo', [])
http://example.com/no/anchor/branches, branches: (None, ['foo'])
http://example.com/an/anchor/branches, branches: ('bar', ['foo'])
http://example.com/an/anchor/branches-None, branches: ('foo', [])