##// END OF EJS Templates
typos: "it's" -> "its"
Martin Geisler -
r9087:f48454a2 default
parent child Browse files
Show More
@@ -410,7 +410,7 def dorecord(ui, repo, committer, *pats,
410 def recordfunc(ui, repo, message, match, opts):
410 def recordfunc(ui, repo, message, match, opts):
411 """This is generic record driver.
411 """This is generic record driver.
412
412
413 It's job is to interactively filter local changes, and accordingly
413 Its job is to interactively filter local changes, and accordingly
414 prepare working dir into a state, where the job can be delegated to
414 prepare working dir into a state, where the job can be delegated to
415 non-interactive commit command such as 'commit' or 'qrefresh'.
415 non-interactive commit command such as 'commit' or 'qrefresh'.
416
416
@@ -52,7 +52,7 bundletypes = {
52 "HG10GZ": ("HG10GZ", lambda: zlib.compressobj()),
52 "HG10GZ": ("HG10GZ", lambda: zlib.compressobj()),
53 }
53 }
54
54
55 # hgweb uses this list to communicate it's preferred type
55 # hgweb uses this list to communicate its preferred type
56 bundlepriority = ['HG10GZ', 'HG10BZ', 'HG10UN']
56 bundlepriority = ['HG10GZ', 'HG10BZ', 'HG10UN']
57
57
58 def writebundle(cg, filename, bundletype):
58 def writebundle(cg, filename, bundletype):
General Comments 0
You need to be logged in to leave comments. Login now