85 Or, better, use bundle/unbundle to share changes. |
85 Or, better, use bundle/unbundle to share changes. |
86 ''' |
86 ''' |
87 |
87 |
88 from mercurial import commands, cmdutil, context, fancyopts, filelog |
88 from mercurial import commands, cmdutil, context, fancyopts, filelog |
89 from mercurial import localrepo, patch, revlog, templater, util |
89 from mercurial import localrepo, patch, revlog, templater, util |
90 from mercurial.node import * |
90 from mercurial.node import nullid, hex |
91 from mercurial.i18n import gettext as _ |
91 from mercurial.i18n import gettext as _ |
92 import getopt, os, re, shutil, tempfile, time |
92 import getopt, os, re, shutil, tempfile, time |
93 |
93 |
94 commands.optionalrepo += ' kwdemo' |
94 commands.optionalrepo += ' kwdemo' |
95 |
95 |