• Three Questions, Three Answers

    What the hell am I doing?

    hg status
    

    What the hell did I do before that?

    hg log -l 5
    

    Does anyone else know what I’m doing?

    hg commit -m "Various changes...?"
    

    1. manasto posted this