docs/wiki/documentation/index.mdown @ e2d60e4e3caf

Fix error: don't assume status is a tuple

This fix also works with older versions of Mercurial. `repo.status()` used to
return a named tuple; since 5.2.1 it returns an object. So `st[:5]` no longer
works, but `st.modified` works with both old and new versions of Mercurial.
author Sietse Brouwer <sbbrouwer@gmail.com>
date Tue, 26 May 2020 14:57:58 +0200
parents 187b25ff6e1a
children (none)
Documentation
=============

##[Usage](/documentation/usage/)##

How the `hg prompt` command can be used.

##[Keywords](/documentation/keywords/)##

Keywords available to use with the command.

##[Sample Prompts](/documentation/samples/)##

Some sample prompts to get you started.