Re: [Python-Dev] [Python-checkins] devguide: Describe the Rdiff extension for remote diffs

On Sun, Feb 6, 2011 at 4:26 PM, nick.coghlan <python-checkins@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@gmail.com | Brisbane, Australia

+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.
incoming and outgoing compare your repository to a remote repository, not your working copy. Regards

On Mon, Feb 7, 2011 at 12:06 AM, Éric Araujo <merwok@netwok.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.
incoming and outgoing compare your repository to a remote repository, not your working copy.
Yeah, I know, but for the use case I actually had in mind with that new FAQ entry ("When I type this next push command, what is it going to do?"), it's the committed changes that are important. I had my terminology wrong, so Google led me astray. Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia
participants (2)
-
Nick Coghlan
-
Éric Araujo