Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

pbranch: fix typo in comment

Changeset 54c5db84b9ee

Parent 35482ed9360d

by André Sintzoff

Changes to one file · Browse files at 54c5db84b9ee Showing diff from parent 35482ed9360d Diff from another changeset...

 
340
341
342
343
 
344
345
346
 
392
393
394
395
 
396
397
398
 
340
341
342
 
343
344
345
346
 
392
393
394
 
395
396
397
398
@@ -340,7 +340,7 @@
  def pnew_ui(self):   """   Create new patch. - Propmt user for new patch name. Patch is created + Prompt user for new patch name. Patch is created   on current branch.   """   parent = None @@ -392,7 +392,7 @@
  def is_patch(self, branch_name):   """ return True if branch is a patch. This excludes root branches   and internal diff base branches (for patches with multiple - dependencies. """ + dependencies). """   return self.has_pbranch() and self.pgraph().ispatch(branch_name)     def cur_branch(self):