Mercurial > hg
view tests/test-issue1089.t @ 27436:912255f8f087
windows: correct the import of win32
This module is relative, and was overlooked when converting to absolute_import
in 6daa795ed32f.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Wed, 16 Dec 2015 13:33:43 -0500 |
parents | 2fc86d92c4a9 |
children | 4441705b7111 |
line wrap: on
line source
https://bz.mercurial-scm.org/1089 $ hg init $ mkdir a $ echo a > a/b $ hg ci -Am m adding a/b $ hg rm a removing a/b (glob) $ hg ci -m m a $ mkdir a b $ echo a > a/b $ hg ci -Am m adding a/b $ hg rm a removing a/b (glob) $ cd b Relative delete: $ hg ci -m m ../a $ cd ..