vcprompt with MQ (Mercurial Queue) support

Yuya Nishihara yuya at tcha.org
Tue Jan 19 10:08:14 CST 2010


Stephen Rasku wrote:
> > Hmm..., are you using bookmarks? I modified the original code
> > to prefer bookmarks if available.
> 
> I didn't think so:
...
> 
> $ ~/software/vcprompt-mq/vcprompt -d -f %b
> vcprompt: debug: no context claimed current dir: walking up the tree
> vcprompt: debug: failed to stat() 'CVS': No such file or directory
> vcprompt: debug: failed to stat() '.git': No such file or directory
> vcprompt: debug: failed to stat() '.hg': No such file or directory
> vcprompt: debug: failed to stat() '.svn': No such file or directory
> vcprompt: debug: failed to stat() 'CVS': No such file or directory
> vcprompt: debug: failed to stat() '.git': No such file or directory
> vcprompt: debug: found a context
> vcprompt: debug: read first line from .hg/bookmarks.current: 'MDM/R'
> MDM/R
> 
> There is a bookmarks.current file in the .hg repository as reported
> but I am not able to delete it:

It seems strange. If you've never been used bookmarks or hggit extension,
which utilizes bookmarks, I cannot figure out who generated the file.

But, at least, if there's no .hg/bookmarks file, you may safely remove
.hg/bookmarks.current.


Yuya.


More information about the Mercurial mailing list