[Bug 4348] New: make status show queues

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Sun Aug 24 11:07:25 UTC 2014


http://bz.selenic.com/show_bug.cgi?id=4348

          Priority: normal
            Bug ID: 4348
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: make status show queues
          Severity: feature
    Classification: Unclassified
                OS: All
          Reporter: techtonik at gmail.com
          Hardware: All
            Status: UNCONFIRMED
           Version: 3.1
         Component: mq
           Product: Mercurial

I use `hg status` + `hg out` solely to know if local clone is safe to kill -
that means: no modified files, no unset changes, no patches in mercurial queue.
However, neither of these show stats about patches in different queues.

What I get now:

parent: 1418:2a3df1585abf tip
 Allow admins to delete issues through the UI.
branch: default
commit: 2 unknown (clean)
update: (current)
mq:     1 unapplied

? upload.py.3
? upload.py.chromium


What is wanted is at least:

parent: 1418:2a3df1585abf tip
 Allow admins to delete issues through the UI.
branch: default
commit: 2 unknown (clean)
update: (current)
mq:     1 unapplied (2 queues)

? upload.py.3
? upload.py.chromium

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the Mercurial-devel mailing list