3r1co / hg4j

Automatically exported from code.google.com/p/hg4j
GNU General Public License v2.0
0 stars 1 forks source link

Changes duplicate information #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a new repository, create 2 or more commits to it locally
2. push them to remote repo
3. pull changes via IncommingCommand

What is the expected output? What do you see instead?
All HgChangset objects processed by handler have the same commit message, date 
& hash. They all share information of the last commit.

Workaround:
Use HgIncomming command first, get the newest change, execute pullCommand and 
then LogCommand on local repo. LogCommand will give you the correct output.

Original issue reported on code.google.com by Kosz...@gmail.com on 17 Feb 2014 at 1:33

GoogleCodeExporter commented 8 years ago

Original comment by tikhomir...@gmail.com on 18 Feb 2014 at 12:50