Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 8040:545fb915fe16
commands: more informative description of "!" files in status
This makes the description more similar to the one used by Subversion.
Suggestion by Dennis Brakhane.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 09 Apr 2009 20:00:48 +0200 |
parents | 18081ce1e630 |
children | fd35e9d72879 |
comparison
equal
deleted
inserted
replaced
8039:18081ce1e630 | 8040:545fb915fe16 |
---|---|
2746 The codes used to show the status of files are: | 2746 The codes used to show the status of files are: |
2747 M = modified | 2747 M = modified |
2748 A = added | 2748 A = added |
2749 R = removed | 2749 R = removed |
2750 C = clean | 2750 C = clean |
2751 ! = missing, but still tracked | 2751 ! = missing (deleted by non-hg command, but still tracked) |
2752 ? = not tracked | 2752 ? = not tracked |
2753 I = ignored | 2753 I = ignored |
2754 = the previous added file was copied from here | 2754 = the previous added file was copied from here |
2755 """ | 2755 """ |
2756 | 2756 |