[Python-Dev] [Python-checkins] devguide: Describe the Rdiff extension for remote diffs
Nick Coghlan
ncoghlan at gmail.com
Sun Feb 6 14:59:33 CET 2011
On Sun, Feb 6, 2011 at 4:26 PM, nick.coghlan <python-checkins at python.org> wrote:
> +How do I compare my working copy to a remote repository?
> +-------------------------------------------------------------------------------
To save anyone else pointing this out, I'm now aware that "hg
incoming" and "hg outgoing" are the actual commands I want. Still,
that kind of mistake is why I want to keep the dev FAQ around - to
help people that don't know enough to avoid the misleading answers a
web search will sometimes give back.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-Dev
mailing list