# HG changeset patch # User Matt Mackall # Date 1330901284 21600 # Node ID 7855c522a9cb9ac3c57dde46d5820d0fb07f3c76 # Parent d52a6b542db196ffaf34a167938057fb5b62c7d8# Parent 674ecd23c42c76a794412e50e6cba64449243b86 merge with stable diff -r d52a6b542db1 -r 7855c522a9cb contrib/wix/guids.wxi --- a/contrib/wix/guids.wxi Thu Mar 01 14:50:31 2012 +0000 +++ b/contrib/wix/guids.wxi Sun Mar 04 16:48:04 2012 -0600 @@ -18,10 +18,10 @@ - + - + diff -r d52a6b542db1 -r 7855c522a9cb contrib/wix/help.wxs --- a/contrib/wix/help.wxs Thu Mar 01 14:50:31 2012 +0000 +++ b/contrib/wix/help.wxs Sun Mar 04 16:48:04 2012 -0600 @@ -20,6 +20,7 @@ + diff -r d52a6b542db1 -r 7855c522a9cb contrib/wix/i18n.wxs --- a/contrib/wix/i18n.wxs Thu Mar 01 14:50:31 2012 +0000 +++ b/contrib/wix/i18n.wxs Sun Mar 04 16:48:04 2012 -0600 @@ -5,7 +5,7 @@ diff -r d52a6b542db1 -r 7855c522a9cb hgext/bugzilla.py --- a/hgext/bugzilla.py Thu Mar 01 14:50:31 2012 +0000 +++ b/hgext/bugzilla.py Sun Mar 04 16:48:04 2012 -0600 @@ -336,7 +336,7 @@ The earliest Bugzilla version this is tested with is version 2.16. - If your Bugzilla is version 3.2 or above, you are strongly + If your Bugzilla is version 3.4 or above, you are strongly recommended to use the XMLRPC access method instead. ''' diff -r d52a6b542db1 -r 7855c522a9cb mercurial/commands.py --- a/mercurial/commands.py Thu Mar 01 14:50:31 2012 +0000 +++ b/mercurial/commands.py Sun Mar 04 16:48:04 2012 -0600 @@ -1381,7 +1381,8 @@ at = -1 atbranch = 'default' nodeids = [] - ui.progress(_('building'), 0, unit=_('revisions'), total=total) + id = 0 + ui.progress(_('building'), id, unit=_('revisions'), total=total) for type, data in dagparser.parsedag(text): if type == 'n': ui.note('node %s\n' % str(data)) diff -r d52a6b542db1 -r 7855c522a9cb tests/test-debugbuilddag.t --- a/tests/test-debugbuilddag.t Thu Mar 01 14:50:31 2012 +0000 +++ b/tests/test-debugbuilddag.t Sun Mar 04 16:48:04 2012 -0600 @@ -86,18 +86,19 @@ o 0: r0 [] @ 0.00 -overwritten files +overwritten files, starting on a non-default branch $ rm -r .hg $ hg init - $ hg debugbuilddag '+2:f +3:p2 @temp /dev/null + $ chmod g+s .hg/store 2> /dev/null || true $ mkdir dir $ touch dir/file $ hg ci -qAm 'add dir/file'