mercurial/commands.py
branchstable
changeset 19496 607191a45f8c
parent 19493 ca76e77dd663
child 19523 f37b5a17e6a0
equal deleted inserted replaced
19495:9aee3d014394 19496:607191a45f8c
  1334         ui.setconfig('ui', 'commitsubrepos', True)
  1334         ui.setconfig('ui', 'commitsubrepos', True)
  1335 
  1335 
  1336     # Save this for restoring it later
  1336     # Save this for restoring it later
  1337     oldcommitphase = ui.config('phases', 'new-commit')
  1337     oldcommitphase = ui.config('phases', 'new-commit')
  1338 
  1338 
  1339     cmdutil.checkunfinished(repo)
  1339     cmdutil.checkunfinished(repo, commit=True)
  1340 
  1340 
  1341     branch = repo[None].branch()
  1341     branch = repo[None].branch()
  1342     bheads = repo.branchheads(branch)
  1342     bheads = repo.branchheads(branch)
  1343 
  1343 
  1344     extra = {}
  1344     extra = {}