Ticket Change Details
Not logged in

Changes to ticket 7a27e10f1f

By anonymous on 2009-12-14 20:43:16. See also: artifact content, and ticket history

    1. Change comment to "This has been discussed a few times in the mailing list. My particular requirement is for integration into emacs-23. The vc-dired mode requires a command to run to give the status for each file that is registered with fossil. At present "fossil ls" gives you a list of files and their state, but it doesn't tell you if a file will change if you do an update. My users are used to having emacs tell them what all will change if they do an update. The changes are to 3 files: 1. file.c: file_tree_name does not handle a trailing / on root dir. 2. finfo.c : added options to command line finfo: -l|--log (default), -b|--brief (only one line per revision) (optional) -s|--status: report checkin version for file. -p <revision>: print a specific version to stdout 3. update.c : added two flags: -v|--verbose : print status even for unchanged files -n|--nochange : don't do remote-pull, and print changes rather than applying them. I only need both flags together so they can be merged. I'll attach a patch to this ticket off the current tip."
    2. Change foundin to "70656d00f"
    3. Change private_contact to "1fb8c275493b1f1dcf8db46d6d541794a011947f"
    4. Change severity to "Important"
    5. Change status to "Open"
    6. Change title to "Need a command to find states of files for entire tree/subdir for Editors and IDEs."
    7. Change type to "Feature_Request"