##// END OF EJS Templates
merge with stable
Matt Mackall -
r16881:2255950e merge default
parent child Browse files
Show More
@@ -657,8 +657,9 b' class bzxmlrpc(bzaccess):'
657 657 if self.bzvermajor >= 4:
658 658 args['ids'] = [bugid]
659 659 args['comment'] = {'body' : text}
660 args['status'] = self.fixstatus
661 args['resolution'] = self.fixresolution
660 if 'fix' in newstate:
661 args['status'] = self.fixstatus
662 args['resolution'] = self.fixresolution
662 663 self.bzproxy.Bug.update(args)
663 664 else:
664 665 if 'fix' in newstate:
@@ -172,7 +172,7 b' msgid ""'
172 172 msgstr ""
173 173 "Project-Id-Version: Mercurial\n"
174 174 "Report-Msgid-Bugs-To: <mercurial-devel@selenic.com>\n"
175 "POT-Creation-Date: 2012-05-27 18:16+0400\n"
175 "POT-Creation-Date: 2012-06-05 10:52+0400\n"
176 176 "PO-Revision-Date: 2011-05-12 23:48+0400\n"
177 177 "Last-Translator: Alexander Sauta <demosito@gmail.com>\n"
178 178 "Language-Team: Russian\n"
@@ -22620,6 +22620,9 b' msgstr "\xd0\xbf\xd1\x83\xd1\x82\xd1\x8c %r \xd0\xbf\xd1\x80\xd0\xbe\xd1\x85\xd0\xbe\xd0\xb4\xd0\xb8\xd1\x82 \xd1\x81\xd0\xb8\xd0\xbc\xd0\xb2\xd0\xbe\xd0\xbb\xd0\xb8\xd1\x87\xd0\xb5\xd1\x81\xd0\xba\xd1\x83\xd1\x8e \xd1\x81\xd1\x81\xd1\x8b\xd0\xbb\xd0\xba\xd1\x83 %r"'
22620 22620 msgid "could not symlink to %r: %s"
22621 22621 msgstr "не удается создать символическую ссылку на %r: %s"
22622 22622
22623 msgid "empty revision range"
22624 msgstr "пустой диапазон ревизий"
22625
22623 22626 #, python-format
22624 22627 msgid "recording removal of %s as rename to %s (%d%% similar)\n"
22625 22628 msgstr "удаление %s записывается как переименование в %s (похожесть %d%%)\n"
@@ -5657,10 +5657,10 b' def update(ui, repo, node=None, rev=None'
5657 5657 current named branch and move the current bookmark (see :hg:`help
5658 5658 bookmarks`).
5659 5659
5660 If the changeset is not a descendant of the working directory's
5661 parent, the update is aborted. With the -c/--check option, the
5662 working directory is checked for uncommitted changes; if none are
5663 found, the working directory is updated to the specified
5660 If the changeset is not a descendant or ancestor of the working
5661 directory's parent, the update is aborted. With the -c/--check
5662 option, the working directory is checked for uncommitted changes; if
5663 none are found, the working directory is updated to the specified
5664 5664 changeset.
5665 5665
5666 5666 Update sets the working directory's parent revison to the specified
General Comments 0
You need to be logged in to leave comments. Login now