Mercurial > hg-stable
comparison tests/test-qrecord.out @ 8902:b9a8b616521d
Add a forget command for easily untracking files.
This command does exactly what 'hg remove -Af [FILES]' does.
The reason for creating a new command is that the options for 'hg remove'
are confusing (-A removes only deleted files, -f forces deletion, and using
both means *the exact opposite of both*).
[mpm: simplified help text, code, and updated tests]
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sun, 31 May 2009 03:09:00 -0400 |
parents | 708938509732 |
children | b4f259c1667a |
comparison
equal
deleted
inserted
replaced
8901:94319ae527cf | 8902:b9a8b616521d |
---|---|
8 annotate show changeset information by line for each file | 8 annotate show changeset information by line for each file |
9 clone make a copy of an existing repository | 9 clone make a copy of an existing repository |
10 commit commit the specified files or all outstanding changes | 10 commit commit the specified files or all outstanding changes |
11 diff diff repository (or selected files) | 11 diff diff repository (or selected files) |
12 export dump the header and diffs for one or more changesets | 12 export dump the header and diffs for one or more changesets |
13 forget forget the specified files on the next commit | |
13 init create a new repository in the given directory | 14 init create a new repository in the given directory |
14 log show revision history of entire repository or files | 15 log show revision history of entire repository or files |
15 merge merge working directory with another revision | 16 merge merge working directory with another revision |
16 parents show the parents of the working directory or revision | 17 parents show the parents of the working directory or revision |
17 pull pull changes from the specified source | 18 pull pull changes from the specified source |