Am 06.02.2011 21:13, schrieb Brett Cannon:

>>>  To undo a patch, you can revert **all** changes made in your checkout::
>>>
>>> -    svn revert -R .
>>> +    hg revert --all
>>> +
>>
>> Or "hg revert -a", which is nicer to type.
> 
> I prefer being explicit over implicit in the tutorial.

BTW, the exact equivalent of "svn revert -R ." is "hg revert ."; the two
differ if you're not in the working dir root.

However, considering the preceding text, the SVN command was faulty in
the first place.

Georg

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to