hg-zipdoc extension
Uwe Brauer
oub at mat.ucm.es
Fri Jun 24 10:48:56 UTC 2016
The following message is a courtesy copy of an article
that has been posted to gmane.comp.version-control.mercurial.general as well.
> On 23/06/2016 16:39, Uwe Brauer wrote:
> Uwe,
> hg diff -r 3 -r 0
> Will give you the diff between revision 0 and 3 which is changes that
> happened in May 2005.
I don't understand. I created a new fresh rep, I added a odt file
I edited and commited, edited and commite
Here are some parts of log
hg log
changeset: 3:6ac3c05c2678
user: Uwe Brauer <oub at mat.ucm.es>
date: Thu Jun 23 15:19:39 2016 +0000
summary: test the extension2
changeset: 2:243d3d9a8be7
user: Uwe Brauer <oub at mat.ucm.es>
date: Thu Jun 23 12:43:03 2016 +0000
summary: last one
changeset: 1:14d04d09b90e
user: Uwe Brauer <oub at mat.ucm.es>
date: Thu Jun 23 12:42:18 2016 +0000
summary: More
changeset: 0:1fd82649bbf9
user: Uwe Brauer <oub at mat.ucm.es>
date: Thu Jun 23 12:41:24 2016 +0000
summary: New changes
So I don't see what this has to do with may 2005?
I started again, a new fresh hg, one odt file added. Edit comit edit
comit
and then
/home/oub/src/hg-stable/hg diff -r 2 -r 1
And I obtain
/home/oub/src/hg-stable/hg diff -r 2 -r 1
diff -r ca1b41bb230f -r 24c0ec97bec7 testoo.odt
Binary file testoo.odt has changed
What do I miss? It seems that the extension is not doing anything.
More information about the Mercurial
mailing list