.hgignore
author Pascal Volk <neverseen@users.sourceforge.net>
Sat, 27 Feb 2010 21:36:55 +0000
branchv0.6.x
changeset 221 371ae0b4443d
parent 210 3ddb735ec9d2
child 494 2c5e2613eca8
permissions -rw-r--r--
VMM/Alias: renamed Alias.add_destination() to add_destinations(). Now it's possible to add one ore more destinations to the alias with a single method call. VMM/Handler: adjusted Handler.aliasAdd() to the API changes of the Alias class. Also use get_gid from the Domain module to get the gid of a domain. We don't need complete Domain object, only the gid. Handler.getWarnings(): no longer return the __warnings list. Return a copy instead and empty the Handler.__warnings list.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
101
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     1
# use glob syntax.
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     2
syntax: glob
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     3
129
4ffb50de00d5 Updated translation.
Pascal Volk <neverseen@users.sourceforge.net>
parents: 101
diff changeset
     4
*~
101
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     5
*.py?
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     6
.*.swp
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     7
.swp
210
3ddb735ec9d2 Added 'doc/build' to the ignored files.
Pascal Volk <neverseen@users.sourceforge.net>
parents: 129
diff changeset
     8
doc/build