Mercurial > jhg
comparison cmdline/org/tmatesoft/hg/console/Manifest.java @ 457:d78cb5ca3053
Get rid of ambiguity in method name
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Mon, 18 Jun 2012 17:06:42 +0200 |
parents | 31a89587eb04 |
children | 6526d8adbc0f |
comparison
equal
deleted
inserted
replaced
456:909306e412e2 | 457:d78cb5ca3053 |
---|---|
81 | 81 |
82 public void end(Nodeid manifestRevision) { | 82 public void end(Nodeid manifestRevision) { |
83 } | 83 } |
84 }; | 84 }; |
85 int rev = cmdLineOpts.getSingleInt(TIP, "-r", "--rev"); | 85 int rev = cmdLineOpts.getSingleInt(TIP, "-r", "--rev"); |
86 new HgManifestCommand(hgRepo).dirs(false).revision(rev).execute(h); | 86 new HgManifestCommand(hgRepo).dirs(false).changeset(rev).execute(h); |
87 } | 87 } |
88 } | 88 } |