Submitter | Jun Wu |
---|---|
Date | May 7, 2016, 2:18 p.m. |
Message ID | <3863d4110df0d196b352.1462630706@x1c> |
Download | mbox | patch |
Permalink | /patch/14966/ |
State | Accepted |
Delegated to: | Yuya Nishihara |
Headers | show |
Comments
On Sat, 7 May 2016 15:18:26 +0100, Jun Wu wrote: > # HG changeset patch > # User Jun Wu <quark@fb.com> > # Date 1462629092 -3600 > # Sat May 07 14:51:32 2016 +0100 > # Node ID 3863d4110df0d196b352d894efc5030f9df0c887 > # Parent e4e2efae9f13369bd9e9691edd48a7da6fd18fcb > chgserver: add [alias] to confighash Sure, queued the patch 2, thanks. I'll look into the patch 1 tomorrow if nobody review it yet.
Patch
diff --git a/hgext/chgserver.py b/hgext/chgserver.py --- a/hgext/chgserver.py +++ b/hgext/chgserver.py @@ -80,6 +80,7 @@ # sensitive config sections affecting confighash _configsections = [ + 'alias', # affects global state commands.table 'extdiff', # uisetup will register new commands 'extensions', ]