[Bug 6251] New: `hg: parse error: pick "..." changeset was not a candidate` when using `hg histedit` Curses UI

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Wed Jan 8 23:35:24 UTC 2020


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

            Bug ID: 6251
           Summary: `hg: parse error: pick "..." changeset was not a
                    candidate` when using `hg histedit` Curses UI
           Product: Mercurial
           Version: 5.2.1
          Hardware: PC
                OS: Mac OS
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: histedit
          Assignee: bugzilla at mercurial-scm.org
          Reporter: ncalexander+mercurial at gmail.com
                CC: mercurial-devel at mercurial-scm.org
    Python Version: ---

I can reproduce a "pick" error using `hg histedit` when _moving_ a changeset
around using the curses UI.  That is, whatever histedit file is produced has
somehow become corrupted.  I can't really give too much information because
everything is in the UI, but:
```
$ /usr/local/bin/hg --config diff.git=Off --config ui.merge=:merge histedit
--rev c27272de711597e27754913cb6920f1b77cbdb27
performing changes
hg: parse error: pick "d419f83776ef" changeset was not a candidate
(only use listed changesets)
```
My tree looks like:
```
Commits:
0854168b o tip draft Bug 1607851 - Bump browsertime version to
sitespeedio/browsertime at v8.0.0-alpha.3. r?sparky                               
                       Nick 2020-01-08
         |
40471dd1 | @ draft WIP on env handling in geckodriver                          
                                                                               
      Nick 2020-01-08
         | |
51999413 | o draft count files in adb pull                                     
                                                                               
      Nick 2020-01-08
         | |
edcfed7a | o draft Bug 1607851 - Bump browsertime version to
sitespeedio/browsertime at v8.0.0-alpha.3. r?sparky                               
                         Nick 2020-01-08
         | |
c27272de | o draft Bug 1433495 - Part 1c: Support recursive `adb pull` in Rust
mozdevice. r?whimboo                                                           
       Nick 2020-01-07
         | |
338043b2 | o draft Bug 1433495 - Part 1b: Support listing directories in Rust
mozdevice. r?whimboo                                                           
        Nick 2020-01-07
         | |
d419f837 | o draft Bug 1433495 - Part 1a: Support `adb pull` in Rust mozdevice.
r?whimboo                                                                      
      Nick 2020-01-07
         |/
374a48ce o Bug 1607820 - Report cloud replay crashes to middleman, r=jlast.    
                                                                               
     Brian 2020-01-08
```

And my actions can be to either drop edcfed7a or to move 51999413 up above
edcfed7a.

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


More information about the Mercurial-devel mailing list