[Bug 5432] New: record/hunk selector help mention "record" instead of the operation name.

bugzilla at mercurial-scm.org bugzilla at mercurial-scm.org
Wed Nov 23 19:37:19 UTC 2016


https://bz.mercurial-scm.org/show_bug.cgi?id=5432

            Bug ID: 5432
           Summary: record/hunk selector help mention "record" instead of
                    the operation name.
           Product: Mercurial
           Version: default branch
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: record
          Assignee: bugzilla at selenic.com
          Reporter: pierre-yves.david at ens-lyon.org
                CC: mercurial-devel at selenic.com

The detailed help use "record" in all case, not propagating the "operation"
name. This can be confusing for user.

The following display the issue for the old/default record UI. I've not checked
the crecord ui yet.

examine changes to 'contrib/chg/Makefile'? [Ynesfdaq?] 

@@ -40,6 +40,7 @@ serve:
        [ -d $(CHGSOCKDIR) ] || ( umask 077; mkdir $(CHGSOCKDIR) )
        $(HG) serve --cwd / --cmdserver chgunix \
                --address $(CHGSOCKNAME) \
+               --config extensions.chgserver= \
                --config cmdserver.log=/dev/stderr

 .PHONY: clean
discard change 1/14 to 'contrib/chg/Makefile'? [Ynesfdaq?] ?

y - yes, record this change
n - no, skip this change
e - edit this change manually
s - skip remaining changes to this file
f - record remaining changes to this file
d - done, skip remaining changes and files
a - record all changes to all remaining files
q - quit, recording no changes
? - ? (display help)

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


More information about the Mercurial-devel mailing list