diff rebuildmeta.py @ 196:77812f98e250

Add a naive hg svn version command that works as long as hgsubversion is run from a checkout.
author Augie Fackler <durin42@gmail.com>
date Tue, 10 Feb 2009 14:52:26 -0600
parents 57355b0e7bd1
children 30df375590d1
line wrap: on
line diff
--- a/rebuildmeta.py
+++ b/rebuildmeta.py
@@ -108,7 +108,7 @@ def rebuildmeta(ui, repo, hg_repo_path, 
     pickle.dump(tagsinfo, tagsinfofile)
     tagsinfofile.close()
 rebuildmeta = util.register_subcommand('rebuildmeta')(rebuildmeta)
-
+rebuildmeta = util.command_needs_no_url(rebuildmeta)
 
 def determinebranch(branch):
     if branch.startswith('branches'):