Sun, 13 May 2012 14:39:47 +0100 | Christian Ebert | Merge with stable | changeset | files |
Sat, 12 May 2012 16:00:57 +0200 | Brodie Rao | cleanup: "not x in y" -> "x not in y" | changeset | files |
Sat, 12 May 2012 16:02:45 +0200 | Brodie Rao | cleanup: replace naked excepts with more specific ones | changeset | files |
Sat, 12 May 2012 16:00:53 +0200 | Brodie Rao | cleanup: replace hasattr() usage with getattr() in hghave | changeset | files |
Sat, 12 May 2012 15:56:23 +0200 | Brodie Rao | cleanup: "x != None" -> "x is not None" | changeset | files |
Sat, 12 May 2012 15:54:54 +0200 | Brodie Rao | cleanup: eradicate long lines | changeset | files |
Tue, 08 May 2012 15:46:51 -0500 | Matt Mackall | tests: set a standard terminal type | changeset | files |
Thu, 10 May 2012 18:21:15 +0200 | Patrick Mezard | repair: no need to call filterunknown() in strip() | changeset | files |