With .8 installed, the update command is not working.
C:\Users\ben\...>hg up
hg update: invalid arguments
hg update [-C] [-d DATE] [[-r] REV]
aliases: up, checkout, co
update working directory
Update the repository's working directory to the specified
revision, or the tip of the current branch if none is specified.
Use null as the revision to remove the working copy (like 'hg
clone -U').
When the working directory contains no uncommitted changes, it
will be replaced by the state of the requested revision from the
repository. When the requested revision is on a different branch,
the working directory will additionally be switched to that
branch.
When there are uncommitted changes, use option -C/--clean to
discard them, forcibly replacing the state of the working
directory with the requested revision. Alternately, use -c/--check
to abort.
When there are uncommitted changes and option -C/--clean is not
used, and the parent revision and requested revision are on the
same branch, and one of them is an ancestor of the other, then the
new working directory will contain the requested revision merged
with the uncommitted changes. Otherwise, the update will fail with
a suggestion to use 'merge' or 'update -C' instead.
If you want to update just one file to an older revision, use
revert.
See 'hg help dates' for a list of formats valid for -d/--date.
options:
-C --clean overwrite locally modified files (no backup)
-c --check check for uncommitted changes
-d --date tipmost revision matching date
-r --rev revision
use "hg -v help update" to show global options
Ben Mathews
------------------------------------------------------------------------------
_______________________________________________
Tortoisehg-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss