OpenID login for wiki (and using HG from source)
Kevin Bullock
kbullock+mercurial at ringworld.org
Tue Jan 7 04:19:22 UTC 2014
On 1 Jan 2014, at 10:02 AM, anatoly techtonik <techtonik at gmail.com> wrote:
> I again find absent login with GMail for wiki as a showstopper.
>
> In particular, this page:
> http://mercurial.selenic.com/wiki/DebuggingFeatures
> Lacks info how to run 'hg' from source to use standard Python
> debugging aids (like `trace` and `pdb`) to troubleshoot problems with
> HG or its extensions (I currently investigate issue "ValueError:
> invalid literal for int() with base 16: 'logi'" between hg, hg-git and
> dulwich).
Quoting the page you linked to:
> hg --debugger <command> will drop you at the debug prompt shortly before command execution. This will allow you to set breakpoints, singlestep code, inspect data structures, and run arbitrary bits of Python code.
Internally this uses pdb, but also now has the option to use ipdb with the right config flag.
Aside from that, Mercurial is just about the easiest open-source application I know of to run from source: you download and extract the tarball, type `make local`, and then run it.
pacem in terris / мир / शान्ति / سَلاَم / 平和
Kevin R. Bullock
More information about the Mercurial
mailing list