equal
deleted
inserted
replaced
4032 # the end of the update. In other words, it is an explicit |
4032 # the end of the update. In other words, it is an explicit |
4033 # destination of the update |
4033 # destination of the update |
4034 brev = None |
4034 brev = None |
4035 |
4035 |
4036 if checkout: |
4036 if checkout: |
4037 checkout = "%d" % repo.changelog.rev(checkout) |
4037 checkout = repo.changelog.rev(checkout) |
4038 |
4038 |
4039 # order below depends on implementation of |
4039 # order below depends on implementation of |
4040 # hg.addbranchrevs(). opts['bookmark'] is ignored, |
4040 # hg.addbranchrevs(). opts['bookmark'] is ignored, |
4041 # because 'checkout' is determined without it. |
4041 # because 'checkout' is determined without it. |
4042 if opts.get('rev'): |
4042 if opts.get('rev'): |