Mercurial > hg4j
diff cmdline/org/tmatesoft/hg/console/Outgoing.java @ 98:225c48d964ed
Changelog to HgChangelog, Refactoring doesn't recognize name with inner class
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 27 Jan 2011 21:27:37 +0100 |
parents | ee2c750b036d |
children | a3a2e5deb320 |
line wrap: on
line diff
--- a/cmdline/org/tmatesoft/hg/console/Outgoing.java Thu Jan 27 21:25:21 2011 +0100 +++ b/cmdline/org/tmatesoft/hg/console/Outgoing.java Thu Jan 27 21:27:37 2011 +0100 @@ -47,7 +47,7 @@ base.add(Nodeid.fromAscii("d6d2a630f4a6d670c90a5ca909150f2b426ec88f".getBytes(), 0, 40)); // // fill with all known - Changelog.ParentWalker pw = hgRepo.getChangelog().new ParentWalker(); + HgChangelog.ParentWalker pw = hgRepo.getChangelog().new ParentWalker(); pw.init(); LinkedHashSet<Nodeid> sendToRemote = new LinkedHashSet<Nodeid>(pw.allNodes()); dump("initial state", sendToRemote);