comparison tests/test-clone.out @ 11544:be5e86c80628 stable

hg.clone: fix branch value when passing a repo object (issue2267) Since 3d6915f5a2bb the branch argument for addbranchrevs should be a tuple: (hashbranch, branches) The right empty value therefore is (None, []) instead of None.
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Fri, 02 Jul 2010 15:05:21 +0900
parents 07e425d63dbd
children b1ae33b813cb
comparison
equal deleted inserted replaced
11543:0a2762d83c53 11544:be5e86c80628
310 310
311 311
312 % same revision checked out in repo a and ua 312 % same revision checked out in repo a and ua
313 e8ece76546a6 313 e8ece76546a6
314 e8ece76546a6 314 e8ece76546a6
315 updating to branch default
316 3 files updated, 0 files merged, 0 files removed, 0 files unresolved