hg.rst
changeset 295 d3f8534dadf9
parent 294 07d8d2e527df
child 310 4af75f7ab947
equal deleted inserted replaced
294:07d8d2e527df 295:d3f8534dadf9
    72   $ cd proj
    72   $ cd proj
    73   $ hg addremove -s 70
    73   $ hg addremove -s 70
    74   $ hg ci -m "Added a.b.c version of proj."
    74   $ hg ci -m "Added a.b.c version of proj."
    75   $ hg qpush -a
    75   $ hg qpush -a
    76 
    76 
       
    77 To apply series of already done patches use:
       
    78 
       
    79   $ ls /path/to/bugfixes/*.patch | xargs hg qimport