mercurial/commands.py
branchstable
changeset 22091 f72b71ba756b
parent 21959 dccbf52ffe9f
child 22102 fff8e1cec90f
child 22103 42b1344656f7
equal deleted inserted replaced
22089:1e392c63fb76 22091:f72b71ba756b
  5876             gen = exchange.readbundle(ui, f, fname)
  5876             gen = exchange.readbundle(ui, f, fname)
  5877             modheads = changegroup.addchangegroup(repo, gen, 'unbundle',
  5877             modheads = changegroup.addchangegroup(repo, gen, 'unbundle',
  5878                                                   'bundle:' + fname)
  5878                                                   'bundle:' + fname)
  5879     finally:
  5879     finally:
  5880         lock.release()
  5880         lock.release()
  5881     bookmarks.updatecurrentbookmark(repo, wc.node(), wc.branch())
  5881 
  5882     return postincoming(ui, repo, modheads, opts.get('update'), None)
  5882     return postincoming(ui, repo, modheads, opts.get('update'), None)
  5883 
  5883 
  5884 @command('^update|up|checkout|co',
  5884 @command('^update|up|checkout|co',
  5885     [('C', 'clean', None, _('discard uncommitted changes (no backup)')),
  5885     [('C', 'clean', None, _('discard uncommitted changes (no backup)')),
  5886     ('c', 'check', None,
  5886     ('c', 'check', None,