[PATCH 3 of 6] debugcommands: move 'debuglabelcomplete' in the new module

Augie Fackler raf at durin42.com
Mon Feb 13 15:27:09 EST 2017


> On Feb 13, 2017, at 15:22, Augie Fackler <raf at durin42.com> wrote:
> 
> 
>> On Feb 13, 2017, at 14:24, Augie Fackler <raf at durin42.com> wrote:
>> 
>>> Meant to be removed from commands.py too, right?
>> 
>> Looks like it. I've queued patches 1,2, 4-6 of this series, we can get
>> this one on a resend.
> 
> Sigh. I'm getting test-completion.t failures with these applied, so I'm going to discard them for now.


Specifically:

--- /home/augie/hg/tests/test-completion.t
+++ /home/augie/hg/tests/test-completion.t.err
@@ -92,7 +92,6 @@
   debugindexdot
   debuginstall
   debugknown
-  debuglabelcomplete
   debuglocks
   debugmergestate
   debugnamecomplete
@@ -258,7 +257,6 @@
   debugindexdot: changelog, manifest, dir
   debuginstall: template
   debugknown:
-  debuglabelcomplete:
   debuglocks: force-lock, force-wlock
   debugmergestate:
   debugnamecomplete:

ERROR: test-completion.t output changed

So I've discarded these three (the rest of the series doesn't irritate the test):

99d4ae09 o draft debugcommands: move 'debuglocks' in the new module
         |
7fd152b1 o draft debugcommands: move 'debugnamecomplete' in the new module
         |
358a9971 o draft debugcommands: move 'debugmergestate' in the new module



More information about the Mercurial-devel mailing list