Mercurial > jhg
diff 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 |
line wrap: on
line diff
--- a/cmdline/org/tmatesoft/hg/console/Manifest.java Mon Jun 18 16:54:00 2012 +0200 +++ b/cmdline/org/tmatesoft/hg/console/Manifest.java Mon Jun 18 17:06:42 2012 +0200 @@ -83,6 +83,6 @@ } }; int rev = cmdLineOpts.getSingleInt(TIP, "-r", "--rev"); - new HgManifestCommand(hgRepo).dirs(false).revision(rev).execute(h); + new HgManifestCommand(hgRepo).dirs(false).changeset(rev).execute(h); } }