Mercurial > hg-stable
log mercurial/merge.py @ 8518:3f4f14eab085
age | author | description |
---|---|---|
Tue, 19 May 2009 03:59:58 +0200 | Benoit Boissinot | update --clean: do not unlink added files (issue575) |
Wed, 13 May 2009 14:08:39 +0200 | Dirkjan Ochtman | some modernization cleanups, forward compatibility |
Tue, 28 Apr 2009 17:40:46 +0200 | Simon Heimberg | separate import lines from mercurial and general python modules |
Thu, 30 Apr 2009 10:15:32 -0500 | Steve Borho | ui: replace regexp pattern with sequence of choices |
Sun, 26 Apr 2009 01:08:54 +0200 | Martin Geisler | updated license to be explicit about GPL version 2 |
Wed, 22 Apr 2009 00:57:28 +0200 | Martin Geisler | replace set-like dictionaries with real sets |
Wed, 22 Apr 2009 02:01:22 +0200 | Ronny Pfannschmidt | switch lock releasing in the core from gc to explicit |