Submitter | Yuya Nishihara |
---|---|
Date | Feb. 14, 2016, 4:02 p.m. |
Message ID | <4842cb7c4349183bbc14.1455465755@mimosa> |
Download | mbox | patch |
Permalink | /patch/13185/ |
State | Accepted |
Delegated to: | Pierre-Yves David |
Headers | show |
Comments
On 02/14/2016 04:02 PM, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara <yuya@tcha.org> > # Date 1450191048 -32400 > # Tue Dec 15 23:50:48 2015 +0900 > # Node ID 4842cb7c4349183bbc1468dce963a845a9963439 > # Parent bcdaeeb5e19f1493ef3a53b0eab89fa27a3ac2cd > config: drop progress extension from sample hgrc as it is in core now P > > diff --git a/mercurial/ui.py b/mercurial/ui.py > --- a/mercurial/ui.py > +++ b/mercurial/ui.py > @@ -42,7 +42,6 @@ username = > # (see "hg help extensions" for more info) > # > # pager = > -# progress = > # color =""", > > 'cloned': > @@ -86,7 +85,6 @@ default = %s > # (see "hg help extensions" for more info) > # > # blackbox = > -# progress = > # color = > # pager =""", > } > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel >
Patch
diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -42,7 +42,6 @@ username = # (see "hg help extensions" for more info) # # pager = -# progress = # color =""", 'cloned': @@ -86,7 +85,6 @@ default = %s # (see "hg help extensions" for more info) # # blackbox = -# progress = # color = # pager =""", }