Submitter | timeless |
---|---|
Date | Sept. 21, 2016, 12:19 a.m. |
Message ID | <7deb4156b10a2dc83fc0.1474417195@gcc2-power8.osuosl.org> |
Download | mbox | patch |
Permalink | /patch/16718/ |
State | Accepted |
Headers | show |
Comments
Patch
diff -r 745cb8e2928b -r 7deb4156b10a mercurial/obsolete.py --- a/mercurial/obsolete.py Tue Sep 20 23:48:08 2016 +0000 +++ b/mercurial/obsolete.py Tue Sep 20 23:48:19 2016 +0000 @@ -1236,7 +1236,7 @@ if not prec.mutable(): raise error.Abort(_("cannot obsolete public changeset: %s") % prec, - hint='see "hg help phases" for details') + hint="see 'hg help phases' for details") nprec = prec.node() nsucs = tuple(s.node() for s in sucs) npare = None